Uses of Interface
com.broadleafcommerce.catalog.service.product.commerce.ProductDetailsService
Package
Description
-
Uses of ProductDetailsService in com.broadleafcommerce.catalog.service.autoconfigure
Modifier and TypeMethodDescriptionCatalogServiceAutoConfiguration.browseDetailsService
(ProductService<Product> productService, CategoryService<Category> categoryService, ProductDetailsService productDetailsService, CategoryDetailsService categoryDetailsService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of ProductDetailsService in com.broadleafcommerce.catalog.service.commerce
Modifier and TypeMethodDescriptionprotected ProductDetailsService
DefaultBrowseDetailsService.getProductDetailsService()
ModifierConstructorDescriptionDefaultBrowseDetailsService
(ProductService<Product> productService, CategoryService<Category> categoryService, ProductDetailsService productDetailsService, CategoryDetailsService categoryDetailsService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of ProductDetailsService in com.broadleafcommerce.catalog.service.product.commerce
-
Uses of ProductDetailsService in com.broadleafcommerce.catalog.web.endpoint.commerce
Modifier and TypeMethodDescriptionprotected ProductDetailsService
ProductDetailsEndpoint.getProductDetailsService()
ModifierConstructorDescriptionProductDetailsEndpoint
(ProductDetailsService productDetailsService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)