Class LookupEntryDelegateService

  • All Implemented Interfaces:
    com.lexmark.saperion.lookup.LookupEntryService

    public class LookupEntryDelegateService
    extends AbstractLookupEntryDelegateService
    implements com.lexmark.saperion.lookup.LookupEntryService
    This LookupEntryService simply delegates to another instance.
    Author:
    jschwarz
    • Constructor Detail

      • LookupEntryDelegateService

        public LookupEntryDelegateService​(com.lexmark.saperion.lookup.LookupEntryService delegate)
    • Method Detail

      • getDelegate

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