© 2002 BEA Systems, Inc.


com.bea.commerce.ebusiness.price.engine
Class DiscountCalculatorPercentOff

java.lang.Object
  |
  +--com.bea.commerce.ebusiness.price.engine.AbstractDiscountCalculator
        |
        +--com.bea.commerce.ebusiness.price.engine.DiscountCalculatorPercentOff

public class DiscountCalculatorPercentOff
extends AbstractDiscountCalculator


Field Summary
static java.lang.String cName
           
 
Fields inherited from class com.bea.commerce.ebusiness.price.engine.AbstractDiscountCalculator
DEBUG
 
Constructor Summary
DiscountCalculatorPercentOff()
           
 
Method Summary
 void calcNewPrice(DiscountModifier modifier, AdjustmentType type, QualificationDiscountId discountID, java.lang.String reason, java.util.List objects)
          List of PoolObject(s).
 void calcNewPrice(DiscountModifier modifier, AdjustmentType type, QualificationDiscountId discountID, java.lang.String reason, PoolObject object)
           
protected  double computeNewPrice(PoolObject object)
           
protected  java.lang.String getComputation()
           
 
Methods inherited from class com.bea.commerce.ebusiness.price.engine.AbstractDiscountCalculator
adjust, adjust, processList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cName

public static final java.lang.String cName
Constructor Detail

DiscountCalculatorPercentOff

public DiscountCalculatorPercentOff()
Method Detail

calcNewPrice

public void calcNewPrice(DiscountModifier modifier,
                         AdjustmentType type,
                         QualificationDiscountId discountID,
                         java.lang.String reason,
                         PoolObject object)

calcNewPrice

public void calcNewPrice(DiscountModifier modifier,
                         AdjustmentType type,
                         QualificationDiscountId discountID,
                         java.lang.String reason,
                         java.util.List objects)
List of PoolObject(s).

computeNewPrice

protected double computeNewPrice(PoolObject object)

Overrides:
computeNewPrice in class AbstractDiscountCalculator

getComputation

protected java.lang.String getComputation()

Overrides:
getComputation in class AbstractDiscountCalculator

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved