| |
|
| java.lang.Object com.flexive.war.beans.admin.main.UserGroupBean
UserGroupBean | public class UserGroupBean (Code) | | Bean providing access the the userGroup functionality.
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 1 $ |
UserGroupBean | public UserGroupBean()(Code) | | |
create | public String create()(Code) | | Creates a new user group.
the next page to render |
delete | public String delete()(Code) | | Deletes an existing user group.
the next page to render. |
edit | public String edit()(Code) | | Edits a existing user group.
the next page to render. |
getCreatedGroupId | public long getCreatedGroupId()(Code) | | |
getId | public long getId()(Code) | | |
getList | public List<UserGroup> getList()(Code) | | Returns the list of all usergroups.
all usergroups |
getUserCount | public Map<Long, Long> getUserCount()(Code) | | Get the number of users for a group, call using userGroupBean.userCount['groupId']
user count |
setId | public void setId(long id)(Code) | | |
update | public String update()(Code) | | Updates a existing group.
the next page to render |
|
|
|