|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.adminGui.feature.account.groups.GroupAccount
This class manages the groups accounts and takes care of communicating with the database.
Ibsen Ramos-Bonilla
Copyright © 1997-2004 by SMB GmbH. All Rights Reserved.
Constructor Summary | |
GroupAccount(GroupPanel parent)
Overloaded constructor with a handle to the parent. |
Method Summary | |
org.ozoneDB.DxLib.DxCollection |
allGroups()
This method gets the collection of groups. |
void |
assign()
This method assigns an account to a selected group. |
void |
assignUsers(GroupItem gItem,
java.util.Vector users)
This is the method that assigns users to a new group in the tree. |
void |
create()
This method creates a new group. |
void |
list()
This method lists all the groups in the database. |
void |
populateGroups(org.ozoneDB.DxLib.DxCollection groups)
This is the method that actually populates the groups into the tree. |
void |
remove()
This method removes a group from the database. |
void |
unassign()
This method unassigns an account from a selected group. |
void |
unassign(UserItem uItem)
This method unassigns an account from a selected group. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GroupAccount(GroupPanel parent)
parent
- - a handle to the parent GroupPanel object.Method Detail |
public void create()
create
in interface IGroup
public void remove()
remove
in interface IGroup
public void assign()
public void unassign()
public void unassign(UserItem uItem)
public void list()
list
in interface IGroup
public org.ozoneDB.DxLib.DxCollection allGroups()
public void populateGroups(org.ozoneDB.DxLib.DxCollection groups)
groups
- - the collection of groups objects in the database.public void assignUsers(GroupItem gItem, java.util.Vector users)
gItem
- - one group out of the groups collection.users
- - the list of users to add.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |