|
Compiere 3.1 | |||||||||
| 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.CalloutPayment
@Deprecated public class CalloutPayment
Payment Callouts. org.compiere.model.CalloutPayment.*
| Constructor Summary | |
|---|---|
CalloutPayment()
Deprecated. |
|
| Method Summary | |
|---|---|
String |
amounts(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value,
Object oldValue)
Deprecated. Payment_Amounts. |
String |
charge(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
Deprecated. Payment_Charge |
String |
docType(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
Deprecated. Payment_Document Type. |
String |
invoice(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
Deprecated. Payment_Invoice. |
String |
order(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
Deprecated. Payment_Order. |
| Methods inherited from class org.compiere.model.CalloutEngine |
|---|
convert, dateAcct, 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 CalloutPayment()
| Method Detail |
|---|
public String invoice(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - contextWindowNo - current Window NomTab - Grid TabmField - Grid Fieldvalue - New Value
public String order(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - contextWindowNo - current Window NomTab - Grid TabmField - Grid Fieldvalue - New Value
public String charge(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - contextWindowNo - current Window NomTab - Grid TabmField - Grid Fieldvalue - New Value
public String docType(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value)
ctx - contextWindowNo - current Window NomTab - Grid TabmField - Grid Fieldvalue - New Value
public String amounts(Ctx ctx,
int WindowNo,
GridTab mTab,
GridField mField,
Object value,
Object oldValue)
ctx - contextWindowNo - current Window NomTab - Grid TabmField - Grid Fieldvalue - New ValueoldValue - Old Value
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||