Uses of Class
com.broadleafcommerce.cartoperation.domain.DataDrivenEnum
Packages that use DataDrivenEnum
Package
Description
-
Uses of DataDrivenEnum in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return DataDrivenEnumModifier and TypeMethodDescriptionProduct.getBrand()Product.getFulfillmentWorkflow()The fulfillment workflow that this product will go through after checkout.Variant.getFulfillmentWorkflow()The fulfillment workflow that this variant will go through after checkout.Product.getMerchandisingType()Product.getTargetDemographic()Methods in com.broadleafcommerce.cartoperation.domain with parameters of type DataDrivenEnumModifier and TypeMethodDescriptionvoidProduct.setBrand(DataDrivenEnum brand) voidProduct.setFulfillmentWorkflow(DataDrivenEnum fulfillmentWorkflow) The fulfillment workflow that this product will go through after checkout.voidVariant.setFulfillmentWorkflow(DataDrivenEnum fulfillmentWorkflow) The fulfillment workflow that this variant will go through after checkout.voidProduct.setMerchandisingType(DataDrivenEnum merchandisingType) voidProduct.setTargetDemographic(DataDrivenEnum targetDemographic) -
Uses of DataDrivenEnum in com.broadleafcommerce.cartoperation.service.mapping
Methods in com.broadleafcommerce.cartoperation.service.mapping with parameters of type DataDrivenEnumModifier and TypeMethodDescriptionprotected StringDefaultCartItemCatalogInformationService.getDataDrivenEnumId(DataDrivenEnum dataDrivenEnum)