Uses of Class
com.broadleafcommerce.cart.client.domain.FulfillmentGroup
Packages that use FulfillmentGroup
-
Uses of FulfillmentGroup in com.broadleafcommerce.cart.client.domain
Methods in com.broadleafcommerce.cart.client.domain that return types with arguments of type FulfillmentGroupModifier and TypeMethodDescriptionCart.getFulfillmentGroups()A list of fulfillment information for this cart.CheckoutCart.getFulfillmentGroups()Method parameters in com.broadleafcommerce.cart.client.domain with type arguments of type FulfillmentGroupModifier and TypeMethodDescriptionvoidCart.setFulfillmentGroups(List<FulfillmentGroup> fulfillmentGroups) A list of fulfillment information for this cart.voidCheckoutCart.setFulfillmentGroups(List<FulfillmentGroup> fulfillmentGroups)