Uses of Enum Class
com.broadleafcommerce.cartoperation.service.configuration.FulfillmentPriceProportionMethods
Packages that use FulfillmentPriceProportionMethods
-
Uses of FulfillmentPriceProportionMethods in com.broadleafcommerce.cartoperation.service.configuration
Methods in com.broadleafcommerce.cartoperation.service.configuration that return FulfillmentPriceProportionMethodsModifier and TypeMethodDescriptionFulfillmentPriceConfigurationProperties.getFulfillmentPriceProportionMethod()
Determines the default method used to compute each fulfillment item's proportion from the fulfillment group's fulfillment price, when no band data is available.Returns the enum constant of this class with the specified name.static FulfillmentPriceProportionMethods[]
FulfillmentPriceProportionMethods.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.broadleafcommerce.cartoperation.service.configuration with parameters of type FulfillmentPriceProportionMethodsModifier and TypeMethodDescriptionvoid
FulfillmentPriceConfigurationProperties.setFulfillmentPriceProportionMethod
(FulfillmentPriceProportionMethods fulfillmentPriceProportionMethod) Determines the default method used to compute each fulfillment item's proportion from the fulfillment group's fulfillment price, when no band data is available.