Uses of Class
org.pentaho.platform.engine.security.userroledao.AlreadyExistsException

Packages that use AlreadyExistsException
org.pentaho.platform.engine.security.userroledao Defines a data access object (DAO) for create, retrieve, update, and delete (CRUD) operations on users and roles. 
org.pentaho.platform.engine.security.userroledao.hibernate   
 

Uses of AlreadyExistsException in org.pentaho.platform.engine.security.userroledao
 

Methods in org.pentaho.platform.engine.security.userroledao that throw AlreadyExistsException
 void IUserRoleDao.createRole(IPentahoRole newRole)
           
 void IUserRoleDao.createUser(IPentahoUser newUser)
           
 

Uses of AlreadyExistsException in org.pentaho.platform.engine.security.userroledao.hibernate
 

Methods in org.pentaho.platform.engine.security.userroledao.hibernate that throw AlreadyExistsException
 void HibernateUserRoleDao.createRole(IPentahoRole roleToCreate)
          This method is more complex because this is the inverse end of a bidirectional many-to-many relationship.
 void UserRoleDaoTransactionDecorator.createRole(IPentahoRole roleToCreate)
           
 void HibernateUserRoleDao.createUser(IPentahoUser userToCreate)
           
 void UserRoleDaoTransactionDecorator.createUser(IPentahoUser userToCreate)