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

Backbean of pages for managing document clonner approved servers. More...

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

Public Member Functions

 EditDocumentCloneServer ()
 
String getIpAddress ()
 
void setIpAddress (String ipAddress)
 
String getErrorMessage ()
 
void setErrorMessage (String errorMessage)
 
String btnNewAction ()
 
String btnEditAction ()
 
String btnDeleteAction ()
 
String btnCancelAction ()
 

Private Attributes

String ipAddress
 
DocClonerServer docClonerServer
 
String errorMessage
 

Detailed Description

Backbean of pages for managing document clonner approved servers.

Backbean of pages for managing document clonner approved servers

Author
Martin Petr (xpetrm05)

Definition at line 32 of file EditDocumentCloneServer.java.

Constructor & Destructor Documentation

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

Constructor

Definition at line 43 of file EditDocumentCloneServer.java.

Member Function Documentation

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

Action listener for cancel button

Returns
Returns page outcome

Definition at line 190 of file EditDocumentCloneServer.java.

String cz.vutbr.fit.knot.annotations.web.EditDocumentCloneServer.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 167 of file EditDocumentCloneServer.java.

Here is the call graph for this function:

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

Action listener for save button on page for adding new cloner approved server

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

Definition at line 137 of file EditDocumentCloneServer.java.

Here is the call graph for this function:

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

Action listener for save button in the page for editing of the cloner approved server

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

Definition at line 109 of file EditDocumentCloneServer.java.

Here is the call graph for this function:

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

Gets error message displayed in form

Returns
Returns error message displayed in form

Definition at line 91 of file EditDocumentCloneServer.java.

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

Gets IP address of approved server for document cloner

Returns
Returns IP address of approved server

Definition at line 51 of file EditDocumentCloneServer.java.

Here is the call graph for this function:

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

Sets error message to be displayed in form

Parameters
errorMessageError message to be displayed in form

Definition at line 100 of file EditDocumentCloneServer.java.

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

Sets IP address of approved server for document cloner

Parameters
ipAddressIP address of approved server

Definition at line 82 of file EditDocumentCloneServer.java.

Member Data Documentation

DocClonerServer cz.vutbr.fit.knot.annotations.web.EditDocumentCloneServer.docClonerServer
private

Variable holds database entity of cloner approved server

Definition at line 36 of file EditDocumentCloneServer.java.

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

Error message that be displayed in form

Definition at line 38 of file EditDocumentCloneServer.java.

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

IP address of server

Definition at line 34 of file EditDocumentCloneServer.java.


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