Uses of Class
com.broadleafcommerce.fulfillment.common.domain.Weight
Packages that use Weight
-
Uses of Weight in com.broadleafcommerce.fulfillment.common.domain
Methods in com.broadleafcommerce.fulfillment.common.domain that return WeightModifier and TypeMethodDescriptionFulfillmentOptionRequest.getTotalCartWeight()
Optional total weight of the items in the cart.FulfillmentPricingGroup.getTotalGroupWeight()
Optional aggregate weight of all items in the group.FulfillmentPricingItem.getWeight()
Weight per unit.static Weight
Weight.of
(BigDecimal value, String unit) Get a new Weight object from the given value and unit.Methods in com.broadleafcommerce.fulfillment.common.domain with parameters of type WeightModifier and TypeMethodDescriptionvoid
FulfillmentOptionRequest.setTotalCartWeight
(Weight totalCartWeight) Optional total weight of the items in the cart.void
FulfillmentPricingGroup.setTotalGroupWeight
(Weight totalGroupWeight) Optional aggregate weight of all items in the group.void
Weight per unit.