|
Compiere 3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChangeVO | |
|---|---|
| org.compiere.api | |
| org.compiere.controller | |
| org.compiere.esb | |
| org.compiere.framework | |
| org.compiere.intf | |
| org.compiere.vos | |
| org.compiere.web.sample | |
| Uses of ChangeVO in org.compiere.api |
|---|
| Methods in org.compiere.api that return ChangeVO | |
|---|---|
ChangeVO |
CalloutInterface.start(Ctx ctx,
int windowNo,
PO po,
UIField field,
String oldValue,
String newValue,
String method)
Callout Interface |
| Uses of ChangeVO in org.compiere.controller |
|---|
| Methods in org.compiere.controller that return ChangeVO | |
|---|---|
ChangeVO |
UICalloutEngine.dateAcct(Ctx ctx,
int windowNo,
UIField field,
String oldValue,
String newValue)
Set Account Date to the date of the calling column. |
ChangeVO |
UITab.deleteRow(CContext ctx,
int windowNo)
Delete existing Row |
ChangeVO |
UITab.fieldChanged(CContext ctx,
int windowNo,
UIField field,
String oldValue,
String newValue)
Field Changed Consequences |
ChangeVO |
UITab.newRow(CContext ctx,
int windowNo)
New Row |
ChangeVO |
UITab.processCalloutDirect(CContext ctx,
int windowNo,
UIField field,
String oldValue,
String newValue)
Preferred Callout. |
ChangeVO |
UICalloutEngine.rate(Ctx ctx,
int windowNo,
UIField field,
String oldValue,
String newValue)
Calculate Cross rate for MultiplyRate and DivideRate org.compiere.controller.UICalloutEngine.rate |
ChangeVO |
UITab.refreshRow(CContext ctx,
int windowNo)
Refresh (Insert/Update) Row of Tab |
ChangeVO |
UITab.saveRow(CContext ctx,
int windowNo,
boolean newRecord)
Save (Insert/Update) Row of Tab |
ChangeVO |
UITab.saveRow(CContext ctx,
int windowNo,
boolean newRecord,
String[] cachedRow)
Save (Insert/Update) Row of Tab |
ChangeVO |
UICalloutEngine.start(Ctx ctx,
int windowNo,
PO po,
UIField field,
String oldValue,
String newValue,
String methodName)
Callout |
| Methods in org.compiere.controller with parameters of type ChangeVO | |
|---|---|
void |
UITab.refreshDropDowns(ChangeVO change,
int windowNo,
CContext newCtx)
|
| Uses of ChangeVO in org.compiere.esb |
|---|
| Methods in org.compiere.esb that return ChangeVO | |
|---|---|
ChangeVO |
GwtServer.deleteRow(int windowNo,
int AD_Tab_ID,
int queryResultID,
int relRowNo)
Delete existing Row |
ChangeVO |
GwtServer.fieldChanged(int windowNo,
int AD_Field_ID,
int AD_Tab_ID,
String oldValue,
String newValue,
Map<String,String> context)
Field Changed |
ChangeVO |
GwtServer.insertRow(int windowNo,
int AD_Tab_ID,
int queryResultID,
int curRow,
Map<String,String> context)
Save (Insert new) Row of Tab |
ChangeVO |
GwtServer.newRow(int windowNo,
int AD_Tab_ID,
Map<String,String> context)
Create new Row with Default values. |
ChangeVO |
GwtServer.refreshRow(int windowNo,
int AD_Tab_ID,
int queryResultID,
int relRowNo,
Map<String,String> context)
Refresh current row of Tab |
ChangeVO |
GwtServer.updateRow(int windowNo,
int AD_Tab_ID,
int queryResultID,
int relRowNo,
Map<String,String> context)
Save (Update existing) Row of Tab |
ChangeVO |
GwtServer.updateRow(int windowNo,
int AD_Tab_ID,
int queryResultID,
int relRowNo,
Map<String,String> context,
boolean force)
|
| Uses of ChangeVO in org.compiere.framework |
|---|
| Fields in org.compiere.framework declared as ChangeVO | |
|---|---|
protected ChangeVO |
PO.p_changeVO
Change VO |
| Methods in org.compiere.framework that return ChangeVO | |
|---|---|
ChangeVO |
PO.get_ChangeVO()
Get Change VO |
| Methods in org.compiere.framework with parameters of type ChangeVO | |
|---|---|
void |
PO.set_ChangeVO(ChangeVO change)
Set Change VO |
| Uses of ChangeVO in org.compiere.intf |
|---|
| Methods in org.compiere.intf that return ChangeVO | |
|---|---|
ChangeVO |
WindowImplIntf.processCallback(String sender)
This method allows the WindowImplIntf to handle callbacks from the client. |
| Uses of ChangeVO in org.compiere.vos |
|---|
| Methods in org.compiere.vos that return ChangeVO | |
|---|---|
ChangeVO |
ChangeVO.cleanup()
Cleanup Values |
| Methods in org.compiere.vos with parameters of type ChangeVO | |
|---|---|
void |
ChangeVO.addAll(ChangeVO add)
Add all values for change vo |
| Uses of ChangeVO in org.compiere.web.sample |
|---|
| Methods in org.compiere.web.sample that return ChangeVO | |
|---|---|
ChangeVO |
SampleWindowImpl.processCallback(String sender)
|
|
Compiere 3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||