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

All Known Implementing Classes:
PromotableOrderItemAdjustmentImpl

public interface PromotableOrderItemAdjustment


Method Summary
 void computeAdjustmentValues()
           
 OrderItemAdjustment getDelegate()
           
 Money getRetailPriceValue()
           
 Money getSalesPriceValue()
           
 void reset()
           
 

Method Detail

reset

void reset()

getDelegate

OrderItemAdjustment getDelegate()

computeAdjustmentValues

void computeAdjustmentValues()

getRetailPriceValue

Money getRetailPriceValue()

getSalesPriceValue

Money getSalesPriceValue()


Copyright © 2013. All Rights Reserved.