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

Backbean for administration of users. More...

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

Public Member Functions

 SetServerURI ()
 
String getCurrentUri ()
 
String getNewUri ()
 
void setNewUri (String newURI)
 
String btnSaveAction ()
 
String btnCancelAction ()
 
String getErrorMessage ()
 

Private Attributes

String newURI = null
 
String errorMessage = ""
 

Detailed Description

Backbean for administration of users.

Backbean for page with administration of users

Author
idytrych

Definition at line 43 of file SetServerURI.java.

Constructor & Destructor Documentation

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

Constructor

Definition at line 57 of file SetServerURI.java.

Member Function Documentation

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

Action listener for cancel button

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

Definition at line 262 of file SetServerURI.java.

Here is the call graph for this function:

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

Action listener for save button

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

Definition at line 92 of file SetServerURI.java.

Here is the call graph for this function:

String cz.vutbr.fit.knot.annotations.web.SetServerURI.getCurrentUri ( )

Gets user selected in the table

Returns
Returns user selected in the table

Definition at line 65 of file SetServerURI.java.

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

Gets error message displayed in form

Returns
Returns error message displayed in form

Definition at line 272 of file SetServerURI.java.

String cz.vutbr.fit.knot.annotations.web.SetServerURI.getNewUri ( )

Gets value for New URI field

Returns
Returns value for new URI field

Definition at line 74 of file SetServerURI.java.

void cz.vutbr.fit.knot.annotations.web.SetServerURI.setNewUri ( String  newURI)

Sets value for New URI field

Parameters
newURIValue for New URI field

Definition at line 83 of file SetServerURI.java.

Member Data Documentation

String cz.vutbr.fit.knot.annotations.web.SetServerURI.errorMessage = ""
private

Error message displayed in form

Definition at line 52 of file SetServerURI.java.

String cz.vutbr.fit.knot.annotations.web.SetServerURI.newURI = null
private

Value of New URI field in form

Definition at line 48 of file SetServerURI.java.


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