4A Server -  2.0
 All Classes Namespaces Files Functions Variables Enumerator
cz.vutbr.fit.knot.annotations.web.StoryscopesMain Class Reference

Backbean for page with administration of StoryScopes. More...

Inheritance diagram for cz.vutbr.fit.knot.annotations.web.StoryscopesMain:
Inheritance graph
Collaboration diagram for cz.vutbr.fit.knot.annotations.web.StoryscopesMain:
Collaboration graph

Public Member Functions

 StoryscopesMain ()
 
StoryScope getStoryScope ()
 
void setStoryScope (StoryScope storySapce)
 
HtmlDataTable getListTable ()
 
void setListTable (HtmlDataTable listTable)
 
List< StoryScopegetStoryScopes ()
 
String actionEdit ()
 
String actionDelete ()
 
String actionShowSubscribed ()
 

Private Attributes

HtmlDataTable listTable
 
StoryScope storyScope = null
 

Detailed Description

Backbean for page with administration of StoryScopes.

Backbean for page with administration of StoryScopes

Author
Martin Petr (xpetrm05)

Definition at line 32 of file StoryscopesMain.java.

Constructor & Destructor Documentation

cz.vutbr.fit.knot.annotations.web.StoryscopesMain.StoryscopesMain ( )

Constructor

Definition at line 46 of file StoryscopesMain.java.

Member Function Documentation

String cz.vutbr.fit.knot.annotations.web.StoryscopesMain.actionDelete ( )

Action listener for delete links in table

Returns
Returns page outcome to go to deleting page

Definition at line 117 of file StoryscopesMain.java.

String cz.vutbr.fit.knot.annotations.web.StoryscopesMain.actionEdit ( )

Action listener for edit links in table

Returns
Returns page outcome to go to editing page

Definition at line 103 of file StoryscopesMain.java.

String cz.vutbr.fit.knot.annotations.web.StoryscopesMain.actionShowSubscribed ( )

Action listener that show all subscriptions fot actual StoryScope

Returns
Returns page outcome to go to subscription page

Definition at line 129 of file StoryscopesMain.java.

HtmlDataTable cz.vutbr.fit.knot.annotations.web.StoryscopesMain.getListTable ( )

Gets table with StoryScopes

Returns
Returns table with StoryScopes

Definition at line 73 of file StoryscopesMain.java.

StoryScope cz.vutbr.fit.knot.annotations.web.StoryscopesMain.getStoryScope ( )

Gets actual StoryScope selected in table

Returns
Returns actual StoryScope

Definition at line 55 of file StoryscopesMain.java.

List<StoryScope> cz.vutbr.fit.knot.annotations.web.StoryscopesMain.getStoryScopes ( )

Gets list of all existing StoryScopes

Returns
Returns list of all existing StoryScopes

Definition at line 91 of file StoryscopesMain.java.

void cz.vutbr.fit.knot.annotations.web.StoryscopesMain.setListTable ( HtmlDataTable  listTable)

Sets table with StoryScopes

Parameters
listTableTable with StoryScopes

Definition at line 82 of file StoryscopesMain.java.

void cz.vutbr.fit.knot.annotations.web.StoryscopesMain.setStoryScope ( StoryScope  storySapce)

Sets actual StoryScope selected in table

Parameters
storySapceActual StoryScope

Definition at line 64 of file StoryscopesMain.java.

Member Data Documentation

HtmlDataTable cz.vutbr.fit.knot.annotations.web.StoryscopesMain.listTable
private

Table with StoryScopes

Definition at line 36 of file StoryscopesMain.java.

StoryScope cz.vutbr.fit.knot.annotations.web.StoryscopesMain.storyScope = null
private

StoryScope from table

Definition at line 40 of file StoryscopesMain.java.


The documentation for this class was generated from the following file: