org.broadleafcommerce.core.offer.domain
Interface FulfillmentGroupAdjustment

All Superinterfaces:
Adjustment, java.io.Serializable
All Known Implementing Classes:
FulfillmentGroupAdjustmentImpl

public interface FulfillmentGroupAdjustment
extends Adjustment


Method Summary
 void computeAdjustmentValue()
           
 FulfillmentGroup getFulfillmentGroup()
           
 void init(FulfillmentGroup fulfillmentGroup, Offer offer, java.lang.String reason)
           
 
Methods inherited from interface org.broadleafcommerce.core.offer.domain.Adjustment
getId, getOffer, getReason, getValue, setId, setReason
 

Method Detail

getFulfillmentGroup

FulfillmentGroup getFulfillmentGroup()

computeAdjustmentValue

void computeAdjustmentValue()

init

void init(FulfillmentGroup fulfillmentGroup,
          Offer offer,
          java.lang.String reason)


Copyright © 2011. All Rights Reserved.