Class AbstractDelegateService<Service>

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract Service getDelegate()  
      protected <T> com.lexmark.saperion.search.SearchExecutionService<T> wrapSearchExecutionService​(java.lang.Class<T> listItemClass, com.lexmark.saperion.search.SearchExecutionService<T> delegate)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractDelegateService

        public AbstractDelegateService()
    • Method Detail

      • getDelegate

        protected abstract Service getDelegate()
      • wrapSearchExecutionService

        protected <T> com.lexmark.saperion.search.SearchExecutionService<T> wrapSearchExecutionService​(java.lang.Class<T> listItemClass,
                                                                                                       com.lexmark.saperion.search.SearchExecutionService<T> delegate)