Class TenantManagementDelegateService

  • All Implemented Interfaces:
    com.lexmark.saperion.administration.TenantManagementService, com.lexmark.saperion.search.SearchExecutionService<com.lexmark.saperion.administration.TenantType>

    public class TenantManagementDelegateService
    extends AbstractTenantManagementDelegateService
    implements com.lexmark.saperion.administration.TenantManagementService
    This TenantManagementService simply delegates to another instance.
    Author:
    jschwarz
    • Constructor Detail

      • TenantManagementDelegateService

        public TenantManagementDelegateService​(com.lexmark.saperion.administration.TenantManagementService delegate)
    • Method Detail

      • getDelegate

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