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 class org.ozoneDB.OzoneObject |
|
| 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 |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.Comparable |
compareTo |
log
private static org.apache.log4j.Logger log
userIdMap
private java.util.Map userIdMap
userNameMap
private java.util.Map userNameMap
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
OzoneUserManagerImpl
public OzoneUserManagerImpl()
throws ModelException
deindex
protected void deindex(OzoneModelObject obj)
- Specified by:
deindex in class OzoneObjectManagerImpl
reindex
protected void reindex(OzoneModelObject obj)
- Specified by:
reindex in class OzoneObjectManagerImpl
newUser
private User newUser(boolean withNewId)
throws ModelException
- Throws:
ModelException
createUser
public User createUser()
throws ModelException
- Specified by:
createUser in interface OzoneUserManager
- Throws:
ModelException
addUser
private void addUser(User user)
throws ModelException
- Throws:
ModelException
getUser
public User getUser(Id userId)
throws ModelException
- Specified by:
getUser in interface UserManager
- Throws:
ModelException
removeUser
public void removeUser(User user)
throws ModelException
- Specified by:
removeUser in interface OzoneUserManager
- Throws:
ModelException
getAllUsers
public java.util.List getAllUsers()
throws ModelException
- Specified by:
getAllUsers in interface UserManager
- Throws:
ModelException
findUserByUsername
public User findUserByUsername(java.lang.String username)
throws ModelException
- Specified by:
findUserByUsername in interface UserManager
- Throws:
ModelException
Copyright © 2002 counterclaim.com. All Rights Reserved.