Uses of Class
org.pentaho.platform.engine.security.userroledao.ws.ProxyPentahoRole

Packages that use ProxyPentahoRole
org.pentaho.platform.engine.security.userroledao.ws   
 

Uses of ProxyPentahoRole in org.pentaho.platform.engine.security.userroledao.ws
 

Methods in org.pentaho.platform.engine.security.userroledao.ws that return ProxyPentahoRole
 ProxyPentahoRole[] IUserRoleWebService.getRoles()
          returns the list of roles defined in the system
 ProxyPentahoRole[] UserRoleWebService.getRoles()
           
 ProxyPentahoRole[] IUserRoleWebService.getRolesForUser(ProxyPentahoUser proxyUser)
          returns a set of roles for a user
 ProxyPentahoRole[] UserRoleWebService.getRolesForUser(ProxyPentahoUser proxyUser)
           
static ProxyPentahoRole ProxyPentahoUserRoleHelper.toProxyRole(IPentahoRole role)
           
 

Methods in org.pentaho.platform.engine.security.userroledao.ws that return types with arguments of type ProxyPentahoRole
 List<ProxyPentahoRole> UserRoleSecurityInfo.getDefaultRoles()
           
 List<ProxyPentahoRole> UserRoleSecurityInfo.getRoles()
           
 

Methods in org.pentaho.platform.engine.security.userroledao.ws with parameters of type ProxyPentahoRole
 int RoleComparator.compare(ProxyPentahoRole role1, ProxyPentahoRole role2)
           
 boolean IUserRoleWebService.createRole(ProxyPentahoRole proxyRole)
          creates a new role.
 boolean UserRoleWebService.createRole(ProxyPentahoRole proxyRole)
           
 boolean IUserRoleWebService.deleteRoles(ProxyPentahoRole[] roles)
          deletes a set of roles.
 boolean UserRoleWebService.deleteRoles(ProxyPentahoRole[] roles)
           
 ProxyPentahoUser[] IUserRoleWebService.getUsersForRole(ProxyPentahoRole proxyRole)
          returns the list of users that have a specific role.
 ProxyPentahoUser[] UserRoleWebService.getUsersForRole(ProxyPentahoRole proxyRole)
           
 void IUserRoleWebService.setRoles(ProxyPentahoUser proxyUser, ProxyPentahoRole[] assignedRoles)
          sets the roles for a user.
 void UserRoleWebService.setRoles(ProxyPentahoUser proxyUser, ProxyPentahoRole[] assignedRoles)
           
 void IUserRoleWebService.setUsers(ProxyPentahoRole proxyRole, ProxyPentahoUser[] assignedUsers)
          sets the users for a role.
 void UserRoleWebService.setUsers(ProxyPentahoRole proxyRole, ProxyPentahoUser[] assignedUsers)
           
static IPentahoRole ProxyPentahoUserRoleHelper.syncRoles(IPentahoRole role, ProxyPentahoRole proxyRole)
          Synchronizes role with fields from proxyRole.
 boolean IUserRoleWebService.updateRoleObject(ProxyPentahoRole proxyPentahoRole)
          This updates the named role's attributes.
 boolean UserRoleWebService.updateRoleObject(ProxyPentahoRole proxyPentahoRole)
           
 

Method parameters in org.pentaho.platform.engine.security.userroledao.ws with type arguments of type ProxyPentahoRole
 void UserRoleSecurityInfo.setDefaultRoles(List<ProxyPentahoRole> defaultRoles)
           
 void UserRoleSecurityInfo.setRoles(List<ProxyPentahoRole> roles)