Uses of Class
com.broadleafcommerce.cart.client.domain.FulfillmentItem
Packages that use FulfillmentItem
-
Uses of FulfillmentItem in com.broadleafcommerce.cart.client.domain
Methods in com.broadleafcommerce.cart.client.domain that return types with arguments of type FulfillmentItemModifier and TypeMethodDescriptionFulfillmentGroup.getFulfillmentItems()
Items for fulfillment within this group, each of which should relate back to acart item
.Method parameters in com.broadleafcommerce.cart.client.domain with type arguments of type FulfillmentItemModifier and TypeMethodDescriptionvoid
FulfillmentGroup.setFulfillmentItems
(List<FulfillmentItem> fulfillmentItems) Items for fulfillment within this group, each of which should relate back to acart item
.