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

Backbean of pages for managing drupal authorization approved servers. More...

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

Public Member Functions

 EditDrupAuthServer ()
 
String getIpAddress ()
 
void setIpAddress (String ipAddress)
 
String getHostName ()
 
void setHostName (String hostName)
 
String getErrorMessage ()
 
void setErrorMessage (String errorMessage)
 
String btnNewAction ()
 
String btnEditAction ()
 
String btnDeleteAction ()
 
String btnCancelAction ()
 

Private Attributes

DrupAuthServer drupAuthServer
 
String ipAddress
 
String hostName
 
String errorMessage
 

Detailed Description

Backbean of pages for managing drupal authorization approved servers.

Backbean of pages for managing drupal authorization approved servers

Author
Martin Petr (xpetrm05)

Definition at line 34 of file EditDrupAuthServer.java.

Constructor & Destructor Documentation

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

Constructor

Definition at line 47 of file EditDrupAuthServer.java.

Member Function Documentation

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

Action listener for cancel button

Returns
Returns page outcome

Definition at line 251 of file EditDrupAuthServer.java.

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

Action listener for delete button on deleting page.

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

Definition at line 233 of file EditDrupAuthServer.java.

Here is the call graph for this function:

String cz.vutbr.fit.knot.annotations.web.EditDrupAuthServer.btnEditAction ( )

Action listener for save button on page for adding new drupal authorization server

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

Definition at line 191 of file EditDrupAuthServer.java.

Here is the call graph for this function:

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

Action listener for save button in the page for editing of the drupal authorization server

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

Definition at line 153 of file EditDrupAuthServer.java.

Here is the call graph for this function:

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

Gets error message displayed in form

Returns
Returns error message displayed in form

Definition at line 135 of file EditDrupAuthServer.java.

String cz.vutbr.fit.knot.annotations.web.EditDrupAuthServer.getHostName ( )

Gets host name of approved server for drupal authorization

Returns
Returns host name of approved server

Definition at line 95 of file EditDrupAuthServer.java.

Here is the call graph for this function:

String cz.vutbr.fit.knot.annotations.web.EditDrupAuthServer.getIpAddress ( )

Gets IP address of approved server for drupal authorizationr

Returns
Returns IP address of approved server

Definition at line 55 of file EditDrupAuthServer.java.

Here is the call graph for this function:

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

Sets error message to be displayed in form

Parameters
errorMessageError message to be displayed in form

Definition at line 144 of file EditDrupAuthServer.java.

void cz.vutbr.fit.knot.annotations.web.EditDrupAuthServer.setHostName ( String  hostName)

Sets host name of approved server for drupal authorization

Parameters
hostNameHost name of approved server

Definition at line 126 of file EditDrupAuthServer.java.

void cz.vutbr.fit.knot.annotations.web.EditDrupAuthServer.setIpAddress ( String  ipAddress)

Sets IP address of approved server for drupal authorization

Parameters
ipAddressIP address of approved server

Definition at line 86 of file EditDrupAuthServer.java.

Member Data Documentation

DrupAuthServer cz.vutbr.fit.knot.annotations.web.EditDrupAuthServer.drupAuthServer
private

Variable holds database entity of cloner approved server

Definition at line 36 of file EditDrupAuthServer.java.

String cz.vutbr.fit.knot.annotations.web.EditDrupAuthServer.errorMessage
private

Error message that be displayed in form

Definition at line 42 of file EditDrupAuthServer.java.

String cz.vutbr.fit.knot.annotations.web.EditDrupAuthServer.hostName
private

Host name of server

Definition at line 40 of file EditDrupAuthServer.java.

String cz.vutbr.fit.knot.annotations.web.EditDrupAuthServer.ipAddress
private

IP address of server

Definition at line 38 of file EditDrupAuthServer.java.


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