Class AclManagementDelegateService

  • All Implemented Interfaces:
    com.lexmark.saperion.administration.AclManagementService, com.lexmark.saperion.search.SearchExecutionService<com.lexmark.saperion.administration.AclListItemType>

    public class AclManagementDelegateService
    extends AbstractAclManagementDelegateService
    implements com.lexmark.saperion.administration.AclManagementService
    This AclManagementService simply delegates to another instance.
    Author:
    jschwarz
    • Constructor Detail

      • AclManagementDelegateService

        public AclManagementDelegateService​(com.lexmark.saperion.administration.AclManagementService delegate)
    • Method Detail

      • getDelegate

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