Uses of Interface
com.broadleafcommerce.cartoperation.service.mapping.BroadleafProductService
-
-
Uses of BroadleafProductService in com.broadleafcommerce.cartoperation.service.configuration
Methods in com.broadleafcommerce.cartoperation.service.configuration that return BroadleafProductService Modifier and Type Method Description protected BroadleafProductService<Product>
DefaultCartItemConfigurationService. getBroadleafProductService()
Methods in com.broadleafcommerce.cartoperation.service.configuration with parameters of type BroadleafProductService Modifier and Type Method Description void
DefaultCartItemConfigurationService. setBroadleafProductService(BroadleafProductService<Product> broadleafProductService)
-
Uses of BroadleafProductService in com.broadleafcommerce.cartoperation.service.inventory
Methods in com.broadleafcommerce.cartoperation.service.inventory that return BroadleafProductService Modifier and Type Method Description protected BroadleafProductService<Product>
DefaultInventoryAvailabilityService. getProductService()
Methods in com.broadleafcommerce.cartoperation.service.inventory with parameters of type BroadleafProductService Modifier and Type Method Description void
DefaultInventoryAvailabilityService. setProductService(BroadleafProductService<Product> productService)
-
Uses of BroadleafProductService in com.broadleafcommerce.cartoperation.service.mapping
Classes in com.broadleafcommerce.cartoperation.service.mapping that implement BroadleafProductService Modifier and Type Class Description class
DefaultBroadleafProductService<P extends Product>
Methods in com.broadleafcommerce.cartoperation.service.mapping that return BroadleafProductService Modifier and Type Method Description protected BroadleafProductService<Product>
DefaultCartItemCatalogInformationService. getBroadleafProductService()
Methods in com.broadleafcommerce.cartoperation.service.mapping with parameters of type BroadleafProductService Modifier and Type Method Description void
DefaultCartItemCatalogInformationService. setBroadleafProductService(BroadleafProductService<Product> broadleafProductService)
-
Uses of BroadleafProductService in com.broadleafcommerce.cartoperation.service.pricing
Methods in com.broadleafcommerce.cartoperation.service.pricing that return BroadleafProductService Modifier and Type Method Description protected BroadleafProductService<Product>
DefaultCartPricingService. getBroadleafProductService()
Methods in com.broadleafcommerce.cartoperation.service.pricing with parameters of type BroadleafProductService Modifier and Type Method Description void
DefaultCartPricingService. setBroadleafProductService(BroadleafProductService<Product> broadleafProductService)
-