Class 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 Detail

      • GroupManagementDelegateService

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

      • getDelegate

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