Uses of Class
com.broadleafcommerce.cartoperation.domain.Product
Packages that use Product
Package
Description
-
Uses of Product in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return ProductModifier 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 choiceMethods in com.broadleafcommerce.cartoperation.domain with parameters of type ProductModifier 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
Classes in com.broadleafcommerce.cartoperation.service.configuration with type parameters of type ProductMethods in com.broadleafcommerce.cartoperation.service.configuration that return types with arguments of type ProductModifier and TypeMethodDescriptionprotected BroadleafProductService<Product>
DefaultCartItemConfigurationService.getBroadleafProductService()
Method parameters in com.broadleafcommerce.cartoperation.service.configuration with type arguments of type ProductModifier and TypeMethodDescriptionvoid
DefaultCartItemConfigurationService.setBroadleafProductService
(BroadleafProductService<Product> broadleafProductService) -
Uses of Product in com.broadleafcommerce.cartoperation.service.inventory
Methods in com.broadleafcommerce.cartoperation.service.inventory that return types with arguments of type ProductModifier and TypeMethodDescriptionprotected BroadleafProductService<Product>
DefaultInventoryAvailabilityService.getProductService()
Method parameters in com.broadleafcommerce.cartoperation.service.inventory with type arguments of type ProductModifier and TypeMethodDescriptionvoid
DefaultInventoryAvailabilityService.setProductService
(BroadleafProductService<Product> productService) -
Uses of Product in com.broadleafcommerce.cartoperation.service.mapping
Classes in com.broadleafcommerce.cartoperation.service.mapping with type parameters of type ProductModifier and TypeInterfaceDescriptioninterface
BroadleafProductService<P extends Product>
class
DefaultBroadleafProductService<P extends Product>
class
DefaultCartItemCatalogInformationService<P extends Product>
Methods in com.broadleafcommerce.cartoperation.service.mapping that return types with arguments of type ProductModifier and TypeMethodDescriptionprotected BroadleafProductService<Product>
DefaultCartItemCatalogInformationService.getBroadleafProductService()
protected CartItemConfigurationService<Product>
DefaultCartItemCatalogInformationService.getCartItemConfigurationService()
Methods in com.broadleafcommerce.cartoperation.service.mapping with parameters of type ProductModifier 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) Method parameters in com.broadleafcommerce.cartoperation.service.mapping with type arguments of type ProductModifier and TypeMethodDescriptionvoid
DefaultCartItemCatalogInformationService.setBroadleafProductService
(BroadleafProductService<Product> broadleafProductService) Constructor parameters in com.broadleafcommerce.cartoperation.service.mapping with type arguments of type ProductModifierConstructorDescriptionDefaultCartItemCatalogInformationService
(CartItemConfigurationService<Product> cartItemConfigurationService, List<CartItemProductMapper> cartItemProductMappers, CartOperationServiceProperties properties) -
Uses of Product in com.broadleafcommerce.cartoperation.service.pricing
Methods in com.broadleafcommerce.cartoperation.service.pricing that return types with arguments of type ProductModifier and TypeMethodDescriptionprotected BroadleafProductService<Product>
DefaultCartPricingService.getBroadleafProductService()
Method parameters in com.broadleafcommerce.cartoperation.service.pricing with type arguments of type ProductModifier and TypeMethodDescriptionvoid
DefaultCartPricingService.setBroadleafProductService
(BroadleafProductService<Product> broadleafProductService)
CartItemProductMapper.mapProductToCartItem(CartItem, Product, Variant, ContextInfo)