|
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_C_InvoiceBatchLine
org.compiere.model.MInvoiceBatchLine
public class MInvoiceBatchLine
Invoice Batch Line Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_InvoiceBatchLine |
|---|
accessLevel, AD_ORGTRX_ID_AD_Reference_ID, Model, Table_ID, Table_Name, updatedMS, USER1_ID_AD_Reference_ID, USER2_ID_AD_Reference_ID |
| 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 | |
|---|---|
MInvoiceBatchLine(Ctx ctx,
int C_InvoiceBatchLine_ID,
String trxName)
Standard Constructor |
|
MInvoiceBatchLine(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save. |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
void |
setC_BPartner_ID(String oldC_BPartner_ID,
String newC_BPartner_ID,
int windowNo)
Set Business Partner - Callout |
void |
setC_BPartner_Location_ID(String oldC_BPartner_Location_ID,
String newC_BPartner_Location_ID,
int windowNo)
Set Partner Location - Callout |
void |
setC_Charge_ID(String oldC_Charge_ID,
String newC_Charge_ID,
int windowNo)
Set Charge - Callout |
void |
setC_DocType_ID(String oldC_DocType_ID,
String newC_DocType_ID,
int windowNo)
Set Document Type - Callout. |
void |
setC_Tax_ID(String oldC_Tax_ID,
String newC_Tax_ID,
int windowNo)
Set Tax - Callout |
void |
setDateInvoiced(String oldDateInvoiced,
String newDateInvoiced,
int windowNo)
Set DateInvoiced - Callout |
void |
setDateInvoiced(Timestamp dateOrdered)
Set Date Invoiced and Acct Date |
void |
setIsTaxIncluded(String oldIsTaxIncluded,
String newIsTaxIncluded,
int windowNo)
Set Tax Included - Callout |
void |
setPriceEntered(String oldPriceEntered,
String newPriceEntered,
int windowNo)
Set PriceEntered - Callout |
void |
setQtyEntered(String oldQtyEntered,
String newQtyEntered,
int windowNo)
Set QtyEntered - Callout |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MInvoiceBatchLine(Ctx ctx,
int C_InvoiceBatchLine_ID,
String trxName)
ctx - contextC_InvoiceBatchLine_ID - idtrxName - trx
public MInvoiceBatchLine(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
@UICallout
public void setC_DocType_ID(String oldC_DocType_ID,
String newC_DocType_ID,
int windowNo)
throws Exception
oldC_DocType_ID - old IDnewC_DocType_ID - new IDwindowNo - window
Exception
@UICallout
public void setDateInvoiced(String oldDateInvoiced,
String newDateInvoiced,
int windowNo)
throws Exception
oldDateInvoiced - oldnewDateInvoiced - newwindowNo - window no
Exceptionpublic void setDateInvoiced(Timestamp dateOrdered)
setDateInvoiced in class X_C_InvoiceBatchLinedateOrdered - Date printed on Invoice
@UICallout
public void setC_BPartner_ID(String oldC_BPartner_ID,
String newC_BPartner_ID,
int windowNo)
throws Exception
oldC_BPartner_ID - old BPnewC_BPartner_ID - new BPwindowNo - window no
Exception
@UICallout
public void setC_BPartner_Location_ID(String oldC_BPartner_Location_ID,
String newC_BPartner_Location_ID,
int windowNo)
throws Exception
oldC_BPartner_Location_ID - old valuenewC_BPartner_Location_ID - new valuewindowNo - window
Exception
@UICallout
public void setC_Charge_ID(String oldC_Charge_ID,
String newC_Charge_ID,
int windowNo)
throws Exception
oldC_Charge_ID - old valuenewC_Charge_ID - new valuewindowNo - window
Exception
@UICallout
public void setC_Tax_ID(String oldC_Tax_ID,
String newC_Tax_ID,
int windowNo)
throws Exception
oldC_Tax_ID - old valuenewC_Tax_ID - new valuewindowNo - window
Exception
@UICallout
public void setIsTaxIncluded(String oldIsTaxIncluded,
String newIsTaxIncluded,
int windowNo)
throws Exception
oldIsTaxIncluded - old valuenewIsTaxIncluded - new valuewindowNo - window
Exception
@UICallout
public void setPriceEntered(String oldPriceEntered,
String newPriceEntered,
int windowNo)
throws Exception
oldPriceEntered - old valuenewPriceEntered - new valuewindowNo - window
Exception
@UICallout
public void setQtyEntered(String oldQtyEntered,
String newQtyEntered,
int windowNo)
throws Exception
oldQtyEntered - old valuenewQtyEntered - new valuewindowNo - window
Exceptionprotected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - newsuccess - success
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||