Skip navigation links
A C E F R S U 

A

addReading(int) - Method in class es.uvigo.esei.dgss.teama.microstories.service.StoryService
Create or increase a reading depending on whether that story has already been read that day or not.

C

countByText(String) - Method in class es.uvigo.esei.dgss.teama.microstories.service.StoryService
Returns the number of stories that contains in its title or text a string passed by param.
createAuthor(Author) - Method in class es.uvigo.esei.dgss.teama.microstories.service.UserService
Creates a new author.
createStory(String, Story) - Method in class es.uvigo.esei.dgss.teama.microstories.service.UserService
Creates a new story.

E

es.uvigo.esei.dgss.teama.microstories.service - package es.uvigo.esei.dgss.teama.microstories.service
 

F

findById(int) - Method in class es.uvigo.esei.dgss.teama.microstories.service.StoryService
Returns the story identified by id.
findByText(String, int, int) - Method in class es.uvigo.esei.dgss.teama.microstories.service.StoryService
Returns a list of paginated stories that contains in its title or text a string passed by param.
findByText(String) - Method in class es.uvigo.esei.dgss.teama.microstories.service.StoryService
Returns a list of stories that contains in its title or text a string passed by param.
findByThemeAndGenreAndDate(Theme, Genre, DateRange, int, int) - Method in class es.uvigo.esei.dgss.teama.microstories.service.StoryService
Returns a list of stories that matched with the specified params.
findByThemeAndGenreAndDate(Theme, Genre, DateRange) - Method in class es.uvigo.esei.dgss.teama.microstories.service.StoryService
Returns a list of stories that matched with the specified params.
findMostRead() - Method in class es.uvigo.esei.dgss.teama.microstories.service.StoryService
Return a list of stories most reader of each genre.
findRecent() - Method in class es.uvigo.esei.dgss.teama.microstories.service.StoryService
Returns the list of recent stories published.
findStoriesByAuthor(String) - Method in class es.uvigo.esei.dgss.teama.microstories.service.UserService
Returns a list of microstories of an author.
findStoriesByAuthor(String, int, int) - Method in class es.uvigo.esei.dgss.teama.microstories.service.UserService
Returns a paginated list of microstories of an author.
findStoryById(int) - Method in class es.uvigo.esei.dgss.teama.microstories.service.UserService
Returns the story identified by id.

R

removeStory(int) - Method in class es.uvigo.esei.dgss.teama.microstories.service.UserService
Deletes a story.

S

StoryService - Class in es.uvigo.esei.dgss.teama.microstories.service
EJB for the Stories
StoryService() - Constructor for class es.uvigo.esei.dgss.teama.microstories.service.StoryService
 

U

updateStory(String, Story) - Method in class es.uvigo.esei.dgss.teama.microstories.service.UserService
Updates a new story.
UserService - Class in es.uvigo.esei.dgss.teama.microstories.service
EJB for the Author
UserService() - Constructor for class es.uvigo.esei.dgss.teama.microstories.service.UserService
 
A C E F R S U 
Skip navigation links

Copyright © 2018. All rights reserved.