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 voidDefaultCartItemConfigurationService. 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 voidDefaultInventoryAvailabilityService. 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 classDefaultBroadleafProductService<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 voidDefaultCartItemCatalogInformationService. 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 voidDefaultCartPricingService. setBroadleafProductService(BroadleafProductService<Product> broadleafProductService) 
 -