Class LookupEntryDelegateService

java.lang.Object
com.lexmark.saperion.delegate.AbstractDelegateService<com.lexmark.saperion.lookup.LookupEntryService>
com.lexmark.saperion.delegate.AbstractLookupEntryDelegateService
com.lexmark.saperion.delegate.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 Details

    • LookupEntryDelegateService

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

    • getDelegate

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