Adempiere 3.5.2a

org.compiere.sqlj
Class Payment

java.lang.Object
  extended by 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

Constructor Summary
Payment()
           
 
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
 

Constructor Detail

Payment

public Payment()
Method Detail

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 - payment
p_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 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.