Class FulfillmentOptionResponse

java.lang.Object
com.broadleafcommerce.fulfillment.common.domain.FulfillmentOptionResponse

public class FulfillmentOptionResponse extends Object
  • Constructor Details

    • FulfillmentOptionResponse

      public FulfillmentOptionResponse()
  • Method Details

    • getGroupFulfillmentOptions

      public Map<String,List<com.broadleafcommerce.order.common.domain.PricedFulfillmentOption>> getGroupFulfillmentOptions()
      Map of PricedFulfillmentOptions 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 of PricedFulfillmentOptions 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.