SuccessChanges

Summary

  1. tsk 10 Adds service functionality to get stories containing a text (details)
Commit 6db2d107aa6faa1e9e3436a485d7238609385fb3 by martinperez.patricia
tsk 10 Adds service functionality to get stories containing a text
A new method has been added to the StoryEJB class to get the stories
that contain a given text in their title or content. This method
paginates the results and retrieves 9 stories per page. Two tests has
been created for this method. One looks for stories containing a given
text and the other looks for a text that doesn't exist.
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java (diff)
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryDataset.java (diff)
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java (diff)