|
Anyframe Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGauceActionCommand
This is an interface class for adding the business logic before/after manipulating the database at GauceQueryService use. Recommand to use IGauceQueryService for manipulating the database in developing the presentation layer using the Gauce component which is a X-internet solution of the Shift Software company. When we change the GauceDataSet's value which is GauceDataSet's data format, we add the needed logic for implementation class of IGauceActionCommand's class.
| Method Summary | |
|---|---|
void |
postDelete(com.gauce.GauceDataSet dataSet,
int currentRow)
the method to change the GauceDataSet's value after delete |
void |
postInsert(com.gauce.GauceDataSet dataSet,
int currentRow)
After insert, the method for changing the value of GauceDataSet |
void |
postUpdate(com.gauce.GauceDataSet dataSet,
int currentRow)
The method for changing the GauceDataSet's value after update |
void |
preDelete(com.gauce.GauceDataSet dataSet,
int currentRow)
the method to change the GauceDataSet's value before delete |
void |
preInsert(com.gauce.GauceDataSet dataSet,
int currentRow)
Before insert, the method for changing the value of GauceDataSet |
void |
preUpdate(com.gauce.GauceDataSet dataSet,
int currentRow)
the method for changing the value of GauceDataSet before update |
| Method Detail |
|---|
void preInsert(com.gauce.GauceDataSet dataSet,
int currentRow)
dataSet - The GauceDataSet for inserting into the
databasecurrentRow - The row number of GauceDataSet to change
void postInsert(com.gauce.GauceDataSet dataSet,
int currentRow)
dataSet - The GauceDataSet for inserting into the
databasecurrentRow - The row number of GauceDataSet to change
void preUpdate(com.gauce.GauceDataSet dataSet,
int currentRow)
dataSet - GauceDataSet for updating into databasecurrentRow - The row number of GauceDataSet to change
void postUpdate(com.gauce.GauceDataSet dataSet,
int currentRow)
dataSet - The GauceDataSet for to update in the
databasecurrentRow - The row number of GauceDataSet to change
void preDelete(com.gauce.GauceDataSet dataSet,
int currentRow)
dataSet - The GauceDataSet to delete in the
databasecurrentRow - The row number of GauceDataSet to change
void postDelete(com.gauce.GauceDataSet dataSet,
int currentRow)
dataSet - The GauceDataSet to delete in the
databasecurrentRow - The row number of GauceDataSet to change
|
Anyframe Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||