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

Backbean for page with administration of drupal authorization servers. More...

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

Public Member Functions

 DrupAuthServerMain ()
 
HtmlDataTable getListTable ()
 
void setListTable (HtmlDataTable listTable)
 
DrupAuthServer getActualServer ()
 
void setActualServer (DrupAuthServer actualServer)
 
List< DrupAuthServergetServers ()
 
String actionEdit ()
 
String actionDelete ()
 

Private Attributes

HtmlDataTable listTable
 
DrupAuthServer actualServer
 

Detailed Description

Backbean for page with administration of drupal authorization servers.

Backbean for page with administration of drupal authorization servers

Author
Martin Petr (xpetrm05)

Definition at line 32 of file DrupAuthServerMain.java.

Constructor & Destructor Documentation

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

Constructor

Definition at line 45 of file DrupAuthServerMain.java.

Member Function Documentation

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

Action listener for delete drupal authorization server in table

Returns
Returns page outcome to go to deleting page

Definition at line 114 of file DrupAuthServerMain.java.

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

Action listener for edit drupal authorization server in table

Returns
Returns page outcome to go to editing page

Definition at line 101 of file DrupAuthServerMain.java.

DrupAuthServer cz.vutbr.fit.knot.annotations.web.DrupAuthServerMain.getActualServer ( )

Gets actual drupal authorization server

Returns
Actual drupal authorization server

Definition at line 71 of file DrupAuthServerMain.java.

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

Gets table with drupal authorization servers

Returns
Returns table with drupal authorization servers

Definition at line 53 of file DrupAuthServerMain.java.

List<DrupAuthServer> cz.vutbr.fit.knot.annotations.web.DrupAuthServerMain.getServers ( )

Gets list of all existing drupal authorization servers

Returns
Returns list of all existing drupal authorization servers

Definition at line 89 of file DrupAuthServerMain.java.

void cz.vutbr.fit.knot.annotations.web.DrupAuthServerMain.setActualServer ( DrupAuthServer  actualServer)

Sets actual drupal authorization server

Parameters
actualServerActual drupal authorization server

Definition at line 80 of file DrupAuthServerMain.java.

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

Sets table with drupal authorization servers

Parameters
listTableTable with drupal authorization servers

Definition at line 62 of file DrupAuthServerMain.java.

Member Data Documentation

DrupAuthServer cz.vutbr.fit.knot.annotations.web.DrupAuthServerMain.actualServer
private

Drupal authorization server from table

Definition at line 40 of file DrupAuthServerMain.java.

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

Table with drupal authorization servers

Definition at line 36 of file DrupAuthServerMain.java.


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