Package org.openbravo.costing
Class LandedCostDistributionAlgorithm
- java.lang.Object
-
- org.openbravo.costing.LandedCostDistributionAlgorithm
-
- Direct Known Subclasses:
LandedCostDistributionByAmount
public abstract class LandedCostDistributionAlgorithm extends Object
-
-
Constructor Summary
Constructors Constructor Description LandedCostDistributionAlgorithm()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.codehaus.jettison.json.JSONObject
cancelDistributeAmount(LandedCostCost lcCost)
abstract void
distributeAmount(LandedCostCost lcCost, boolean isMatchingAdjustment)
-
-
-
Method Detail
-
distributeAmount
public abstract void distributeAmount(LandedCostCost lcCost, boolean isMatchingAdjustment)
-
cancelDistributeAmount
public org.codehaus.jettison.json.JSONObject cancelDistributeAmount(LandedCostCost lcCost)
-
-