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
|
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
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.