Class VirtualFulfillmentPricingOption
java.lang.Object
com.broadleafcommerce.shipping.FulfillmentOption
com.broadleafcommerce.shipping.virtual.VirtualFulfillmentPricingOption
- All Implemented Interfaces:
Serializable
Deprecated.
Since 1.7.0. Moved to shipping service.
A virtual fulfillment option has only one configuration per option as defined by the fields in
this class. This configuration will apply some combination of pricing using fixed prices for
groups and items and rate (percentage) calculations.
- Author:
- Marie Standeven (marieStandeven)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated.boolean
Deprecated.Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest
.Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItem
in a group.Deprecated.Percentage to multiply against aFulfillmentItem's total
.int
hashCode()
Deprecated.void
setFixedPricePerGroup
(Set<FulfillmentPriceAmount> fixedPricePerGroup) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest
.void
setFixedPricePerItem
(Set<FulfillmentPriceAmount> fixedPricePerItem) Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItem
in a group.void
setPercentagePerItem
(BigDecimal percentagePerItem) Deprecated.Percentage to multiply against aFulfillmentItem's total
.toString()
Deprecated.Methods inherited from class com.broadleafcommerce.shipping.FulfillmentOption
getDescription, getName, getTaxCode, isTaxable, isUseFlatRates, setDescription, setName, setTaxable, setTaxCode, setUseFlatRates
-
Constructor Details
-
VirtualFulfillmentPricingOption
public VirtualFulfillmentPricingOption()Deprecated.
-
-
Method Details
-
getPercentagePerItem
Deprecated.Percentage to multiply against aFulfillmentItem's total
.- Returns:
- Percentage to multiply against a
FulfillmentItem's total
.
-
getFixedPricePerItem
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItem
in a group.- Returns:
- Fixed prices (by currency) to add per
FulfillmentPricingItem
in a group.
-
getFixedPricePerGroup
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest
.- Returns:
- Fixed prices (by currency) to add per
FulfillmentPricingRequest
.
-
setPercentagePerItem
Deprecated.Percentage to multiply against aFulfillmentItem's total
.- Parameters:
percentagePerItem
- Percentage to multiply against aFulfillmentItem's total
.
-
setFixedPricePerItem
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingItem
in a group.- Parameters:
fixedPricePerItem
- Fixed prices (by currency) to add perFulfillmentPricingItem
in a group.
-
setFixedPricePerGroup
Deprecated.Fixed prices (by currency) to add perFulfillmentPricingRequest
.- Parameters:
fixedPricePerGroup
- Fixed prices (by currency) to add perFulfillmentPricingRequest
.
-
equals
Deprecated.- Overrides:
equals
in classFulfillmentOption
-
canEqual
Deprecated.- Overrides:
canEqual
in classFulfillmentOption
-
hashCode
public int hashCode()Deprecated.- Overrides:
hashCode
in classFulfillmentOption
-
toString
Deprecated.- Overrides:
toString
in classFulfillmentOption
-