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

Backbean for administration of users. More...

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

Public Member Functions

 Users ()
 
User getUser ()
 
void setUser (User user)
 
HtmlDataTable getListTable ()
 
void setListTable (HtmlDataTable listTable)
 
List< UsergetUsersList ()
 
String actionEdit ()
 
String actionDelete ()
 
String actionShowSettings ()
 

Private Attributes

HtmlDataTable listTable
 
User user
 

Detailed Description

Backbean for administration of users.

Backbean for page with administration of users

Author
idytrych

Definition at line 32 of file Users.java.

Constructor & Destructor Documentation

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

Constructor

Definition at line 45 of file Users.java.

Member Function Documentation

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

Action listener for delete links in table

Returns
Returns page outcome to go to deleting page

Definition at line 116 of file Users.java.

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

Action listener for edit links in table

Returns
Returns page outcome to go to editing page

Definition at line 102 of file Users.java.

String cz.vutbr.fit.knot.annotations.web.Users.actionShowSettings ( )

Action listener for show settings of user

Returns
Returns page outcome to go to show settings page

Definition at line 127 of file Users.java.

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

Gets table with user

Returns
Returns table with user

Definition at line 72 of file Users.java.

User cz.vutbr.fit.knot.annotations.web.Users.getUser ( )

Gets user selected in the table

Returns
Returns user selected in the table

Definition at line 54 of file Users.java.

List<User> cz.vutbr.fit.knot.annotations.web.Users.getUsersList ( )

Gets list of all existing users

Returns
Returns list of all existing user

Definition at line 90 of file Users.java.

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

Sets table with user

Parameters
listTableTable with user

Definition at line 81 of file Users.java.

void cz.vutbr.fit.knot.annotations.web.Users.setUser ( User  user)

Sets user selected in the table

Parameters
user

Definition at line 63 of file Users.java.

Member Data Documentation

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

Table with users

Definition at line 36 of file Users.java.

User cz.vutbr.fit.knot.annotations.web.Users.user
private

User selected in the table

Definition at line 40 of file Users.java.


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