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
 
Constructor Summary
OzoneUserManagerImpl()
           
 
Method Summary
 void addUser(User user)
           
 User createUser()
           
 User findUserByUsername(java.lang.String username)
           
 java.util.List getAllUsers()
           
 User getUser(Id userId)
           
 void removeUser(User user)
           
 
Methods inherited from class com.counterclaim.openefm.model.ozone.OzoneObjectManagerImpl
getModel, postObjectModified, preObjectModified, setModel
 
Methods inherited from class com.counterclaim.openefm.model.ozone.OzoneModelObjectImpl
compareTo, getId, getObjectManager, setId, setObjectManager
 
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 com.counterclaim.openefm.model.ObjectManager
getModel, setModel
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneObjectManager
postObjectModified, preObjectModified
 
Methods inherited from interface com.counterclaim.openefm.model.ozone.OzoneModelObject
setId, setObjectManager
 
Methods inherited from interface com.counterclaim.openefm.model.ModelObject
getId, getObjectManager
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

OzoneUserManagerImpl

public OzoneUserManagerImpl()
                     throws ModelException
Method Detail

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.