Uses of Interface
com.broadleafcommerce.cartoperation.service.mapping.BroadleafProductService
Package
Description
-
Uses of BroadleafProductService in com.broadleafcommerce.cartoperation.service.configuration
Modifier and TypeMethodDescriptionprotected BroadleafProductService<Product>
DefaultCartItemConfigurationService.getBroadleafProductService()
Modifier and TypeMethodDescriptionvoid
DefaultCartItemConfigurationService.setBroadleafProductService
(BroadleafProductService<Product> broadleafProductService) -
Uses of BroadleafProductService in com.broadleafcommerce.cartoperation.service.inventory
Modifier and TypeMethodDescriptionprotected BroadleafProductService<Product>
DefaultInventoryAvailabilityService.getProductService()
Modifier and TypeMethodDescriptionvoid
DefaultInventoryAvailabilityService.setProductService
(BroadleafProductService<Product> productService) -
Uses of BroadleafProductService in com.broadleafcommerce.cartoperation.service.mapping
Modifier and TypeMethodDescriptionprotected BroadleafProductService<Product>
DefaultCartItemCatalogInformationService.getBroadleafProductService()
Modifier and TypeMethodDescriptionvoid
DefaultCartItemCatalogInformationService.setBroadleafProductService
(BroadleafProductService<Product> broadleafProductService) -
Uses of BroadleafProductService in com.broadleafcommerce.cartoperation.service.pricing
Modifier and TypeMethodDescriptionprotected BroadleafProductService<Product>
DefaultCartPricingService.getBroadleafProductService()
Modifier and TypeMethodDescriptionvoid
DefaultCartPricingService.setBroadleafProductService
(BroadleafProductService<Product> broadleafProductService)