Uses of Class
com.retek.rsm.app.security.service.RoleVo

Packages that use RoleVo
com.retek.command   
com.retek.rsm.app.security.command   
com.retek.rsm.app.security.service   
com.retek.rsm.app.security.service.impl   
com.retek.rsm.role.administration   
com.retek.rsm.role.dataaccesspermissions   
com.retek.rsm.role.namedpermissions   
 

Uses of RoleVo in com.retek.command
 

Methods in com.retek.command with parameters of type RoleVo
 RoleSaveCommand CommandFactory.create(RoleVo roleVo)
           
 

Uses of RoleVo in com.retek.rsm.app.security.command
 

Constructors in com.retek.rsm.app.security.command with parameters of type RoleVo
RoleSaveCommand(RoleVo roleVo)
           
 

Uses of RoleVo in com.retek.rsm.app.security.service
 

Methods in com.retek.rsm.app.security.service with parameters of type RoleVo
 void SecurityAdminService.saveRole(com.retek.platform.service.ClientContext context, RoleVo roleVo)
          Saves the role in the system.
 

Uses of RoleVo in com.retek.rsm.app.security.service.impl
 

Methods in com.retek.rsm.app.security.service.impl that return RoleVo
static RoleVo RoleTransformer.transform(Role role)
           
 

Methods in com.retek.rsm.app.security.service.impl with parameters of type RoleVo
 void SecurityAdminServiceEjb.saveRole(com.retek.platform.service.ClientContext context, RoleVo roleVo)
           
static Role RoleTransformer.transform(RoleVo roleVo)
           
 

Uses of RoleVo in com.retek.rsm.role.administration
 

Methods in com.retek.rsm.role.administration that return RoleVo
 RoleVo RoleAdministrationTableModel.getRoleAtRow(int rowIndex)
           
 

Methods in com.retek.rsm.role.administration with parameters of type RoleVo
 void RoleEditContainer.setSelectableUsers(RoleVo role, boolean isNew)
           
 void RoleAdministrationTableModel.addRole(RoleVo role)
           
 void RoleAdministrationTableModel.removeRole(RoleVo role)
           
 void RoleAdministrationContainer.addRole(RoleVo role)
           
 

Uses of RoleVo in com.retek.rsm.role.dataaccesspermissions
 

Methods in com.retek.rsm.role.dataaccesspermissions that return RoleVo
 RoleVo RoleAdministrationTableModel.getRoleAtRow(int rowIndex)
           
 RoleVo DataPermissionsContainer.getCurrentRole()
           
 

Methods in com.retek.rsm.role.dataaccesspermissions with parameters of type RoleVo
 void DataPermissionsContainer.populateDataPermissions(RoleVo roleVo)
           
 

Uses of RoleVo in com.retek.rsm.role.namedpermissions
 

Methods in com.retek.rsm.role.namedpermissions that return RoleVo
 RoleVo RoleAdminTableModel.getRoleAtRow(int rowIndex)
           
 

Methods in com.retek.rsm.role.namedpermissions with parameters of type RoleVo
 void WorkflowPermissionContainer.populateApplicationData(RoleVo role)