Class PoolFieldSearchFacadeStrategy

  • All Implemented Interfaces:
    com.hybris.cockpitng.dataaccess.facades.search.FieldSearchFacade<com.hybris.datahub.dto.pool.PoolData>, com.hybris.cockpitng.dataaccess.facades.search.FieldSearchFacadeStrategy<com.hybris.datahub.dto.pool.PoolData>, com.hybris.cockpitng.dataaccess.facades.search.OrderedFieldSearchFacadeStrategy<com.hybris.datahub.dto.pool.PoolData>, org.springframework.core.Ordered

    public class PoolFieldSearchFacadeStrategy
    extends OrderedBean
    implements com.hybris.cockpitng.dataaccess.facades.search.OrderedFieldSearchFacadeStrategy<com.hybris.datahub.dto.pool.PoolData>
    • Field Summary

      • Fields inherited from interface com.hybris.cockpitng.dataaccess.facades.search.FieldSearchFacadeStrategy

        CONTEXT_ORIGINAL_QUERY
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean canHandle​(java.lang.String code)  
      com.hybris.cockpitng.search.data.pageable.Pageable<com.hybris.datahub.dto.pool.PoolData> search​(com.hybris.cockpitng.search.data.SearchQueryData searchQueryData)  
      void setDataPoolClient​(com.hybris.datahub.client.DataPoolClient client)  
      void setNotificationService​(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.hybris.cockpitng.dataaccess.facades.search.FieldSearchFacade

        isSortable, search
      • Methods inherited from interface com.hybris.cockpitng.dataaccess.facades.search.FieldSearchFacadeStrategy

        canHandle, getStrategyName
      • Methods inherited from interface org.springframework.core.Ordered

        getOrder
    • Constructor Detail

      • PoolFieldSearchFacadeStrategy

        public PoolFieldSearchFacadeStrategy()
    • Method Detail

      • canHandle

        public boolean canHandle​(java.lang.String code)
        Specified by:
        canHandle in interface com.hybris.cockpitng.dataaccess.facades.search.FieldSearchFacadeStrategy<com.hybris.datahub.dto.pool.PoolData>
      • search

        public com.hybris.cockpitng.search.data.pageable.Pageable<com.hybris.datahub.dto.pool.PoolData> search​(com.hybris.cockpitng.search.data.SearchQueryData searchQueryData)
        Specified by:
        search in interface com.hybris.cockpitng.dataaccess.facades.search.FieldSearchFacade<com.hybris.datahub.dto.pool.PoolData>
      • setDataPoolClient

        public void setDataPoolClient​(com.hybris.datahub.client.DataPoolClient client)
      • setNotificationService

        public void setNotificationService​(com.hybris.backoffice.widgets.notificationarea.NotificationService notificationService)