|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectCOM.ibm.db2.app.UDF
org.compiere.udf.Payment
public class Payment
SQLJ Payment related Functions
| Field Summary |
|---|
| Fields inherited from class COM.ibm.db2.app.UDF |
|---|
SQLUDF_FIRST_CALL, SQLUDF_NORMAL_CALL, SQLUDF_TF_CLOSE, SQLUDF_TF_FETCH, SQLUDF_TF_FINAL, SQLUDF_TF_FIRST, SQLUDF_TF_OPEN |
| Constructor Summary | |
|---|---|
Payment()
|
|
| Method Summary | |
|---|---|
static double |
allocated(int p_C_Payment_ID,
int p_C_Currency_ID)
Get allocated Payment amount |
static double |
available(int p_C_Payment_ID)
Get available Payment amount in payment currency |
| Methods inherited from class COM.ibm.db2.app.UDF |
|---|
close, getCallType, getConnection, getDBapplid, getDBauthid, getDBcodepg, getDBcolname, getDBinfo, getDBname, getDBplatform, getDBprocid, getDBtbname, getDBtbschema, getDBver_rel, getFunctionName, getScratchpad, getSpecificName, isNull, needToSet, set, set, set, set, set, set, set, set, set, set, set, setCodepage, setScratchpad, setSQLmessage, setSQLstate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Payment()
| Method Detail |
|---|
public static double allocated(int p_C_Payment_ID,
int p_C_Currency_ID)
throws SQLException
p_C_Payment_ID - paymentp_C_Currency_ID - currency
SQLException
public static double available(int p_C_Payment_ID)
throws SQLException
p_C_Payment_ID - payment
SQLException
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||