Uses of Class
de.hybris.platform.commerceservices.search.facetdata.FacetSearchPageData
Packages that use FacetSearchPageData
Package
Description
-
Uses of FacetSearchPageData in de.hybris.platform.b2ctelcofacades.discount
Methods in de.hybris.platform.b2ctelcofacades.discount with parameters of type FacetSearchPageDataModifier and TypeMethodDescriptionvoidTmaSolrDiscountSearchFacade.addApplicableDiscountsFromIndex(FacetSearchPageData<SearchStateData, ProductData> productSearchPageData) Retrieves applicable discounts from solr and maps them to eachProductDataand to each one of its prices -
Uses of FacetSearchPageData in de.hybris.platform.b2ctelcofacades.discount.impl
Methods in de.hybris.platform.b2ctelcofacades.discount.impl with parameters of type FacetSearchPageDataModifier and TypeMethodDescriptionvoidDefaultTmaSolrDiscountSearchFacade.addApplicableDiscountsFromIndex(FacetSearchPageData<SearchStateData, ProductData> productSearchPageData) -
Uses of FacetSearchPageData in de.hybris.platform.b2ctelcofacades.pagination
Method parameters in de.hybris.platform.b2ctelcofacades.pagination with type arguments of type FacetSearchPageDataModifier and TypeMethodDescription<S> List<S>TmaFacetSearchPaginationFacade.getItemsFromPagesWithOffsetAndLimit(List<FacetSearchPageData<SearchStateData, S>> sourceResults, Integer offset, Integer limit) Creates and returns list of limit number of items starting from the offsetth member -
Uses of FacetSearchPageData in de.hybris.platform.b2ctelcofacades.pagination.impl
Method parameters in de.hybris.platform.b2ctelcofacades.pagination.impl with type arguments of type FacetSearchPageDataModifier and TypeMethodDescription<S> List<S>FacetSearchTmaPaginationFacade.getItemsFromPagesWithOffsetAndLimit(List<FacetSearchPageData<SearchStateData, S>> sourceResults, Integer offset, Integer limit) Creates and returns list of limit number of items starting from the offsetth member -
Uses of FacetSearchPageData in de.hybris.platform.b2ctelcofacades.product
Methods in de.hybris.platform.b2ctelcofacades.product that return types with arguments of type FacetSearchPageDataModifier and TypeMethodDescriptionTmaProductSearchFacade.getSolrSearchResults(SolrSearchQueryData searchQuery, Integer offset, Integer limit) Calculates page number from offset and limit and returns those page/pages which contain the requested Product Offerings. -
Uses of FacetSearchPageData in de.hybris.platform.b2ctelcofacades.product.impl
Methods in de.hybris.platform.b2ctelcofacades.product.impl that return types with arguments of type FacetSearchPageDataModifier and TypeMethodDescriptionDefaultTmaProductSearchFacade.getSolrSearchResults(SolrSearchQueryData searchQuery, Integer offset, Integer limit) Calculates page number from offset and limit and returns those page/pages which contain the requested Product Offerings. -
Uses of FacetSearchPageData in de.hybris.platform.commerceservices.search.facetdata
Subclasses of FacetSearchPageData in de.hybris.platform.commerceservices.search.facetdataModifier and TypeClassDescriptionclassProductCategorySearchPageData<STATE,RESULT, CATEGORY> POJO containing the result page for product or category search.classProductSearchPageData<STATE,RESULT> POJO containing the result page for product search.