Uses of Class
com.dhtmlx.connector.DataAction

Packages that use DataAction
com.dhtmlx.connector   
 

Uses of DataAction in com.dhtmlx.connector
 

Subclasses of DataAction in com.dhtmlx.connector
 class CommonDataAction
           
 

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.afterDBError(DataAction action, java.lang.Throwable e)
          After DB error event Occurs in update mode, after some DB error Related error object is provided as parameter of the called method.
 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 TreeCommonMultitableBehavior.afterProcessing(DataAction action)
           
 void KeyGridBehavior.afterProcessing(DataAction action)
           
 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 TreeCommonMultitableBehavior.beforeProcessing(DataAction action)
           
 void KeyGridBehavior.beforeProcessing(DataAction action)
           
 void GroupConnectorBehavior.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.
 void DBDataWrapper.delete(DataAction data, DataRequest source)
           
abstract  void DataWrapper.delete(DataAction data, DataRequest source)
          Delete data from storage
 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
 void DBDataWrapper.update(DataAction data, DataRequest source)
           
abstract  void DataWrapper.update(DataAction data, DataRequest source)
          Update data in storage