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 Details

    • GroupManagementDelegateService

      public GroupManagementDelegateService(com.lexmark.saperion.administration.GroupManagementService delegate)
  • Method Details

    • getDelegate

      protected com.lexmark.saperion.administration.GroupManagementService getDelegate()
      Specified by:
      getDelegate in class AbstractDelegateService<com.lexmark.saperion.administration.GroupManagementService>