List<StoryResponseDto> |
StoryService.getRecentStories(int limit) |
List<StoryResponseDto> |
StoryService.getStoriesByFilter(es.uvigo.esei.microstories.domain.types.GenreType genre,
es.uvigo.esei.microstories.domain.types.ThemeType theme,
Date initialDate,
Date finalDate) |
List<StoryResponseDto> |
StoryService.getStoriesByUser_aux(String username,
int page,
int size) |
List<StoryResponseDto> |
StoryService.getStoriesByUser(String username,
int page,
int size)
Retrieves a paginated list of stories authored by a specific user.
|
Map<es.uvigo.esei.microstories.domain.types.GenreType,List<StoryResponseDto>> |
StoryService.getTop2ReadStoriesLastMonthByGenre()
Retrieves the top 2 most read stories from last month grouped by genre.
|
List<StoryResponseDto> |
StoryService.searchStoriesByText(String text,
int page,
int size)
Busca relatos cuyo tÃtulo o contenido contenga el texto indicado.
|