| Package | Description |
|---|---|
| es.uvigo.esei.microstories.mappers | |
| es.uvigo.esei.microstories.services |
| Modifier and Type | Method and Description |
|---|---|
static StoryResponseDto |
StoryMapper.toStoryResponseDto(es.uvigo.esei.microstories.domain.entities.Story story) |
| Modifier and Type | Method and Description |
|---|---|
static es.uvigo.esei.microstories.domain.entities.Story |
StoryMapper.toStory(StoryResponseDto dto) |
| Modifier and Type | Method and Description |
|---|---|
StoryResponseDto |
StoryService.getStoryById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<StoryResponseDto> |
StoryService.getRecentStories(int limit) |
List<StoryResponseDto> |
StoryService.searchStoriesByText(String text,
int page,
int size)
Busca relatos cuyo tÃtulo o contenido contenga el texto indicado.
|
Copyright © 2025. All rights reserved.