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