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

Backbean for pages for adding, editing and deleting of StoryScopes. More...

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

Public Member Functions

 EditStoryScope ()
 
String getStoryScopeName ()
 
void setStoryScopeName (String storyScopeName)
 
String getSECClientURL ()
 
void setSECClientURL (String secClientURL)
 
StoryScope getStoryScope ()
 
void setStoryScope (StoryScope storyScope)
 
String getErrorMessage ()
 
void setErrorMessage (String errorMessage)
 
String btnSaveAction ()
 
String btnNewAction ()
 
String btnDeleteAction ()
 
String btnCancelAction ()
 

Private Attributes

String storyScopeName = null
 
String secClientURL = null
 
StoryScope storyScope = null
 
String errorMessage = null
 

Detailed Description

Backbean for pages for adding, editing and deleting of StoryScopes.

Backbean for pages for adding, editing and deleting of StoryScopes

Author
Martin Petr (xpetrm05)

Definition at line 36 of file EditStoryScope.java.

Constructor & Destructor Documentation

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

Constructor

Definition at line 58 of file EditStoryScope.java.

Member Function Documentation

String cz.vutbr.fit.knot.annotations.web.EditStoryScope.btnCancelAction ( )

Action listener for cancel button

Returns
Returns page outcome

Definition at line 315 of file EditStoryScope.java.

String cz.vutbr.fit.knot.annotations.web.EditStoryScope.btnDeleteAction ( )

Action listener for delete button on deleting page. At first delete all subscriptions of StoryScope and then delete StoryScope.

Returns
Returns page outcome (identificator of next page or null to stay here)

Definition at line 276 of file EditStoryScope.java.

Here is the call graph for this function:

String cz.vutbr.fit.knot.annotations.web.EditStoryScope.btnNewAction ( )

Action listener for save button on page for adding new StoryScope

Returns
Returns page outcome (identificator of next page or null to stay here)

Definition at line 232 of file EditStoryScope.java.

Here is the call graph for this function:

String cz.vutbr.fit.knot.annotations.web.EditStoryScope.btnSaveAction ( )

Action listener for save button in the page for editing of the StoryScope

Returns
Returns page outcome (identificator of next page or null to stay here)

Definition at line 187 of file EditStoryScope.java.

Here is the call graph for this function:

String cz.vutbr.fit.knot.annotations.web.EditStoryScope.getErrorMessage ( )

Gets error message displayed in form

Returns
Returns error message displayed in form

Definition at line 169 of file EditStoryScope.java.

String cz.vutbr.fit.knot.annotations.web.EditStoryScope.getSECClientURL ( )

Gets URL of SEC clinet for edited StoryScope field in form If StoryScope not set yet, pick up it from session

Returns
Returns URL of SEC client for edited StorySapce

Definition at line 107 of file EditStoryScope.java.

Here is the call graph for this function:

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

Gets edited StoryScope If StoryScope not set yet, pick up it from session

Returns
Returns edited StoryScope

Definition at line 148 of file EditStoryScope.java.

String cz.vutbr.fit.knot.annotations.web.EditStoryScope.getStoryScopeName ( )

Gets edited StoryScope name field in form If StoryScope not set yet, pick up it from session

Returns
Returns name of edited StoryScope

Definition at line 67 of file EditStoryScope.java.

Here is the call graph for this function:

void cz.vutbr.fit.knot.annotations.web.EditStoryScope.setErrorMessage ( String  errorMessage)

Sets error message to be displayed in form

Parameters
errorMessageError message to be displayed in form

Definition at line 178 of file EditStoryScope.java.

void cz.vutbr.fit.knot.annotations.web.EditStoryScope.setSECClientURL ( String  secClientURL)

Sets URL of SEC clinet for edited StoryScope in to field in form

Parameters
secClientURLURL of SEC client for edited StorySapce

Definition at line 138 of file EditStoryScope.java.

void cz.vutbr.fit.knot.annotations.web.EditStoryScope.setStoryScope ( StoryScope  storyScope)

Sets edited StoryScope

Parameters
storyScopeEdited StorySapce

Definition at line 160 of file EditStoryScope.java.

void cz.vutbr.fit.knot.annotations.web.EditStoryScope.setStoryScopeName ( String  storyScopeName)

Sets name of edited StoryScope in to field in form

Parameters
storyScopeNameName of edited StoryScope

Definition at line 97 of file EditStoryScope.java.

Member Data Documentation

String cz.vutbr.fit.knot.annotations.web.EditStoryScope.errorMessage = null
private

Error message displayed in form

Definition at line 52 of file EditStoryScope.java.

String cz.vutbr.fit.knot.annotations.web.EditStoryScope.secClientURL = null
private

Value represent URL of SEC Client for StoryScope

Definition at line 44 of file EditStoryScope.java.

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

Edited StoryScope or StoryScope to be deleted

Definition at line 48 of file EditStoryScope.java.

String cz.vutbr.fit.knot.annotations.web.EditStoryScope.storyScopeName = null
private

Value represent name of StoryScope

Definition at line 40 of file EditStoryScope.java.


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