Uses of Class
com.broadleafcommerce.catalogbrowse.domain.Category
Packages that use Category
Package
Description
-
Uses of Category in com.broadleafcommerce.catalogbrowse.domain
Methods in com.broadleafcommerce.catalogbrowse.domain that return CategoryModifier and TypeMethodDescriptionBrowseEntityDetails.getCategory()The category that matched theBrowseDetailsRequest.Methods in com.broadleafcommerce.catalogbrowse.domain that return types with arguments of type CategoryMethods in com.broadleafcommerce.catalogbrowse.domain with parameters of type CategoryModifier and TypeMethodDescriptionvoidBrowseEntityDetails.setCategory(Category category) The category that matched theBrowseDetailsRequest.Method parameters in com.broadleafcommerce.catalogbrowse.domain with type arguments of type CategoryModifier and TypeMethodDescriptionvoidCategoryList.setCategories(List<Category> categories) AllCategoriesand their details. -
Uses of Category in com.broadleafcommerce.catalogbrowse.service.provider
Methods in com.broadleafcommerce.catalogbrowse.service.provider that return CategoryModifier and TypeMethodDescriptionCatalogProvider.fetchCategoryWithDetails(CategoryDetailsRequest request) Retrieves the category with details for the request.CatalogSearchProvider.fetchCategoryWithDetailsAndSearchResponse(@NonNull CategoryDetailsRequest categoryDetailsRequest) Methods in com.broadleafcommerce.catalogbrowse.service.provider with parameters of type CategoryModifier and TypeMethodDescriptionCatalogSearchProvider.getSearchResultsForCategory(@NonNull CatalogEntityDetailsRequest categoryDetailsRequest, @NonNull Category category) Performs a search for products belonging to the provided category. -
Uses of Category in com.broadleafcommerce.catalogbrowse.service.provider.external.catalog
Methods in com.broadleafcommerce.catalogbrowse.service.provider.external.catalog that return CategoryModifier and TypeMethodDescriptionExternalCatalogProvider.fetchCategoryWithDetails(@NonNull CategoryDetailsRequest request) Methods in com.broadleafcommerce.catalogbrowse.service.provider.external.catalog with parameters of type CategoryModifier and TypeMethodDescriptionprotected voidExternalCatalogProvider.pricePromotionalCategoryProducts(@NotNull Category category, com.broadleafcommerce.pricing.client.domain.context.PriceContext priceContext, com.broadleafcommerce.pricing.client.domain.context.PriceInfoContext priceInfoContext, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Makes a call to pricing service for any promotional products on the category. -
Uses of Category in com.broadleafcommerce.catalogbrowse.service.provider.external.search
Methods in com.broadleafcommerce.catalogbrowse.service.provider.external.search that return CategoryModifier and TypeMethodDescriptionExternalCatalogSearchProvider.fetchCategoryWithDetailsAndSearchResponse(@NonNull CategoryDetailsRequest request) Methods in com.broadleafcommerce.catalogbrowse.service.provider.external.search with parameters of type CategoryModifier and TypeMethodDescriptionExternalCatalogSearchProvider.getSearchResultsForCategory(@NonNull CatalogEntityDetailsRequest detailsRequest, @NonNull Category category) -
Uses of Category in com.broadleafcommerce.catalogbrowse.web.endpoint
Methods in com.broadleafcommerce.catalogbrowse.web.endpoint that return CategoryModifier and TypeMethodDescriptionCatalogBrowseEndpoint.readCategoryDetails(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/categories/detailsmapping should be removed in the future as we will want to deprecate it in favor of/browse/categories.