Class GroupServiceLevelPriceResult

java.lang.Object
com.broadleafcommerce.fulfillment.service.dto.GroupServiceLevelPriceResult

public class GroupServiceLevelPriceResult extends Object
  • Constructor Details

    • GroupServiceLevelPriceResult

      public GroupServiceLevelPriceResult()
  • Method Details

    • updateResult

      public void updateResult(@NonNull @NonNull FulfillmentCalculator calculator, javax.money.MonetaryAmount totalToAdd)
    • getCalculatorIds

      public Set<String> getCalculatorIds()
    • getEstimatedMinDaysToFulfill

      public Integer getEstimatedMinDaysToFulfill()
    • getEstimatedMaxDaysToFulfill

      public Integer getEstimatedMaxDaysToFulfill()
    • isServiceLevelCompleted

      public boolean isServiceLevelCompleted()
    • setServiceLevelCompleted

      public void setServiceLevelCompleted(boolean serviceLevelCompleted)
    • getServiceLevelTotal

      public javax.money.MonetaryAmount getServiceLevelTotal()
    • getCalculators

      public List<FulfillmentCalculator> getCalculators()