com.counterclaim.openefm.model.court.ozone
Class OzoneUserManagerImpl
java.lang.Object
|
+--org.ozoneDB.OzoneObject
|
+--com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
|
+--com.counterclaim.openefm.model.ozone.OzoneObjectManagerImpl
|
+--com.counterclaim.openefm.model.court.ozone.OzoneUserManagerImpl
- All Implemented Interfaces:
- java.lang.Comparable, ModelObject, ObjectManager, org.ozoneDB.OzoneCompatible, OzoneModelObject, OzoneObjectManager, org.ozoneDB.OzoneRemote, OzoneUserManager, java.io.Serializable, UserManager
- public class OzoneUserManagerImpl
- extends OzoneObjectManagerImpl
- implements OzoneUserManager
- See Also:
- Serialized Form
Fields inherited from interface com.counterclaim.openefm.model.court.UserManager |
NAME |
Methods inherited from class org.ozoneDB.OzoneObject |
container, database, deleteRecursive, handle, hashCode, onCreate, onDelete, self, setContainer, size, toString, toXML |
Methods inherited from class java.lang.Object |
equals, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
OzoneUserManagerImpl
public OzoneUserManagerImpl()
throws ModelException
createUser
public User createUser()
throws ModelException
- Specified by:
createUser
in interface OzoneUserManager
addUser
public void addUser(User user)
throws ModelException
- Specified by:
addUser
in interface OzoneUserManager
getUser
public User getUser(Id userId)
throws ModelException
- Specified by:
getUser
in interface UserManager
removeUser
public void removeUser(User user)
throws ModelException
- Specified by:
removeUser
in interface OzoneUserManager
getAllUsers
public java.util.List getAllUsers()
throws ModelException
- Specified by:
getAllUsers
in interface UserManager
findUserByUsername
public User findUserByUsername(java.lang.String username)
throws ModelException
- Specified by:
findUserByUsername
in interface UserManager
Copyright © 2002 counterclaim.com. All Rights Reserved.