Class UserManagementDelegateService

  • All Implemented Interfaces:
    com.lexmark.saperion.administration.UserManagementService, com.lexmark.saperion.search.SearchExecutionService<com.lexmark.saperion.administration.UserType>

    public class UserManagementDelegateService
    extends AbstractUserManagementDelegateService
    implements com.lexmark.saperion.administration.UserManagementService
    This UserManagementService simply delegates to another instance.
    Author:
    jschwarz
    • Constructor Detail

      • UserManagementDelegateService

        public UserManagementDelegateService​(com.lexmark.saperion.administration.UserManagementService delegate)
    • Method Detail

      • getDelegate

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