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
This 
RoleManagementService simply delegates to another instance.- Author:
- jschwarz
- 
Constructor SummaryConstructorsConstructorDescriptionRoleManagementDelegateService(com.lexmark.saperion.administration.RoleManagementService delegate) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected com.lexmark.saperion.administration.RoleManagementServiceMethods inherited from class com.lexmark.saperion.delegate.AbstractRoleManagementDelegateServicecreateRole, deleteRole, getACLs, loadRole, loadRoleByName, newTenantDeletedRoleSearchService, search, undeleteRole, updateRoleMethods inherited from class com.lexmark.saperion.delegate.AbstractDelegateServicewrapSearchExecutionServiceMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.lexmark.saperion.administration.RoleManagementServicecreateRole, deleteRole, getACLs, loadRole, loadRoleByName, newTenantDeletedRoleSearchService, newTenantRoleSearchService, undeleteRole, updateRoleMethods inherited from interface com.lexmark.saperion.search.SearchExecutionServicesearch
- 
Constructor Details- 
RoleManagementDelegateServicepublic RoleManagementDelegateService(com.lexmark.saperion.administration.RoleManagementService delegate) 
 
- 
- 
Method Details- 
getDelegateprotected com.lexmark.saperion.administration.RoleManagementService getDelegate()- Specified by:
- getDelegatein class- AbstractDelegateService<com.lexmark.saperion.administration.RoleManagementService>
 
 
-