@Named(value="exploreBean") @SessionScoped public class ExploreBean extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected es.uvigo.esei.microstories.services.StoryService |
storyService |
| Constructor and Description |
|---|
ExploreBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertStringToType(String s) |
List<String> |
getAvaliableGenres() |
List<String> |
getAvaliableThemes() |
List<es.uvigo.esei.microstories.dtos.StoryResponseDto> |
getResults() |
String |
getSelectedGenre() |
String |
getSelectedTheme() |
String |
getSelectedTimePeriod() |
List<es.uvigo.esei.microstories.dtos.StoryResponseDto> |
performSearch() |
void |
setResults(List<es.uvigo.esei.microstories.dtos.StoryResponseDto> results) |
void |
setSelectedGenre(String selectedGenre) |
void |
setSelectedTheme(String selectedTheme) |
void |
setSelectedTimePeriod(String selectedTimePeriod) |
public List<es.uvigo.esei.microstories.dtos.StoryResponseDto> performSearch()
public String getSelectedGenre()
public String getSelectedTheme()
public String getSelectedTimePeriod()
public void setSelectedGenre(String selectedGenre)
public void setSelectedTheme(String selectedTheme)
public void setSelectedTimePeriod(String selectedTimePeriod)
public List<es.uvigo.esei.microstories.dtos.StoryResponseDto> getResults()
public void setResults(List<es.uvigo.esei.microstories.dtos.StoryResponseDto> results)
Copyright © 2025. All rights reserved.