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

Packages that use NotFoundException
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 NotFoundException in org.pentaho.platform.engine.security.userroledao
 

Methods in org.pentaho.platform.engine.security.userroledao that throw NotFoundException
 void IUserRoleDao.deleteRole(IPentahoRole role)
           
 void IUserRoleDao.deleteUser(IPentahoUser user)
           
 void IUserRoleDao.updateRole(IPentahoRole role)
           
 void IUserRoleDao.updateUser(IPentahoUser user)
           
 

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

Methods in org.pentaho.platform.engine.security.userroledao.hibernate that throw NotFoundException
 void HibernateUserRoleDao.deleteRole(IPentahoRole roleToDelete)
          This method is more complex because this is the inverse end of a bidirectional many-to-many relationship.
 void UserRoleDaoTransactionDecorator.deleteRole(IPentahoRole roleToDelete)
           
 void HibernateUserRoleDao.deleteUser(IPentahoUser userToDelete)
           
 void UserRoleDaoTransactionDecorator.deleteUser(IPentahoUser userToDelete)
           
 void HibernateUserRoleDao.updateRole(IPentahoRole roleToUpdate)
          This method is more complex because this is the inverse end of a bidirectional many-to-many relationship.
 void UserRoleDaoTransactionDecorator.updateRole(IPentahoRole roleToUpdate)
           
 void HibernateUserRoleDao.updateUser(IPentahoUser userToUpdate)
           
 void UserRoleDaoTransactionDecorator.updateUser(IPentahoUser userToUpdate)