SuccessChanges

Summary

  1. tsk15 Unifies the pagination behaviour on Story service (details)
Commit 3c99aebb014304ed091d7442d767430e46aa42f1 by miguel.ferreiro.diaz
tsk15 Unifies the pagination behaviour on Story service
Missing page checks have been added in the
"findStoriesByTypeOrTopicOrPublicationDate" method and fixed in the
"getStoriesByText" method. In addition, the order of paging parameters
in the parameter functions has been unified. Regarding REST layer, the
pagination parameters have been changed to int type to unify them.
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/StoryServiceIntegrationTest.java
The file was modifiedjsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/StoryManagedBean.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java