com.counterclaim.openefm.model.court
Interface UserManager

All Superinterfaces:
ObjectManager
All Known Subinterfaces:
OzoneUserManager
All Known Implementing Classes:
OzoneUserManagerImpl, OzoneUserManagerImpl_Proxy

public interface UserManager
extends ObjectManager

 

Field Summary
static java.lang.String NAME
           
 
Method Summary
 User createUser()
           
 User findUserByUsername(java.lang.String username)
           
 java.util.List getAllUsers()
           
 User getUser(Id userId)
           
 void removeUser(User user)
           
 
Methods inherited from interface com.counterclaim.openefm.model.ObjectManager
getModel, setModel
 

Field Detail

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

createUser

public User createUser()
                throws ModelException
Throws:
ModelException

getUser

public User getUser(Id userId)
             throws ModelException
Throws:
ModelException

removeUser

public void removeUser(User user)
                throws ModelException
Throws:
ModelException

findUserByUsername

public User findUserByUsername(java.lang.String username)
                        throws ModelException
Throws:
ModelException

getAllUsers

public java.util.List getAllUsers()
                           throws ModelException
Throws:
ModelException


Copyright © 2002 counterclaim.com. All Rights Reserved.