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
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 documentisSOTrx - sales orderM_PriceList_ID - price list selectedC_BPartner_ID - business partnerM_Product_ID - productQty - quantity quantityPriceDate - date for pricing
- Returns:
- null if Compiere should price it or pricing info
Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.