FailedChanges

Summary

  1. tsk25-26 Adds the pagination functionality to the rest and the service (details)
Commit 170a6403627068a6ad0b2fd0382cbf5d31e5c322 by tie15albertomoure
tsk25-26 Adds the pagination functionality to the rest and the service
layer
The “page” and “maxItem” attributes have been added to the search by
text functions, both in the EJB and the Resource, to control the
pagination together with their respective tests. Several Resource tests
have also been created for when the response does not return an OK
status.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/http/util/HasHttpStatus.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)
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)