@Named(value="profile") @SessionScoped public class ProfileBean extends Paginated implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected es.uvigo.esei.microstories.services.StoryService |
storyService |
| Constructor and Description |
|---|
ProfileBean() |
| Modifier and Type | Method and Description |
|---|---|
long |
countTotalItems() |
Principal |
getPrincipal() |
protected List<es.uvigo.esei.microstories.dtos.StoryResponseDto> |
search(int page,
int pageSize) |
void |
updateSearch() |
String |
viewStory(Long storyId) |
changeCurrentPage, changePageSize, getCurrentPage, getLastItemIndex, getPageSize, getPagesToShow, getResults, getTotalItems, getTotalPages, goToPage, isLastPage, nextPage, previousPage, refresh, setPageSizeprotected List<es.uvigo.esei.microstories.dtos.StoryResponseDto> search(int page, int pageSize)
public long countTotalItems()
countTotalItems in class Paginatedpublic void updateSearch()
updateSearch in class Paginatedpublic Principal getPrincipal()
Copyright © 2025. All rights reserved.