Uses of Interface
org.pentaho.platform.engine.security.userroledao.IUserRoleDao

Packages that use IUserRoleDao
org.pentaho.platform.engine.security.userroledao.hibernate   
org.pentaho.platform.engine.security.userroledao.hibernate.sample   
org.pentaho.platform.engine.security.userroledao.userdetailsservice   
org.pentaho.platform.engine.security.userroledao.userrolelistservice   
 

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

Classes in org.pentaho.platform.engine.security.userroledao.hibernate that implement IUserRoleDao
 class HibernateUserRoleDao
          An IUserRoleDao that uses Hibernate.
 class UserRoleDaoTransactionDecorator
          Wraps a IUserRoleDao, beginning, committing, and rolling back transactions before and after each operation.
 

Methods in org.pentaho.platform.engine.security.userroledao.hibernate with parameters of type IUserRoleDao
 void UserRoleDaoTransactionDecorator.setUserRoleDao(IUserRoleDao userRoleDao)
           
 

Uses of IUserRoleDao in org.pentaho.platform.engine.security.userroledao.hibernate.sample
 

Methods in org.pentaho.platform.engine.security.userroledao.hibernate.sample with parameters of type IUserRoleDao
 void SampleUsersAndRolesInitHandler.setUserRoleDao(IUserRoleDao userRoleDao)
           
 

Uses of IUserRoleDao in org.pentaho.platform.engine.security.userroledao.userdetailsservice
 

Methods in org.pentaho.platform.engine.security.userroledao.userdetailsservice with parameters of type IUserRoleDao
 void UserRoleDaoUserDetailsService.setUserRoleDao(IUserRoleDao userRoleDao)
           
 

Uses of IUserRoleDao in org.pentaho.platform.engine.security.userroledao.userrolelistservice
 

Methods in org.pentaho.platform.engine.security.userroledao.userrolelistservice with parameters of type IUserRoleDao
 void UserRoleDaoUserRoleListService.setUserRoleDao(IUserRoleDao userRoleDao)