Uses of Interface
com.broadleafcommerce.catalogbrowse.domain.CatalogEntityDetailsRequest
Packages that use CatalogEntityDetailsRequest
Package
Description
-
Uses of CatalogEntityDetailsRequest in com.broadleafcommerce.catalogbrowse.domain
Classes in com.broadleafcommerce.catalogbrowse.domain that implement CatalogEntityDetailsRequestModifier and TypeClassDescriptionclassDTO containing information pertaining to a request to be sent to theCatalogProviderorContentProviderto retrieve a browse entity's details such as for aProduct,Category,ContentItem.classDTO containing information pertaining to a request to be sent to theCatalogSearchProviderto retrieve search results.classDTO containing information pertaining to a request to be sent to theCatalogProviderto retrieve a category's details.classDTO containing information pertaining to a request to be sent to theCatalogProviderto retrieve a product's details. -
Uses of CatalogEntityDetailsRequest in com.broadleafcommerce.catalogbrowse.service.provider
Methods in com.broadleafcommerce.catalogbrowse.service.provider with parameters of type CatalogEntityDetailsRequestModifier and TypeMethodDescriptionCatalogSearchProvider.getSearchResultsForCategory(@NonNull CatalogEntityDetailsRequest categoryDetailsRequest, @NonNull Category category) Performs a search for products belonging to the provided category. -
Uses of CatalogEntityDetailsRequest in com.broadleafcommerce.catalogbrowse.service.provider.external.search
Methods in com.broadleafcommerce.catalogbrowse.service.provider.external.search with parameters of type CatalogEntityDetailsRequestModifier and TypeMethodDescriptionExternalCatalogSearchProvider.getSearchResultsForCategory(@NonNull CatalogEntityDetailsRequest detailsRequest, @NonNull Category category)