org.compiere.sqlj
Class Payment
java.lang.Object
org.compiere.sqlj.Payment
public class Payment
- extends Object
SQLJ Payment related Functions
- Version:
- $Id: Payment.java,v 1.2 2006/07/30 00:59:07 jjanke Exp $
- Author:
- Jorg Janke
|
Method Summary |
static BigDecimal |
allocated(int p_C_Payment_ID,
int p_C_Currency_ID)
Get allocated Payment amount |
static BigDecimal |
available(int p_C_Payment_ID)
Get available Payment amount in payment currency |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Payment
public Payment()
allocated
public static BigDecimal allocated(int p_C_Payment_ID,
int p_C_Currency_ID)
throws SQLException
- Get allocated Payment amount.
- paymentAllocated
- Parameters:
p_C_Payment_ID - paymentp_C_Currency_ID - currency
- Returns:
- allocated amount
- Throws:
SQLException
available
public static BigDecimal available(int p_C_Payment_ID)
throws SQLException
- Get available Payment amount in payment currency
- Parameters:
p_C_Payment_ID - payment
- Returns:
- available amt
- Throws:
SQLException
Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.