|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.adminGui.feature.account.AccountItem
org.ozoneDB.adminGui.feature.account.groups.GroupItem
This class creates groups objects that are loaded into the Groups tree.
Ibsen Ramos-Bonilla
Copyright © 1997-2004 by SMB GmbH. All Rights Reserved.
Constructor Summary | |
GroupItem(java.lang.String name,
int id)
Overloaded constructor initializes the a new item. |
Method Summary | |
java.util.Vector |
getAssignedUsers()
This method returns a list of names of users assigned to this group. |
UserItem |
getUser(java.lang.String name)
This method returns an account assigned to this group based on the account name. |
Methods inherited from class org.ozoneDB.adminGui.feature.account.AccountItem |
addChild, getChildAt, getChildCount, getChildren, getId, getIndexOfChild, isAdmin, removeChild, setChildren, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GroupItem(java.lang.String name, int id)
name
- - the item name.id
- - the item id.Method Detail |
public java.util.Vector getAssignedUsers()
public UserItem getUser(java.lang.String name)
name
- - the account name to look for.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |