Package com.lexmark.saperion.delegate
Class GroupManagementDelegateService
java.lang.Object
com.lexmark.saperion.delegate.AbstractDelegateService<com.lexmark.saperion.administration.GroupManagementService>
com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
com.lexmark.saperion.delegate.GroupManagementDelegateService
- All Implemented Interfaces:
com.lexmark.saperion.administration.GroupManagementService,com.lexmark.saperion.search.SearchExecutionService<com.lexmark.saperion.administration.GroupType>
public class GroupManagementDelegateService
extends AbstractGroupManagementDelegateService
implements com.lexmark.saperion.administration.GroupManagementService
This
GroupManagementService simply delegates to another instance.- Author:
- jschwarz
-
Constructor Summary
ConstructorsConstructorDescriptionGroupManagementDelegateService(com.lexmark.saperion.administration.GroupManagementService delegate) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.lexmark.saperion.administration.GroupManagementServiceMethods inherited from class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
addGroupMember, createGroup, deleteGroup, deleteSchemaExtension, getACLs, getSchemaExtensionProperties, loadGroup, loadGroupByName, newMembershipSearchServiceForGroups, newMembershipSearchServiceForUsers, newTenantDeletedGroupSearchService, removeGroupMember, search, setSchemaExtension, setSchemaExtensionProperties, undeleteGroup, updateGroupMethods inherited from class com.lexmark.saperion.delegate.AbstractDelegateService
wrapSearchExecutionServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.lexmark.saperion.administration.GroupManagementService
addGroupMember, createGroup, deleteGroup, deleteSchemaExtension, getACLs, getSchemaExtension, getSchemaExtensionProperties, loadGroup, loadGroupByName, newMembershipSearchServiceForGroups, newMembershipSearchServiceForUsers, newTenantDeletedGroupSearchService, newTenantGroupSearchService, removeGroupMember, setSchemaExtension, setSchemaExtensionProperties, undeleteGroup, updateGroupMethods inherited from interface com.lexmark.saperion.search.SearchExecutionService
search
-
Constructor Details
-
GroupManagementDelegateService
public GroupManagementDelegateService(com.lexmark.saperion.administration.GroupManagementService delegate)
-
-
Method Details
-
getDelegate
protected com.lexmark.saperion.administration.GroupManagementService getDelegate()- Specified by:
getDelegatein classAbstractDelegateService<com.lexmark.saperion.administration.GroupManagementService>
-