Class SearchExecutionDelegateService<T>

java.lang.Object
com.lexmark.saperion.delegate.SearchExecutionDelegateService<T>
All Implemented Interfaces:
com.lexmark.saperion.search.SearchExecutionService<T>

public class SearchExecutionDelegateService<T> extends 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 final com.lexmark.saperion.search.SearchExecutionService<T>
     
  • Constructor Summary

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

    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 Details

    • delegate

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

    • SearchExecutionDelegateService

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

    • 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