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

Backbean for administration of user groups. More...

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

Public Member Functions

 UserGroups ()
 
UserGroup getUserGroup ()
 
void setUserGroup (UserGroup userGroup)
 
HtmlDataTable getListTable ()
 
void setListTable (HtmlDataTable listTable)
 
List< UserGroupgetUserGroupsList ()
 
String actionEdit ()
 
String actionDelete ()
 

Private Attributes

HtmlDataTable listTable
 
UserGroup userGroup
 

Detailed Description

Backbean for administration of user groups.

Backbean for page with administration of user groups

Author
idytrych

Definition at line 32 of file UserGroups.java.

Constructor & Destructor Documentation

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

Constructor

Definition at line 45 of file UserGroups.java.

Member Function Documentation

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

Action listener for delete links in table

Returns
Returns page outcome to go to deleting page

Definition at line 116 of file UserGroups.java.

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

Action listener for edit links in table

Returns
Returns page outcome to go to editing page

Definition at line 102 of file UserGroups.java.

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

Gets table with user groups

Returns
Returns table with user groups

Definition at line 72 of file UserGroups.java.

UserGroup cz.vutbr.fit.knot.annotations.web.UserGroups.getUserGroup ( )

Gets user group selected in the table

Returns
Returns user group selected in the table

Definition at line 54 of file UserGroups.java.

List<UserGroup> cz.vutbr.fit.knot.annotations.web.UserGroups.getUserGroupsList ( )

Gets list of all existing user groups

Returns
Returns list of all existing user groups

Definition at line 90 of file UserGroups.java.

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

Sets table with user groups

Parameters
listTableTable with user groups

Definition at line 81 of file UserGroups.java.

void cz.vutbr.fit.knot.annotations.web.UserGroups.setUserGroup ( UserGroup  userGroup)

Sets user group selected in the table

Parameters
userGroup

Definition at line 63 of file UserGroups.java.

Member Data Documentation

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

Table with user groups

Definition at line 36 of file UserGroups.java.

UserGroup cz.vutbr.fit.knot.annotations.web.UserGroups.userGroup
private

User group selected in the table

Definition at line 40 of file UserGroups.java.


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