Class FulfillmentOptionResponse
java.lang.Object
com.broadleafcommerce.fulfillment.common.domain.FulfillmentOptionResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMap ofPricedFulfillmentOptions
for the FulfillmentGroups.Map ofPricedFulfillmentOptions
for the FulfillmentItems.
-
Constructor Details
-
FulfillmentOptionResponse
public FulfillmentOptionResponse()
-
-
Method Details
-
getGroupFulfillmentOptions
public Map<String,List<com.broadleafcommerce.order.common.domain.PricedFulfillmentOption>> getGroupFulfillmentOptions()Map ofPricedFulfillmentOptions
for the FulfillmentGroups. The map key is the FulfillmentGroup reference number, and the value is the List of PricedFulfillmentOptions for that FulfillmentGroup.- Returns:
- Map of
PricedFulfillmentOptions
for the FulfillmentGroups, keyed by FulfillmentGroup reference number.
-
getItemFulfillmentOptions
public Map<String,List<com.broadleafcommerce.order.common.domain.PricedFulfillmentOption>> getItemFulfillmentOptions()Map ofPricedFulfillmentOptions
for the FulfillmentItems. The map key is the FulfillmentItem reference number, and the value is the List of PricedFulfillmentOptions for that FulfillmentItem.- Returns:
- Map of
PricedFulfillmentOptions
for the FulfillmentItems, keyed by FulfillmentItem reference number.
-