com.counterclaim.openefm.model.court.ozone
Class OzoneUserManagerImpl_Proxy

java.lang.Object
  extended byorg.ozoneDB.OzoneProxy
      extended bycom.counterclaim.openefm.model.court.ozone.OzoneUserManagerImpl_Proxy
All Implemented Interfaces:
java.lang.Comparable, java.io.Externalizable, ModelObject, ObjectManager, OzoneModelObject, OzoneObjectManager, org.ozoneDB.OzoneRemote, OzoneUserManager, java.io.Serializable, UserManager

public final class OzoneUserManagerImpl_Proxy
extends org.ozoneDB.OzoneProxy
implements OzoneUserManager

This class was automatically generated by ozone's OPP. Do not instantiate or use this class directly.

See Also:
Serialized Form
 

Field Summary
(package private) static long serialVersionUID
           
 
Fields inherited from class org.ozoneDB.OzoneProxy
link, linkTable, remoteID
 
Fields inherited from interface com.counterclaim.openefm.model.court.UserManager
NAME
 
Constructor Summary
OzoneUserManagerImpl_Proxy()
           
OzoneUserManagerImpl_Proxy(org.ozoneDB.core.ObjectID oid, org.ozoneDB.OzoneInterface link)
           
 
Method Summary
 int compareTo(java.lang.Object arg0)
           
 User createUser()
           
 User findUserByUsername(java.lang.String arg0)
           
 java.util.List getAllUsers()
           
 Id getId()
           
 ObjectModel getModel()
           
 ObjectManager getObjectManager()
           
 User getUser(Id arg0)
           
 void postObjectModified(OzoneModelObject arg0)
           
 void preObjectModified(OzoneModelObject arg0)
           
 void removeUser(User arg0)
           
 void setId(Id arg0)
           
 void setModel(ObjectModel arg0)
           
 void setObjectManager(ObjectManager arg0)
           
 
Methods inherited from class org.ozoneDB.OzoneProxy
createProxyLinkAttributes, equals, handle, hashCode, invoke, invoke, invoke, invoke, isSame, readExternal, remoteID, toString, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

OzoneUserManagerImpl_Proxy

public OzoneUserManagerImpl_Proxy()

OzoneUserManagerImpl_Proxy

public OzoneUserManagerImpl_Proxy(org.ozoneDB.core.ObjectID oid,
                                  org.ozoneDB.OzoneInterface link)
Method Detail

createUser

public User createUser()
                throws ModelException
Specified by:
createUser in interface OzoneUserManager
Throws:
ModelException

removeUser

public void removeUser(User arg0)
                throws ModelException
Specified by:
removeUser in interface OzoneUserManager
Throws:
ModelException

getUser

public User getUser(Id arg0)
             throws ModelException
Specified by:
getUser in interface UserManager
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 arg0)
                        throws ModelException
Specified by:
findUserByUsername in interface UserManager
Throws:
ModelException

getModel

public ObjectModel getModel()
Specified by:
getModel in interface ObjectManager

setModel

public void setModel(ObjectModel arg0)
Specified by:
setModel in interface ObjectManager

preObjectModified

public void preObjectModified(OzoneModelObject arg0)
Specified by:
preObjectModified in interface OzoneObjectManager

postObjectModified

public void postObjectModified(OzoneModelObject arg0)
Specified by:
postObjectModified in interface OzoneObjectManager

setObjectManager

public void setObjectManager(ObjectManager arg0)
                      throws ModelException
Specified by:
setObjectManager in interface OzoneModelObject
Throws:
ModelException

setId

public void setId(Id arg0)
           throws ModelException
Specified by:
setId in interface OzoneModelObject
Throws:
ModelException

getId

public Id getId()
         throws ModelException
Specified by:
getId in interface ModelObject
Throws:
ModelException

getObjectManager

public ObjectManager getObjectManager()
                               throws ModelException
Specified by:
getObjectManager in interface ModelObject
Throws:
ModelException

compareTo

public int compareTo(java.lang.Object arg0)
Specified by:
compareTo in interface java.lang.Comparable


Copyright © 2002 counterclaim.com. All Rights Reserved.