- get(String) - Method in class es.uvigo.esei.dgss.microstories.service.StoryService
-
Returns the user identified by login.
- getAllMyStories(User) - Method in class es.uvigo.esei.dgss.microstories.service.StoryService
-
- getMyStories(User, int, int) - Method in class es.uvigo.esei.dgss.microstories.service.StoryService
-
- getRecentStories() - Method in class es.uvigo.esei.dgss.microstories.service.StoryService
-
Returns the recent stories, the last 6 stories.
- getStoriesByText(String, int, int) - Method in class es.uvigo.esei.dgss.microstories.service.StoryService
-
Returns the stories that contains the text on the title or text with pagination
- getStoriesByUser(int, int) - Method in class es.uvigo.esei.dgss.microstories.service.StoryService
-
Returns the stories about user logged with pagination
- getStoriesToExplore(String, String, Date, int, int) - Method in class es.uvigo.esei.dgss.microstories.service.StoryService
-
Returns the stories that indicates the explorer filters with pagination
- getTotalSearchRows(String, String, Date) - Method in class es.uvigo.esei.dgss.microstories.service.StoryService
-
Returns the number stories that indicates the explorer filters