@SessionScoped @Named(value="storyMB") public class StoryMB extends Object implements Serializable
| Constructor and Description |
|---|
StoryMB() |
| Modifier and Type | Method and Description |
|---|---|
List<es.uvigo.esei.dgss.teamA.microstories.entities.Story> |
getRecentStories() |
es.uvigo.esei.dgss.teamA.microstories.service.StoryService |
getStoryService() |
void |
init() |
void |
mostRecent() |
void |
setRecentStories(List<es.uvigo.esei.dgss.teamA.microstories.entities.Story> recentStories) |
void |
setStoryService(es.uvigo.esei.dgss.teamA.microstories.service.StoryService storyService) |
@PostConstruct public void init()
public void mostRecent()
public List<es.uvigo.esei.dgss.teamA.microstories.entities.Story> getRecentStories()
public void setRecentStories(List<es.uvigo.esei.dgss.teamA.microstories.entities.Story> recentStories)
public es.uvigo.esei.dgss.teamA.microstories.service.StoryService getStoryService()
public void setStoryService(es.uvigo.esei.dgss.teamA.microstories.service.StoryService storyService)
Copyright © 2021. All rights reserved.