UnstableChanges

Summary

  1. tsk 25 Add pagination function to the EJB searchByText method (details)
Commit d41241cc90ac17a5826465bb383727cf8cc19ec5 by tie15albertomoure
tsk 25 Add pagination function to the EJB searchByText method
Adds the attributes "page" and "maxItems" along with their functionality
and checks to the "searchByText" method in the EJB. Also adds the tests
for those checks and functionality.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJBIntegrationTest.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/entities/StoriesDataset.java (diff)