Uses of Interface
com.hybris.cockpitng.search.data.IdentifiableSearchQuery
-
Packages that use IdentifiableSearchQuery Package Description com.hybris.backoffice.widgets.advancedsearch.engine com.hybris.cockpitng.search.data com.hybris.cockpitng.search.data.pageable -
-
Uses of IdentifiableSearchQuery in com.hybris.backoffice.widgets.advancedsearch.engine
Classes in com.hybris.backoffice.widgets.advancedsearch.engine that implement IdentifiableSearchQuery Modifier and Type Class Description classAdvancedSearchQueryDataRepresents search query data within advanced search widgetclassPageableWithFullTextDataCallbackPageable wrapper which calls#onFullTextSearchData(FullTextSearchData)after current page is fetched and full text search data is available. -
Uses of IdentifiableSearchQuery in com.hybris.cockpitng.search.data
Subinterfaces of IdentifiableSearchQuery in com.hybris.cockpitng.search.data Modifier and Type Interface Description interfaceSearchQueryDataRepresents the search data that is used by search logic controller to build query.Classes in com.hybris.cockpitng.search.data that implement IdentifiableSearchQuery Modifier and Type Class Description classSimpleSearchQueryDataDTO for simple search query data -
Uses of IdentifiableSearchQuery in com.hybris.cockpitng.search.data.pageable
Subinterfaces of IdentifiableSearchQuery in com.hybris.cockpitng.search.data.pageable Modifier and Type Interface Description interfaceFullTextSearchPageable<R>Pageable with auto correction (spell check) and facets.interfacePageable<R>Capable of paging the collections of result typeR.Classes in com.hybris.cockpitng.search.data.pageable that implement IdentifiableSearchQuery Modifier and Type Class Description classPageableList<R>Implementation ofPageablewhich can be instantiated fromListand an integer value indicating the page size.
-