|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_M_MatchInv
org.compiere.model.MMatchInv
public class MMatchInv
Match Invoice (Receipt<>Invoice) Model. Accounting: - Not Invoiced Receipts (relief) - IPV
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_M_MatchInv |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MMatchInv(Ctx ctx,
int M_MatchInv_ID,
String trxName)
Standard Constructor |
|
MMatchInv(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MMatchInv(MInvoiceLine iLine,
Timestamp dateTrx,
BigDecimal qty)
Invoice Line Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
afterDelete(boolean success)
After Delete |
protected boolean |
beforeDelete()
Before Delete |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MMatchInv[] |
get(Ctx ctx,
int M_InOutLine_ID,
int C_InvoiceLine_ID,
String trxName)
Get InOut-Invoice Matches |
static MMatchInv[] |
get(Ctx ctx,
int M_InOutLine_ID,
String trxName)
Get InOut Invoice Matches |
static MMatchInv[] |
getInOut(Ctx ctx,
int M_InOut_ID,
String trxName)
Get Inv Matches for InOut |
static MMatchInv[] |
getInvoice(Ctx ctx,
int C_Invoice_ID,
String trxName)
Get Inv Matches for Invoice |
| Methods inherited from class org.compiere.model.X_M_MatchInv |
|---|
get_AccessLevel, getC_InvoiceLine_ID, getDateAcct, getDateTrx, getDescription, getDocumentNo, getKeyNamePair, getM_AttributeSetInstance_ID, getM_InOutLine_ID, getM_MatchInv_ID, getM_Product_ID, getQty, initPO, isPosted, isProcessed, isProcessing, setC_InvoiceLine_ID, setDateAcct, setDateTrx, setDescription, setDocumentNo, setM_AttributeSetInstance_ID, setM_InOutLine_ID, setM_MatchInv_ID, setM_Product_ID, setPosted, setProcessed, setProcessing, setQty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MMatchInv(Ctx ctx,
int M_MatchInv_ID,
String trxName)
ctx - contextM_MatchInv_ID - idtrxName - transaction
public MMatchInv(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction
public MMatchInv(MInvoiceLine iLine,
Timestamp dateTrx,
BigDecimal qty)
iLine - invoice linedateTrx - optional dateqty - matched quantity| Method Detail |
|---|
public static MMatchInv[] get(Ctx ctx,
int M_InOutLine_ID,
int C_InvoiceLine_ID,
String trxName)
ctx - contextM_InOutLine_ID - shipmentC_InvoiceLine_ID - invoicetrxName - transaction
public static MMatchInv[] get(Ctx ctx,
int M_InOutLine_ID,
String trxName)
ctx - contextM_InOutLine_ID - shipmenttrxName - transaction
public static MMatchInv[] getInOut(Ctx ctx,
int M_InOut_ID,
String trxName)
ctx - contextM_InOut_ID - shipmenttrxName - transaction
public static MMatchInv[] getInvoice(Ctx ctx,
int C_Invoice_ID,
String trxName)
ctx - contextC_Invoice_ID - invoicetrxName - transaction
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
protected boolean beforeDelete()
beforeDelete in class POprotected boolean afterDelete(boolean success)
afterDelete in class POsuccess - success
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||