|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.infoglue.cms.controllers.kernel.impl.simple.BaseController
|
+--org.infoglue.cms.controllers.kernel.impl.simple.SystemUserController
SystemUserController.java Created on 2002-aug-28
| Constructor Summary | |
SystemUserController()
|
|
| Method Summary | |
SystemUserVO |
create(SystemUserVO systemUserVO)
|
void |
delete(java.lang.String userName)
|
static SystemUserController |
getController()
Factory method |
java.util.List |
getFilteredSystemUserVOList(java.lang.String firstName,
java.lang.String lastName,
java.lang.String userName,
java.lang.String email,
java.lang.String[] roleNames)
|
BaseEntityVO |
getNewVO()
This is a method that gives the user back an newly initialized ValueObject for this entity that the controller is handling. |
SystemUser |
getReadOnlySystemUserWithName(java.lang.String userName,
org.exolab.castor.jdo.Database db)
Get the SystemUser with the userName |
SystemUser |
getSystemUser(org.exolab.castor.jdo.Database db,
java.lang.String userName,
java.lang.String password)
|
SystemUser |
getSystemUserWithName(java.lang.String userName,
org.exolab.castor.jdo.Database db)
Get the SystemUser with the userName |
SystemUserVO |
getSystemUserVO(org.exolab.castor.jdo.Database db,
java.lang.String userName,
java.lang.String password)
|
SystemUserVO |
getSystemUserVO(java.lang.String userName,
java.lang.String password)
|
java.util.List |
getSystemUserVOList()
|
SystemUserVO |
getSystemUserVOWithName(java.lang.String name)
|
SystemUserVO |
update(SystemUserVO systemUserVO)
|
SystemUserVO |
update(SystemUserVO systemUserVO,
java.lang.String[] roleNames,
java.lang.String[] groupNames)
|
void |
updatePassword(java.lang.String userName)
|
void |
updatePassword(java.lang.String userName,
java.lang.String oldPassword,
java.lang.String newPassword)
|
| Methods inherited from class org.infoglue.cms.controllers.kernel.impl.simple.BaseController |
deleteEntity, deleteEntity, deleteEntity, getAllVOObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getVOWithId, getVOWithId, getVOWithId, toModifiableVOList, toVOList, updateEntity, updateEntity, updateEntity, validateEntity |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SystemUserController()
| Method Detail |
public static SystemUserController getController()
public SystemUserVO getSystemUserVOWithName(java.lang.String name)
throws SystemException,
Bug
SystemException
Bug
public SystemUser getReadOnlySystemUserWithName(java.lang.String userName,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public SystemUser getSystemUserWithName(java.lang.String userName,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public SystemUserVO getSystemUserVO(java.lang.String userName,
java.lang.String password)
throws SystemException,
Bug
SystemException
Bug
public SystemUserVO getSystemUserVO(org.exolab.castor.jdo.Database db,
java.lang.String userName,
java.lang.String password)
throws SystemException,
java.lang.Exception
SystemException
java.lang.Exception
public SystemUser getSystemUser(org.exolab.castor.jdo.Database db,
java.lang.String userName,
java.lang.String password)
throws SystemException,
java.lang.Exception
SystemException
java.lang.Exception
public java.util.List getSystemUserVOList()
throws SystemException,
Bug
SystemException
Bug
public java.util.List getFilteredSystemUserVOList(java.lang.String firstName,
java.lang.String lastName,
java.lang.String userName,
java.lang.String email,
java.lang.String[] roleNames)
throws SystemException,
Bug
SystemException
Bug
public SystemUserVO create(SystemUserVO systemUserVO)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public void delete(java.lang.String userName)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public SystemUserVO update(SystemUserVO systemUserVO)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public SystemUserVO update(SystemUserVO systemUserVO,
java.lang.String[] roleNames,
java.lang.String[] groupNames)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public void updatePassword(java.lang.String userName)
throws ConstraintException,
SystemException
ConstraintException
SystemException
public void updatePassword(java.lang.String userName,
java.lang.String oldPassword,
java.lang.String newPassword)
throws ConstraintException,
SystemException
ConstraintException
SystemExceptionpublic BaseEntityVO getNewVO()
getNewVO in class BaseController
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||