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 ProductIncludedProduct. getProduct()This field contains the specified product if thetypeisIncludedProductType.PRODUCT.ProductSpecificItemChoice. getProduct()If theSpecificItemChoice.typeisSpecificItemChoiceType.PRODUCTthis holds the product for this choiceMethods in com.broadleafcommerce.cartoperation.domain with parameters of type Product Modifier and Type Method Description voidIncludedProduct. setProduct(Product product)This field contains the specified product if thetypeisIncludedProductType.PRODUCT.voidSpecificItemChoice. setProduct(Product product)If theSpecificItemChoice.typeisSpecificItemChoiceType.PRODUCTthis 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 classDefaultCartItemConfigurationService<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 voidDefaultCartItemConfigurationService. 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 voidDefaultInventoryAvailabilityService. 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 interfaceBroadleafProductService<P extends Product>classDefaultBroadleafProductService<P extends Product>classDefaultCartItemCatalogInformationService<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 voidCartItemProductMapper. mapProductToCartItem(com.broadleafcommerce.cart.client.domain.CartItem cartItem, Product product, Variant variant)voidCartItemProductMapper. mapProductToCartItem(com.broadleafcommerce.cart.client.domain.CartItem cartItem, Product product, Variant variant, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)voidDataDrivenCartItemProductMapper. mapProductToCartItem(@NonNull com.broadleafcommerce.cart.client.domain.CartItem cartItem, @NonNull Product product, Variant variant, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)voidDataDrivenCartItemProductMapper. mapProductToCartItem(com.broadleafcommerce.cart.client.domain.CartItem cartItem, Product product, Variant variant)voidPropertyDrivenCartItemProductMapper. mapProductToCartItem(@NonNull com.broadleafcommerce.cart.client.domain.CartItem cartItem, @NonNull Product product, Variant variant, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)voidPropertyDrivenCartItemProductMapper. 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 voidDefaultCartItemCatalogInformationService. 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 voidDefaultCartPricingService. setBroadleafProductService(BroadleafProductService<Product> broadleafProductService)
-