C D E G L S U V
C
- countExploreStories(Genre, Theme, Date, DateRange) - Method in class es.uvigo.esei.dgss.teamc.microstories.service.StoryService
-
Returns the number of stories matching given values for not null
arguments.
- countExploreStories(Genre, Theme, DateRange) - Method in class es.uvigo.esei.dgss.teamc.microstories.service.StoryService
-
Returns the number of stories matching given values for not null
arguments.
- create(Story) - Method in class es.uvigo.esei.dgss.teamc.microstories.service.StoryService
-
Creates a new story written by current user.
D
- DateRange - Enum in es.uvigo.esei.dgss.teamc.microstories.service
-
E
- es.uvigo.esei.dgss.teamc.microstories.service - package es.uvigo.esei.dgss.teamc.microstories.service
-
- exploreStories(Genre, Theme, Date, DateRange, int, int) - Method in class es.uvigo.esei.dgss.teamc.microstories.service.StoryService
-
Returns a list of stories matching given values for not null
arguments.
- exploreStories(Genre, Theme, DateRange, int, int) - Method in class es.uvigo.esei.dgss.teamc.microstories.service.StoryService
-
Returns the number of stories matching given values for not null
arguments.
G
- get(Long) - Method in class es.uvigo.esei.dgss.teamc.microstories.service.StoryService
-
Returns the Story with the given id
- getNumberStoriesByAuthor(String) - Method in class es.uvigo.esei.dgss.teamc.microstories.service.StoryService
-
Returns the number of stories created by an author
- getNumberStoriesByText(String) - Method in class es.uvigo.esei.dgss.teamc.microstories.service.StoryService
-
Returns the number of stories matching the search text
- getStoriesByAuthor(String, int, int) - Method in class es.uvigo.esei.dgss.teamc.microstories.service.StoryService
-
Returns the stories created by a given author order by date
- getStoriesByText(String, int, int) - Method in class es.uvigo.esei.dgss.teamc.microstories.service.StoryService
-
Returns a list of stories filtered by a string
L
- listHottest(Date) - Method in class es.uvigo.esei.dgss.teamc.microstories.service.StoryService
-
Returns last month's 2 most read stories of each genre sorted by number of views.
- listHottest() - Method in class es.uvigo.esei.dgss.teamc.microstories.service.StoryService
-
Returns last month's 2 most read stories of each genre sorted by number of views.
- listRecent() - Method in class es.uvigo.esei.dgss.teamc.microstories.service.StoryService
-
Returns the 6 most recent Stories
S
- StoryService - Class in es.uvigo.esei.dgss.teamc.microstories.service
-
EJB for Stories.
- StoryService() - Constructor for class es.uvigo.esei.dgss.teamc.microstories.service.StoryService
-
U
- update(Story) - Method in class es.uvigo.esei.dgss.teamc.microstories.service.StoryService
-
Updates a story.
V
- valueOf(String) - Static method in enum es.uvigo.esei.dgss.teamc.microstories.service.DateRange
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum es.uvigo.esei.dgss.teamc.microstories.service.DateRange
-
Returns an array containing the constants of this enum type, in
the order they are declared.
C D E G L S U V
Copyright © 2021. All rights reserved.