SuccessChanges

Summary

  1. tsk 25-26 Adds the pagination function to the EJB and REST (details)
Commit 454fce5618a763cd38842b2a5dcd09dd52f7fa2e by tie15albertomoure
tsk 25-26 Adds the pagination function to the EJB and REST
functionalities
Adds the functionality to do paged database lookups to both EJB and REST
layers along with their respective tests. Also some missing tests have
been created for the EJB, and the StoryDataset class methods have been
adapted. Finally, the JSF was adapted to accept these new paged search
functions.
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.java (diff)
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java (diff)
The file was modifiedjsf/src/main/java/ListStoryManagedBean.java (diff)
The file was modifiedjsf/src/main/java/ReadStoryManagedBean.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)