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 WeightWeight.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 TypeMethodDescriptionvoidFulfillmentOptionRequest.setTotalCartWeight(Weight totalCartWeight) Optional total weight of the items in the cart.voidFulfillmentPricingGroup.setTotalGroupWeight(Weight totalGroupWeight) Optional aggregate weight of all items in the group.voidWeight per unit.