- filter(ContainerRequestContext, ContainerResponseContext) - Method in class es.uvigo.esei.dgss.teama.microstories.rest.CORSFilter
-
- findById(int) - Method in class es.uvigo.esei.dgss.teama.microstories.rest.StoryResource
-
Returns the story identified by the id.
- findByText(String, int, int) - Method in class es.uvigo.esei.dgss.teama.microstories.rest.StoryResource
-
Returns a list of stories that matched by the text param.
- findByThemeAndGenreAndDate(Genre, Theme, DateRange, int, int) - Method in class es.uvigo.esei.dgss.teama.microstories.rest.StoryResource
-
Returns a list of stories that agree with the search params.
- findMostRead() - Method in class es.uvigo.esei.dgss.teama.microstories.rest.StoryResource
-
Returns a list of most read stories in the last month.
- findRecentStories() - Method in class es.uvigo.esei.dgss.teama.microstories.rest.StoryResource
-
Returns the most recent stories.
- findStoriesByAuthor(String, int, int) - Method in class es.uvigo.esei.dgss.teama.microstories.rest.UserResource
-
Returns a List<Story> written by a specified Author.
- findStoryById(String, int) - Method in class es.uvigo.esei.dgss.teama.microstories.rest.UserResource
-
Returns the story identified by the id.