|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.controller.UICalloutEngine
public class UICalloutEngine
Callout Engine
| Field Summary | |
|---|---|
protected CLogger |
log
Logger |
| Constructor Summary | |
|---|---|
UICalloutEngine()
Constructor |
|
| Method Summary | |
|---|---|
ChangeVO |
dateAcct(Ctx ctx,
int windowNo,
UIField field,
String oldValue,
String newValue)
Set Account Date to the date of the calling column. |
ChangeVO |
rate(Ctx ctx,
int windowNo,
UIField field,
String oldValue,
String newValue)
Calculate Cross rate for MultiplyRate and DivideRate org.compiere.controller.UICalloutEngine.rate |
ChangeVO |
start(Ctx ctx,
int windowNo,
PO po,
UIField field,
String oldValue,
String newValue,
String methodName)
Callout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CLogger log
| Constructor Detail |
|---|
public UICalloutEngine()
| Method Detail |
|---|
public ChangeVO start(Ctx ctx,
int windowNo,
PO po,
UIField field,
String oldValue,
String newValue,
String methodName)
start in interface CalloutInterfacectx - contextwindowNo - window nopo - business objectfield - fieldoldValue - old valuenewValue - new valuemethodName - method name
public ChangeVO rate(Ctx ctx,
int windowNo,
UIField field,
String oldValue,
String newValue)
ctx - contextwindowNo - window nofield - fieldoldValue - oldnewValue - new
public ChangeVO dateAcct(Ctx ctx,
int windowNo,
UIField field,
String oldValue,
String newValue)
ctx - contextwindowNo - window nofield - fieldoldValue - oldnewValue - new
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||