Class RoleManagementDelegateService

  • All Implemented Interfaces:
    com.lexmark.saperion.administration.RoleManagementService, com.lexmark.saperion.search.SearchExecutionService<com.lexmark.saperion.administration.RoleType>

    public class RoleManagementDelegateService
    extends AbstractRoleManagementDelegateService
    implements com.lexmark.saperion.administration.RoleManagementService
    This RoleManagementService simply delegates to another instance.
    Author:
    jschwarz
    • Constructor Detail

      • RoleManagementDelegateService

        public RoleManagementDelegateService​(com.lexmark.saperion.administration.RoleManagementService delegate)
    • Method Detail

      • getDelegate

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