Uses of Interface
com.retek.rsm.app.security.service.SecurityDataAdminService

Packages that use SecurityDataAdminService
com.retek.rsm.app.security.service.impl   
com.retek.rsm.role.dataaccesspermissions   
com.retek.rsm.util   
 

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

Classes in com.retek.rsm.app.security.service.impl that implement SecurityDataAdminService
 class SecurityDataAdminServiceEjb
           
 

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

Methods in com.retek.rsm.role.dataaccesspermissions that return SecurityDataAdminService
 SecurityDataAdminService DataAccessPermissionsPage.getDataService()
           
 

Uses of SecurityDataAdminService in com.retek.rsm.util
 

Methods in com.retek.rsm.util that return SecurityDataAdminService
static SecurityDataAdminService RsmServices.getSecurityDataAdminService()
           
 

Methods in com.retek.rsm.util with parameters of type SecurityDataAdminService
static void RsmServices.putSecurityDataAdminService(SecurityDataAdminService service)