Class PoolHistoryFieldSearchFacadeStrategy
java.lang.Object
de.hybris.platform.datahubbackoffice.dataaccess.OrderedBean
de.hybris.platform.datahubbackoffice.dataaccess.pool.history.PoolHistoryFieldSearchFacadeStrategy
- All Implemented Interfaces:
com.hybris.cockpitng.dataaccess.facades.search.FieldSearchFacade<com.hybris.datahub.dto.event.PoolActionData>,com.hybris.cockpitng.dataaccess.facades.search.FieldSearchFacadeStrategy<com.hybris.datahub.dto.event.PoolActionData>,com.hybris.cockpitng.dataaccess.facades.search.OrderedFieldSearchFacadeStrategy<com.hybris.datahub.dto.event.PoolActionData>,org.springframework.core.Ordered
public class PoolHistoryFieldSearchFacadeStrategy
extends OrderedBean
implements com.hybris.cockpitng.dataaccess.facades.search.OrderedFieldSearchFacadeStrategy<com.hybris.datahub.dto.event.PoolActionData>
-
Field Summary
Fields inherited from interface com.hybris.cockpitng.dataaccess.facades.search.FieldSearchFacadeStrategy
CONTEXT_ORIGINAL_QUERYFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancom.hybris.cockpitng.search.data.pageable.Pageable<com.hybris.datahub.dto.event.PoolActionData>search(com.hybris.cockpitng.search.data.SearchQueryData searchQueryData) voidsetPoolActionClient(com.hybris.datahub.client.PoolActionClient client) Methods inherited from class de.hybris.platform.datahubbackoffice.dataaccess.OrderedBean
getOrder, setOrderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.dataaccess.facades.search.FieldSearchFacade
isSortable, searchMethods inherited from interface com.hybris.cockpitng.dataaccess.facades.search.FieldSearchFacadeStrategy
canHandle, getStrategyName, useOrForGlobalOperatorMethods inherited from interface org.springframework.core.Ordered
getOrder
-
Constructor Details
-
PoolHistoryFieldSearchFacadeStrategy
public PoolHistoryFieldSearchFacadeStrategy()
-
-
Method Details
-
canHandle
- Specified by:
canHandlein interfacecom.hybris.cockpitng.dataaccess.facades.search.FieldSearchFacadeStrategy<com.hybris.datahub.dto.event.PoolActionData>
-
search
public com.hybris.cockpitng.search.data.pageable.Pageable<com.hybris.datahub.dto.event.PoolActionData> search(com.hybris.cockpitng.search.data.SearchQueryData searchQueryData) - Specified by:
searchin interfacecom.hybris.cockpitng.dataaccess.facades.search.FieldSearchFacade<com.hybris.datahub.dto.event.PoolActionData>
-
setPoolActionClient
public void setPoolActionClient(com.hybris.datahub.client.PoolActionClient client)
-