Interface FulfillmentGroupAdjustment

All Superinterfaces:
Adjustment, Serializable
All Known Implementing Classes:
FulfillmentGroupAdjustmentImpl

public interface FulfillmentGroupAdjustment extends Adjustment
  • Method Details

    • getFulfillmentGroup

      FulfillmentGroup getFulfillmentGroup()
    • setFulfillmentGroup

      void setFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
    • init

      void init(FulfillmentGroup fulfillmentGroup, Offer offer, String reason)
    • setValue

      void setValue(org.broadleafcommerce.common.money.Money value)
      Specified by:
      setValue in interface Adjustment
    • isFutureCredit

      Boolean isFutureCredit()
      Future credit means that the associated adjustment will be discounted at a later time to the customer via a credit. It is up to the implementor to decide how to achieve this. This field is used to determine if the adjustment originated from an offer marked as FUTURE_CREDIT.

      See Offer.getAdjustmentType() for more info

      Returns:
    • setFutureCredit

      void setFutureCredit(Boolean futureCredit)
      Future credit means that the associated adjustment will be discounted at a later time to the customer via a credit. It is up to the implementor to decide how to achieve this. This field is used to determine if the adjustment originated from an offer marked as FUTURE_CREDIT.

      See Offer.getAdjustmentType() for more info

      Parameters:
      futureCredit -