Compiere 3.1

org.compiere.api
Interface UserPricingInterface


public interface UserPricingInterface

User Pricing Engine Interface. The class id defined on Tenant level in the info tab

Version:
$Id$
Author:
Jorg Janke

Method Summary
 UserPricingVO price(int AD_Org_ID, boolean isSOTrx, int M_PriceList_ID, int C_BPartner_ID, int M_Product_ID, BigDecimal Qty, Timestamp PriceDate)
          User Pricing
 

Method Detail

price

UserPricingVO price(int AD_Org_ID,
                    boolean isSOTrx,
                    int M_PriceList_ID,
                    int C_BPartner_ID,
                    int M_Product_ID,
                    BigDecimal Qty,
                    Timestamp PriceDate)
User Pricing

Parameters:
AD_Org_ID - org of document
isSOTrx - sales order
M_PriceList_ID - price list selected
C_BPartner_ID - business partner
M_Product_ID - product
Qty - quantity quantity
PriceDate - date for pricing
Returns:
null if Compiere should price it or pricing info

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.