14 package cz.vutbr.fit.knot.annotations.web;
 
   18 import java.io.Serializable;
 
   19 import java.util.List;
 
   20 import javax.faces.bean.ManagedBean;
 
   21 import javax.faces.bean.SessionScoped;
 
   22 import javax.faces.component.html.HtmlDataTable;
 
   65     this.storyScope = storySapce;
 
   92     @SuppressWarnings(
"unchecked")
 
   93     List<StoryScope> retList = AppBean.getPersistenceManager().getEntitiesByName(
"StoryScope");
 
  107     SessionManager.getSession().setEditedStoryScope(
storyScope);
 
  108     SessionManager.getSession().setFormBackup(null);
 
  109     return "editStoryScope";
 
  120     SessionManager.getSession().setEditedStoryScope(
storyScope);
 
  121     return "deleteStoryScope";
 
  131     SessionManager.getSession().setEditedStoryScope(
storyScope);
 
Backbean for page with administration of StoryScopes. 
HtmlDataTable getListTable()
void setListTable(HtmlDataTable listTable)
Class representing StoryScope for needs of SEC Interface. 
Singleton for storing global variables. 
StoryScope getStoryScope()
String actionShowSubscribed()
void setStoryScope(StoryScope storySapce)
List< StoryScope > getStoryScopes()