|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DataAction in com.dhtmlx.connector |
---|
Methods in com.dhtmlx.connector that return DataAction | |
---|---|
DataAction |
BaseFactory.createDataAction(java.lang.String status,
java.lang.String id,
java.util.HashMap<java.lang.String,java.lang.String> item_data)
Creates a new DataAction object. |
Methods in com.dhtmlx.connector with parameters of type DataAction | |
---|---|
void |
ConnectorBehavior.afterDelete(DataAction action)
After delete event Occurs in update mode, after deleting record from DB Event logic called for each updated record. |
void |
TreeGridBehavior.afterInsert(DataAction action)
|
void |
ConnectorBehavior.afterInsert(DataAction action)
After insert event Occurs in update mode, after inserting record in DB Event logic called for each updated record. |
void |
ConnectorBehavior.afterProcessing(DataAction action)
After processing event Occurs in update mode, after execution any DB operations. |
void |
ConnectorBehavior.afterUpdate(DataAction action)
After update event Occurs in update mode, after updating record in DB Event logic called for each updated record. |
void |
ConnectorBehavior.beforeDelete(DataAction action)
Before delete event Occurs in update mode, before deleting record from DB Event logic called for each updated record. |
void |
ConnectorBehavior.beforeInsert(DataAction action)
Before insert event Occurs in update mode, before inserting record in DB Event logic called for each updated record. |
void |
TreeGridBehavior.beforeProcessing(DataAction action)
|
void |
ConnectorBehavior.beforeProcessing(DataAction action)
Before processing event Occurs in update mode, before execution any DB operations. |
void |
ConnectorBehavior.beforeUpdate(DataAction action)
Before update event Occurs in update mode, before updating record in DB Event logic called for each updated record. |
private void |
DataProcessor.check_exts(DataAction action,
OperationType mode)
Checks if there an external event or SQL code was defined for current action |
private java.lang.String |
DBDataWrapper.delete_query(DataAction data,
DataRequest source)
Generate SQL for delete operation |
void |
DBDataWrapper.delete(DataAction data,
DataRequest source)
|
abstract void |
DataWrapper.delete(DataAction data,
DataRequest source)
Delete data from storage |
private void |
DataProcessor.inner_process(DataAction action)
Inner processing routine, called for each record in incoming request |
protected java.lang.String |
OracleDBDataWrapper.insert_query(DataAction data,
DataRequest source)
|
protected java.lang.String |
DBDataWrapper.insert_query(DataAction data,
DataRequest source)
Generate sql for insert query. |
void |
OracleDBDataWrapper.insert(DataAction data,
DataRequest source)
|
void |
DBDataWrapper.insert(DataAction data,
DataRequest source)
|
abstract void |
DataWrapper.insert(DataAction data,
DataRequest source)
Insert data in storage |
private java.lang.String |
DBDataWrapper.update_query(DataAction data,
DataRequest source)
Builds the update sql query. |
void |
DBDataWrapper.update(DataAction data,
DataRequest source)
|
abstract void |
DataWrapper.update(DataAction data,
DataRequest source)
Update data in storage |
Method parameters in com.dhtmlx.connector with type arguments of type DataAction | |
---|---|
private java.lang.String |
DataProcessor.output_as_xml(java.util.ArrayList<DataAction> result)
Convert state to xml string |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |