Skip navigation links
A C E G I L P R S T U V 

A

addStory(Story) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
Adds a story directly to the stories collection of this user if the story does not already belongs to this user.
addView(Date) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Creates a new view for the story at the specified date

C

changePassword(String) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
Changes the password of the user.

E

es.uvigo.esei.dgss.teamc.microstories.entities - package es.uvigo.esei.dgss.teamc.microstories.entities
 

G

Genre - Enum in es.uvigo.esei.dgss.teamc.microstories.entities
 
getAuthor() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Returns the author of the story
getContent() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Returns the content of the story
getCreatedStories() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
Returns the list of stories that user creates
getDate() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Returns the date of the story
getDate() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.View
Returns the date when the view was created.
getGenre() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Returns the genre of the story
getId() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Returns the id of the story
getId() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.View
Returns the id of the view.
getLogin() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
Returns the login of the user
getPassword() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
Returns the password of the user
getRole() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
Returns the role of the user
getStory() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.View
Returns the story that was viewed.
getTheme1() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Returns the main theme of the story
getTheme2() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Returns the secondary theme of the story
getTitle() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Returns the title of the story
getViewCount() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Returns the story's view count
getViews() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Returns the story's views

I

isAuthorofStory(Story) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
Checks if a story belongs to this user.
isPublished() - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Returns whether the story is published or not

L

login - Variable in class es.uvigo.esei.dgss.teamc.microstories.entities.User
 

P

password - Variable in class es.uvigo.esei.dgss.teamc.microstories.entities.User
 

R

removeStory(Story) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
Removes a story directly from the stories collection of this user.

S

setAuthor(User) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Sets the author of the story.
setContent(String) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Sets the content of the story.
setCreatedStories(List<Story>) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
Sets the list of stories that user creates.
setDate(Date) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Sets the story's publication date.
setDate(Date) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.View
Sets the date when the view was created.
setGenre(Genre) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Sets the genre of the story.
setId(Long) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Sets the id of the story.
setLogin(String) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
Sets the login of the user.
setPassword(String) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
Sets the password of the user.
setPublished(boolean) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Sets the story's publication status
setRole(String) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.User
Sets the role of the user.
setTheme1(Theme) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Sets the main theme of the story.
setTheme2(Theme) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Sets the secondary theme of the story.
setTitle(String) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Sets the title of the story.
setViews(List<View>) - Method in class es.uvigo.esei.dgss.teamc.microstories.entities.Story
 
Story - Class in es.uvigo.esei.dgss.teamc.microstories.entities
 
Story() - Constructor for class es.uvigo.esei.dgss.teamc.microstories.entities.Story
 
Story(String, String, Genre, Theme, Theme, Date, User) - Constructor for class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Creates a new instance of Story
Story(Long, String, String, Genre, Theme, Theme, Date, User, boolean) - Constructor for class es.uvigo.esei.dgss.teamc.microstories.entities.Story
Creates a new instance of Story with id and no views

T

Theme - Enum in es.uvigo.esei.dgss.teamc.microstories.entities
 

U

User - Class in es.uvigo.esei.dgss.teamc.microstories.entities
 
User() - Constructor for class es.uvigo.esei.dgss.teamc.microstories.entities.User
 
User(String, String, String) - Constructor for class es.uvigo.esei.dgss.teamc.microstories.entities.User
Creates a new instance of User
User(String, String, String, List<Story>) - Constructor for class es.uvigo.esei.dgss.teamc.microstories.entities.User
Creates a new instance of User

V

valueOf(String) - Static method in enum es.uvigo.esei.dgss.teamc.microstories.entities.Genre
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum es.uvigo.esei.dgss.teamc.microstories.entities.Theme
Returns the enum constant of this type with the specified name.
values() - Static method in enum es.uvigo.esei.dgss.teamc.microstories.entities.Genre
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum es.uvigo.esei.dgss.teamc.microstories.entities.Theme
Returns an array containing the constants of this enum type, in the order they are declared.
View - Class in es.uvigo.esei.dgss.teamc.microstories.entities
Entity implementation class for View
View() - Constructor for class es.uvigo.esei.dgss.teamc.microstories.entities.View
 
View(Story, Date) - Constructor for class es.uvigo.esei.dgss.teamc.microstories.entities.View
Creates a new instance of View
View(Long, Story, Date) - Constructor for class es.uvigo.esei.dgss.teamc.microstories.entities.View
Creates a new instance of View with id.
A C E G I L P R S T U V 
Skip navigation links

Copyright © 2022. All rights reserved.