Package com.lexmark.saperion.delegate
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 -
Constructor Summary
ConstructorsConstructorDescriptionSearchExecutionDelegateService
(com.lexmark.saperion.search.SearchExecutionService<T> delegate) -
Method Summary
-
Field Details
-
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 interfacecom.lexmark.saperion.search.SearchExecutionService<T>
- Throws:
com.lexmark.saperion.exceptions.EcmException
-