com.dhtmlx.connector
Class SchedulerConnector

java.lang.Object
  extended by com.dhtmlx.connector.BaseConnector
      extended by com.dhtmlx.connector.SchedulerConnector

public class SchedulerConnector
extends BaseConnector

The Class SchedulerConnector.


Field Summary
 
Fields inherited from class com.dhtmlx.connector.BaseConnector
access, cfactory, config, db_type, dynloading, dynloading_size, event, global_http_request, global_http_response, http_request, http_response, incoming_data, request, sql
 
Constructor Summary
SchedulerConnector(java.sql.Connection db)
          Instantiates a new scheduler connector.
SchedulerConnector(java.sql.Connection db, DBType db_type)
          Instantiates a new scheduler connector.
SchedulerConnector(java.sql.Connection db, DBType db_type, BaseFactory a_factory)
          Instantiates a new scheduler connector.
 
Method Summary
protected  void parse_request()
          Parse http request Methods sets "dynloading", "editing" flags and fill request object with info about requested sorting|filtering options.
 
Methods inherited from class com.dhtmlx.connector.BaseConnector
dynamic_loading, dynamic_loading, enable_log, end_run, get_connection, is_select_mode, output_as_xml, output_as_xml, render_connector, render_set, render_sql, render_sql, render_sql, render_table, render_table, render_table, render, resolve_parameter, safe_field_name, servlet, set_encoding, uuid, xml_end, xml_start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerConnector

public SchedulerConnector(java.sql.Connection db)
Instantiates a new scheduler connector.

Parameters:
db - the db connection

SchedulerConnector

public SchedulerConnector(java.sql.Connection db,
                          DBType db_type)
Instantiates a new scheduler connector.

Parameters:
db - the db connection
db_type - the db type

SchedulerConnector

public SchedulerConnector(java.sql.Connection db,
                          DBType db_type,
                          BaseFactory a_factory)
Instantiates a new scheduler connector.

Parameters:
db - the db connection
db_type - the db type
a_factory - the class factory, which will be used by object
Method Detail

parse_request

protected void parse_request()
Description copied from class: BaseConnector
Parse http request Methods sets "dynloading", "editing" flags and fill request object with info about requested sorting|filtering options.

Overrides:
parse_request in class BaseConnector