|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.adminGui.feature.account.users.UserAccount
This class manages the users accounts and takes care of communicating with the database.
Ibsen Ramos-Bonilla
Copyright © 1997-2004 by SMB GmbH. All Rights Reserved.
Constructor Summary | |
UserAccount(UserPanel parent)
Overloaded constructor with a handle to the parent. |
Method Summary | |
static org.ozoneDB.DxLib.DxCollection |
allUsers()
This method gets the collection of users. |
static java.util.Vector |
allUsersNames()
This method gets a vector of users names. |
void |
create()
This method creates a new account. |
void |
list()
This method list all the users in the database. |
void |
remove()
This method removes the selected account from the database. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserAccount(UserPanel parent)
parent
- - a handle to the parent UserPanel object.Method Detail |
public void create()
create
in interface IUser
public void remove()
remove
in interface IUser
public void list()
list
in interface IUser
public static org.ozoneDB.DxLib.DxCollection allUsers()
public static java.util.Vector allUsersNames()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |