|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.CalloutEngine
org.compiere.model.CalloutInvoiceBatch
public class CalloutInvoiceBatch
Callouts for Invoice Batch
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.CalloutEngine |
|---|
log, NO_ERROR |
| Constructor Summary | |
|---|---|
CalloutInvoiceBatch()
|
|
| Method Summary | |
|---|---|
String |
amt(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
Invoice - Amount |
String |
bPartner(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
Invoice Batch Line - BPartner |
String |
charge(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
Invoice Batch Line - Charge |
String |
date(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
Invoice Batch Line - DateInvoiced |
String |
docType(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
Document Type |
String |
tax(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
Invoice Line - Tax |
| Methods inherited from class org.compiere.model.CalloutEngine |
|---|
convert, dateAcct, getGridField, getGridTab, isCalloutActive, rate, setCalloutActive, start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CalloutInvoiceBatch()
| Method Detail |
|---|
public String date(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - contextWindowNo - window nomTab - tabmField - fieldvalue - value
public String bPartner(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - contextWindowNo - window nomTab - tabmField - fieldvalue - value
public String docType(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - contextWindowNo - window nomTab - tabmField - fieldvalue - value
public String charge(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - contextWindowNo - window nomTab - tabmField - fieldvalue - value
public String tax(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - contextWindowNo - window nomTab - tabmField - fieldvalue - value
public String amt(Properties ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - contextWindowNo - window nomTab - tabmField - fieldvalue - value
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||