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
ThisGroupManagementService
simply delegates to another instance.- Author:
- jschwarz
-
-
Constructor Summary
Constructors Constructor Description GroupManagementDelegateService(com.lexmark.saperion.administration.GroupManagementService delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.lexmark.saperion.administration.GroupManagementService
getDelegate()
-
Methods inherited from class com.lexmark.saperion.delegate.AbstractGroupManagementDelegateService
addGroupMember, createGroup, deleteGroup, deleteSchemaExtension, getACLs, getSchemaExtensionProperties, loadGroup, loadGroupByName, newMembershipSearchServiceForGroups, newMembershipSearchServiceForUsers, newTenantDeletedGroupSearchService, removeGroupMember, search, setSchemaExtension, setSchemaExtensionProperties, undeleteGroup, updateGroup
-
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
-
Methods 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, updateGroup
-
-
-
-
Method Detail
-
getDelegate
protected com.lexmark.saperion.administration.GroupManagementService getDelegate()
- Specified by:
getDelegate
in classAbstractDelegateService<com.lexmark.saperion.administration.GroupManagementService>
-
-