JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
E
G
S
T
U
A
addReadingLogEntryForA_Story(Long)
- Method in class es.uvigo.esei.microstories.services.
StoryService
Adds a new reading log entry for a specific story.
addReadingLogEntryForA_Story_aux(Story, Date)
- Method in class es.uvigo.esei.microstories.services.
StoryService
E
EntityNotFoundException
- Exception in
es.uvigo.esei.microstories.services.exceptions
Exception thrown when a requested entity is not found in the database.
EntityNotFoundException(String)
- Constructor for exception es.uvigo.esei.microstories.services.exceptions.
EntityNotFoundException
es.uvigo.esei.microstories.dtos
- package es.uvigo.esei.microstories.dtos
es.uvigo.esei.microstories.mappers
- package es.uvigo.esei.microstories.mappers
es.uvigo.esei.microstories.services
- package es.uvigo.esei.microstories.services
es.uvigo.esei.microstories.services.exceptions
- package es.uvigo.esei.microstories.services.exceptions
G
getAuthor()
- Method in class es.uvigo.esei.microstories.dtos.
StoryResponseDto
getContent()
- Method in class es.uvigo.esei.microstories.dtos.
StoryResponseDto
getGenre()
- Method in class es.uvigo.esei.microstories.dtos.
StoryResponseDto
getId()
- Method in class es.uvigo.esei.microstories.dtos.
StoryResponseDto
getPublishedAt()
- Method in class es.uvigo.esei.microstories.dtos.
StoryResponseDto
getRecentStories(int)
- Method in class es.uvigo.esei.microstories.services.
StoryService
getStoriesByFilter(GenreType, ThemeType, Date, Date)
- Method in class es.uvigo.esei.microstories.services.
StoryService
getStoriesByUser(String, int, int)
- Method in class es.uvigo.esei.microstories.services.
StoryService
Retrieves a paginated list of stories authored by a specific user.
getStoriesByUser_aux(String, int, int)
- Method in class es.uvigo.esei.microstories.services.
StoryService
getStoryById(Long)
- Method in class es.uvigo.esei.microstories.services.
StoryService
getThemes()
- Method in class es.uvigo.esei.microstories.dtos.
StoryResponseDto
getTitle()
- Method in class es.uvigo.esei.microstories.dtos.
StoryResponseDto
getTop2ReadStoriesLastMonthByGenre()
- Method in class es.uvigo.esei.microstories.services.
StoryService
Retrieves the top 2 most read stories from last month grouped by genre.
S
searchStoriesByText(String, int, int)
- Method in class es.uvigo.esei.microstories.services.
StoryService
Busca relatos cuyo tÃtulo o contenido contenga el texto indicado.
setAuthor(String)
- Method in class es.uvigo.esei.microstories.dtos.
StoryResponseDto
setContent(String)
- Method in class es.uvigo.esei.microstories.dtos.
StoryResponseDto
setGenre(GenreType)
- Method in class es.uvigo.esei.microstories.dtos.
StoryResponseDto
setId(Long)
- Method in class es.uvigo.esei.microstories.dtos.
StoryResponseDto
setPublishedAt(String)
- Method in class es.uvigo.esei.microstories.dtos.
StoryResponseDto
setThemes(Set<ThemeType>)
- Method in class es.uvigo.esei.microstories.dtos.
StoryResponseDto
setTitle(String)
- Method in class es.uvigo.esei.microstories.dtos.
StoryResponseDto
StoryMapper
- Class in
es.uvigo.esei.microstories.mappers
Mapper class for converting Story entities to StoryResponseDto.
StoryMapper()
- Constructor for class es.uvigo.esei.microstories.mappers.
StoryMapper
StoryResponseDto
- Class in
es.uvigo.esei.microstories.dtos
Data Transfer Object representing a story response.
StoryResponseDto()
- Constructor for class es.uvigo.esei.microstories.dtos.
StoryResponseDto
StoryService
- Class in
es.uvigo.esei.microstories.services
Service class for managing stories.
StoryService()
- Constructor for class es.uvigo.esei.microstories.services.
StoryService
stringToDate(String)
- Static method in class es.uvigo.esei.microstories.mappers.
StoryMapper
T
toStory(StoryResponseDto)
- Static method in class es.uvigo.esei.microstories.mappers.
StoryMapper
toStoryResponseDto(Story)
- Static method in class es.uvigo.esei.microstories.mappers.
StoryMapper
U
UnauthorizedAccessException
- Exception in
es.uvigo.esei.microstories.services.exceptions
Exception thrown when a user attempts to access a resource without proper authorization.
UnauthorizedAccessException(String)
- Constructor for exception es.uvigo.esei.microstories.services.exceptions.
UnauthorizedAccessException
A
E
G
S
T
U
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2025. All rights reserved.