Uses of Class
com.broadleafcommerce.cartoperation.domain.Product
Package
Description
-
Uses of Product in com.broadleafcommerce.cartoperation.domain
Modifier and TypeMethodDescriptionIncludedProduct.getProduct()
This field contains the specified product if thetype
isIncludedProductType.PRODUCT
.SpecificItemChoice.getProduct()
If theSpecificItemChoice.type
isSpecificItemChoiceType.PRODUCT
this holds the product for this choiceModifier and TypeMethodDescriptionvoid
IncludedProduct.setProduct
(Product product) This field contains the specified product if thetype
isIncludedProductType.PRODUCT
.void
SpecificItemChoice.setProduct
(Product product) If theSpecificItemChoice.type
isSpecificItemChoiceType.PRODUCT
this holds the product for this choice -
Uses of Product in com.broadleafcommerce.cartoperation.service.configuration
Modifier and TypeMethodDescriptionprotected BroadleafProductService<Product>
DefaultCartItemConfigurationService.getBroadleafProductService()
Modifier and TypeMethodDescriptionvoid
DefaultCartItemConfigurationService.setBroadleafProductService
(BroadleafProductService<Product> broadleafProductService) -
Uses of Product in com.broadleafcommerce.cartoperation.service.inventory
Modifier and TypeMethodDescriptionprotected BroadleafProductService<Product>
DefaultInventoryAvailabilityService.getProductService()
Modifier and TypeMethodDescriptionvoid
DefaultInventoryAvailabilityService.setProductService
(BroadleafProductService<Product> productService) -
Uses of Product in com.broadleafcommerce.cartoperation.service.mapping
Modifier and TypeInterfaceDescriptioninterface
BroadleafProductService<P extends Product>
class
DefaultBroadleafProductService<P extends Product>
class
DefaultCartItemCatalogInformationService<P extends Product>
Modifier and TypeMethodDescriptionprotected BroadleafProductService<Product>
DefaultCartItemCatalogInformationService.getBroadleafProductService()
protected CartItemConfigurationService<Product>
DefaultCartItemCatalogInformationService.getCartItemConfigurationService()
Modifier and TypeMethodDescriptionvoid
CartItemProductMapper.mapProductToCartItem
(com.broadleafcommerce.cart.client.domain.CartItem cartItem, Product product, Variant variant) Deprecated.void
CartItemProductMapper.mapProductToCartItem
(com.broadleafcommerce.cart.client.domain.CartItem cartItem, Product product, Variant variant, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) void
DataDrivenCartItemProductMapper.mapProductToCartItem
(@NonNull com.broadleafcommerce.cart.client.domain.CartItem cartItem, @NonNull Product product, Variant variant, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) void
DataDrivenCartItemProductMapper.mapProductToCartItem
(com.broadleafcommerce.cart.client.domain.CartItem cartItem, Product product, Variant variant) void
PropertyDrivenCartItemProductMapper.mapProductToCartItem
(@NonNull com.broadleafcommerce.cart.client.domain.CartItem cartItem, @NonNull Product product, Variant variant, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) void
PropertyDrivenCartItemProductMapper.mapProductToCartItem
(com.broadleafcommerce.cart.client.domain.CartItem cartItem, Product product, Variant variant) Modifier and TypeMethodDescriptionvoid
DefaultCartItemCatalogInformationService.setBroadleafProductService
(BroadleafProductService<Product> broadleafProductService) ModifierConstructorDescriptionDefaultCartItemCatalogInformationService
(CartItemConfigurationService<Product> cartItemConfigurationService, List<CartItemProductMapper> cartItemProductMappers, CartOperationServiceProperties properties) -
Uses of Product in com.broadleafcommerce.cartoperation.service.pricing
Modifier and TypeMethodDescriptionprotected BroadleafProductService<Product>
DefaultCartPricingService.getBroadleafProductService()
Modifier and TypeMethodDescriptionvoid
DefaultCartPricingService.setBroadleafProductService
(BroadleafProductService<Product> broadleafProductService)
CartItemProductMapper.mapProductToCartItem(CartItem, Product, Variant, ContextInfo)