Uses of Class
com.broadleafcommerce.catalogbrowse.domain.SearchResponse
Packages that use SearchResponse
Package
Description
-
Uses of SearchResponse in com.broadleafcommerce.catalogbrowse.domain
Methods in com.broadleafcommerce.catalogbrowse.domain that return SearchResponseModifier and TypeMethodDescriptionCategory.getSearchResponse()IfCategoryDetailsRequest.isHydrateCategoryProductsFromSearch()orBrowseDetailsRequest.isHydrateCategoryProductsFromSearch()is true, then this will be populated instead ofCategory.products.Methods in com.broadleafcommerce.catalogbrowse.domain with parameters of type SearchResponseModifier and TypeMethodDescriptionvoidCategory.setSearchResponse(SearchResponse<Product> searchResponse) IfCategoryDetailsRequest.isHydrateCategoryProductsFromSearch()orBrowseDetailsRequest.isHydrateCategoryProductsFromSearch()is true, then this will be populated instead ofCategory.products. -
Uses of SearchResponse in com.broadleafcommerce.catalogbrowse.service.provider
Methods in com.broadleafcommerce.catalogbrowse.service.provider that return SearchResponseModifier and TypeMethodDescriptionCatalogSearchProvider.getSearchResults(CatalogSearchRequest request) Performs a search for the provided request.CatalogSearchProvider.getSearchResultsForCategory(@NonNull CatalogEntityDetailsRequest categoryDetailsRequest, @NonNull Category category) Performs a search for products belonging to the provided category. -
Uses of SearchResponse in com.broadleafcommerce.catalogbrowse.service.provider.external.search
Methods in com.broadleafcommerce.catalogbrowse.service.provider.external.search that return SearchResponseModifier and TypeMethodDescriptionExternalCatalogSearchProvider.getSearchResults(@NonNull CatalogSearchRequest request) ExternalCatalogSearchProvider.getSearchResultsForCategory(@NonNull CatalogEntityDetailsRequest detailsRequest, @NonNull Category category) -
Uses of SearchResponse in com.broadleafcommerce.catalogbrowse.web.endpoint
Methods in com.broadleafcommerce.catalogbrowse.web.endpoint that return SearchResponseModifier and TypeMethodDescriptionCatalogBrowseEndpoint.getCatalogSearchResults(jakarta.servlet.http.HttpServletRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, com.broadleafcommerce.pricing.client.domain.context.PriceContext priceContext, com.broadleafcommerce.pricing.client.domain.context.PriceInfoContext priceInfoContext, org.springframework.util.MultiValueMap<String, String> parameters) TODO: The/search/catalogmapping should be removed in the future as we will want to deprecate it in favor of/browse/search/catalog.