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 TypeMethodDescriptionvoid
Cart.setFulfillmentGroups
(List<FulfillmentGroup> fulfillmentGroups) A list of fulfillment information for this cart.void
CheckoutCart.setFulfillmentGroups
(List<FulfillmentGroup> fulfillmentGroups)