Uses of Class
com.broadleafcommerce.cartoperation.domain.Product
-
-
Uses of Product in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return Product Modifier and Type Method Description Product
IncludedProduct. getProduct()
This field contains the specified product if thetype
isIncludedProductType.PRODUCT
.Product
SpecificItemChoice. getProduct()
If theSpecificItemChoice.type
isSpecificItemChoiceType.PRODUCT
this holds the product for this choiceMethods in com.broadleafcommerce.cartoperation.domain with parameters of type Product Modifier and Type Method Description void
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 Product Modifier and Type Class Description class
DefaultCartItemConfigurationService<P extends Product>
Methods in com.broadleafcommerce.cartoperation.service.configuration that return types with arguments of type Product Modifier and Type Method Description protected BroadleafProductService<Product>
DefaultCartItemConfigurationService. getBroadleafProductService()
Method parameters in com.broadleafcommerce.cartoperation.service.configuration with type arguments of type Product Modifier and Type Method Description void
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 Product Modifier and Type Method Description protected BroadleafProductService<Product>
DefaultInventoryAvailabilityService. getProductService()
Method parameters in com.broadleafcommerce.cartoperation.service.inventory with type arguments of type Product Modifier and Type Method Description void
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 Product Modifier and Type Interface Description interface
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 Product Modifier and Type Method Description protected BroadleafProductService<Product>
DefaultCartItemCatalogInformationService. getBroadleafProductService()
protected CartItemConfigurationService<Product>
DefaultCartItemCatalogInformationService. getCartItemConfigurationService()
Methods in com.broadleafcommerce.cartoperation.service.mapping with parameters of type Product Modifier and Type Method Description void
CartItemProductMapper. mapProductToCartItem(com.broadleafcommerce.cart.client.domain.CartItem cartItem, Product product, Variant variant)
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 Product Modifier and Type Method Description void
DefaultCartItemCatalogInformationService. setBroadleafProductService(BroadleafProductService<Product> broadleafProductService)
Constructor parameters in com.broadleafcommerce.cartoperation.service.mapping with type arguments of type Product Constructor Description DefaultCartItemCatalogInformationService(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 Product Modifier and Type Method Description protected BroadleafProductService<Product>
DefaultCartPricingService. getBroadleafProductService()
Method parameters in com.broadleafcommerce.cartoperation.service.pricing with type arguments of type Product Modifier and Type Method Description void
DefaultCartPricingService. setBroadleafProductService(BroadleafProductService<Product> broadleafProductService)
-