Package com.lexmark.saperion.delegate
Class RoleManagementDelegateService
- java.lang.Object
-
- com.lexmark.saperion.delegate.AbstractDelegateService<com.lexmark.saperion.administration.RoleManagementService>
-
- com.lexmark.saperion.delegate.AbstractRoleManagementDelegateService
-
- com.lexmark.saperion.delegate.RoleManagementDelegateService
-
- All Implemented Interfaces:
com.lexmark.saperion.administration.RoleManagementService
,com.lexmark.saperion.search.SearchExecutionService<com.lexmark.saperion.administration.RoleType>
public class RoleManagementDelegateService extends AbstractRoleManagementDelegateService implements com.lexmark.saperion.administration.RoleManagementService
ThisRoleManagementService
simply delegates to another instance.- Author:
- jschwarz
-
-
Constructor Summary
Constructors Constructor Description RoleManagementDelegateService(com.lexmark.saperion.administration.RoleManagementService delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.lexmark.saperion.administration.RoleManagementService
getDelegate()
-
Methods inherited from class com.lexmark.saperion.delegate.AbstractRoleManagementDelegateService
createRole, deleteRole, getACLs, loadRole, loadRoleByName, newTenantDeletedRoleSearchService, search, undeleteRole, updateRole
-
Methods inherited from class com.lexmark.saperion.delegate.AbstractDelegateService
wrapSearchExecutionService
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
getDelegate
protected com.lexmark.saperion.administration.RoleManagementService getDelegate()
- Specified by:
getDelegate
in classAbstractDelegateService<com.lexmark.saperion.administration.RoleManagementService>
-
-