org.broadleafcommerce.core.offer.service.discount.domain
Interface PromotableFulfillmentGroupAdjustment

All Known Implementing Classes:
PromotableFulfillmentGroupAdjustmentImpl

public interface PromotableFulfillmentGroupAdjustment


Method Summary
 void computeAdjustmentValue()
           
 FulfillmentGroupAdjustment getDelegate()
           
 Money getValue()
           
 void reset()
           
 

Method Detail

reset

void reset()

getDelegate

FulfillmentGroupAdjustment getDelegate()

computeAdjustmentValue

void computeAdjustmentValue()

getValue

Money getValue()


Copyright © 2013. All Rights Reserved.