Class SearchExecutionDelegateService<T>

  • All Implemented Interfaces:
    com.lexmark.saperion.search.SearchExecutionService<T>

    public class SearchExecutionDelegateService<T>
    extends java.lang.Object
    implements com.lexmark.saperion.search.SearchExecutionService<T>
    This SearchExecutionService simply delegates to another instance.
    Author:
    jschwarz
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.lexmark.saperion.search.SearchExecutionService<T> delegate  
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchExecutionDelegateService​(com.lexmark.saperion.search.SearchExecutionService<T> delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.lexmark.saperion.search.SearchResultPage<T> search​(com.lexmark.saperion.search.query.Statement statement, com.lexmark.saperion.search.PageDefinition pageDefinition)  
      • Methods inherited from class java.lang.Object

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

      • delegate

        protected final com.lexmark.saperion.search.SearchExecutionService<T> delegate
    • Constructor Detail

      • SearchExecutionDelegateService

        public SearchExecutionDelegateService​(com.lexmark.saperion.search.SearchExecutionService<T> delegate)
    • Method Detail

      • search

        public com.lexmark.saperion.search.SearchResultPage<T> search​(com.lexmark.saperion.search.query.Statement statement,
                                                                      com.lexmark.saperion.search.PageDefinition pageDefinition)
                                                               throws com.lexmark.saperion.exceptions.EcmException
        Specified by:
        search in interface com.lexmark.saperion.search.SearchExecutionService<T>
        Throws:
        com.lexmark.saperion.exceptions.EcmException