ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilDclTableViewFieldSetting. More...
Static Public Member Functions | |
static | returnDbTableName () |
static | getInstance ($tableview_id, $field_id) |
Static Public Member Functions inherited from ActiveRecord | |
static | returnDbTableName () |
static | installDB () |
static | renameDBField ($old_name, $new_name) |
static | tableExists () |
static | fieldExists ($field_name) |
static | removeDBField ($field_name) |
static | updateDB () |
static | resetDB () |
static | truncateDB () |
static | flushDB () |
static | preloadObjects () |
static | additionalParams (array $additional_params) |
static | findOrFail ($primary_key, array $add_constructor_args=array()) |
Tries to find the object and throws an Exception if object is not found, instead of returning null. More... | |
static | findOrGetInstance ($primary_key, array $add_constructor_args=array()) |
static | where ($where, $operator=null) |
static | innerjoinAR (ActiveRecord $ar, $on_this, $on_external, $fields=array(' *'), $operator='=', $both_external=false) |
static | innerjoin ($tablename, $on_this, $on_external, $fields=array(' *'), $operator='=', $both_external=false) |
static | leftjoin ($tablename, $on_this, $on_external, $fields=array(' *'), $operator='=', $both_external=false) |
static | orderBy ($orderBy, $orderDirection='ASC') |
static | dateFormat ($date_format='d.m.Y - H:i:s') |
static | limit ($start, $end) |
static | affectedRows () |
static | count () |
static | get () |
static | debug () |
static | first () |
static | getCollection () |
static | last () |
static | getFirstFromLastQuery () |
static | connector (arConnector $connector) |
static | raw ($set_raw=true) |
static | getArray ($key=null, $values=null) |
static | _toCamelCase ($str, $capitalise_first_char=false) |
Protected Attributes | |
$id | |
$tableview_id | |
$field | |
$visible | |
$in_filter | |
$filter_value | |
$filter_changeable | |
Protected Attributes inherited from ActiveRecord | |
$ar_safe_read = true | |
$connector_container_name = '' | |
Additional Inherited Members | |
Data Fields inherited from ActiveRecord | |
const | ACTIVE_RECORD_VERSION = '2.0.7' |
Protected Member Functions inherited from ActiveRecord | |
serializeToCSV ($field) | |
This method is called for every field of your instance if you use __asCsv. More... | |
installDatabase () | |
Static Protected Member Functions inherited from ActiveRecord | |
static | getCalledClass () |
static | fromCamelCase ($str) |
Class ilDclTableViewFieldSetting.
defines tableview/field specific settings: visible, in_filter, filter_value, filter_changeable
Definition at line 11 of file class.ilDclTableViewFieldSetting.php.
ilDclTableViewFieldSetting::cloneStructure | ( | ilDclTableViewFieldSetting | $orig | ) |
Definition at line 256 of file class.ilDclTableViewFieldSetting.php.
References ActiveRecord\create(), getFilterValue(), isFilterChangeable(), isInFilter(), isVisible(), setFilterChangeable(), setFilterValue(), setInFilter(), and setVisible().
ilDclTableViewFieldSetting::getField | ( | ) |
Definition at line 110 of file class.ilDclTableViewFieldSetting.php.
References $field.
Referenced by wakeUp().
ilDclTableViewFieldSetting::getFieldObject | ( | ) |
Definition at line 269 of file class.ilDclTableViewFieldSetting.php.
References $DIC, $lng, ilDclStandardField\_getDatatypeForId(), and ilDclCache\getFieldCache().
ilDclTableViewFieldSetting::getFilterValue | ( | ) |
Definition at line 164 of file class.ilDclTableViewFieldSetting.php.
References $filter_value.
Referenced by cloneStructure().
ilDclTableViewFieldSetting::getId | ( | ) |
|
static |
$tableview_id | |
$field_id |
Definition at line 292 of file class.ilDclTableViewFieldSetting.php.
References $tableview_id, and ActiveRecord\first().
Referenced by ilDataCollectionDataSet\getXmlNamespace().
ilDclTableViewFieldSetting::getTableviewId | ( | ) |
Definition at line 92 of file class.ilDclTableViewFieldSetting.php.
References $tableview_id.
ilDclTableViewFieldSetting::isFilterChangeable | ( | ) |
Definition at line 182 of file class.ilDclTableViewFieldSetting.php.
References $filter_changeable.
Referenced by cloneStructure().
ilDclTableViewFieldSetting::isInFilter | ( | ) |
Definition at line 146 of file class.ilDclTableViewFieldSetting.php.
References $in_filter.
Referenced by cloneStructure().
ilDclTableViewFieldSetting::isVisible | ( | ) |
Definition at line 128 of file class.ilDclTableViewFieldSetting.php.
References $visible.
Referenced by cloneStructure().
|
static |
Definition at line 83 of file class.ilDclTableViewFieldSetting.php.
ilDclTableViewFieldSetting::setField | ( | $field | ) |
int | $field |
Definition at line 119 of file class.ilDclTableViewFieldSetting.php.
References $field.
ilDclTableViewFieldSetting::setFilterChangeable | ( | $filter_changeable | ) |
boolean | $filter_changeable |
Definition at line 191 of file class.ilDclTableViewFieldSetting.php.
References $filter_changeable.
Referenced by cloneStructure().
ilDclTableViewFieldSetting::setFilterValue | ( | $filter_value | ) |
string | $filter_value |
Definition at line 173 of file class.ilDclTableViewFieldSetting.php.
References $filter_value.
Referenced by cloneStructure().
ilDclTableViewFieldSetting::setId | ( | $id | ) |
int | $id |
Definition at line 209 of file class.ilDclTableViewFieldSetting.php.
References $id.
ilDclTableViewFieldSetting::setInFilter | ( | $in_filter | ) |
boolean | $in_filter |
Definition at line 155 of file class.ilDclTableViewFieldSetting.php.
References $in_filter.
Referenced by cloneStructure().
ilDclTableViewFieldSetting::setTableviewId | ( | $tableview_id | ) |
int | $tableview_id |
Definition at line 101 of file class.ilDclTableViewFieldSetting.php.
References $tableview_id.
ilDclTableViewFieldSetting::setVisible | ( | $visible | ) |
boolean | $visible |
Definition at line 137 of file class.ilDclTableViewFieldSetting.php.
References $visible.
Referenced by cloneStructure().
ilDclTableViewFieldSetting::sleep | ( | $field_name | ) |
$field_name |
Definition at line 220 of file class.ilDclTableViewFieldSetting.php.
ilDclTableViewFieldSetting::wakeUp | ( | $field_name, | |
$field_value | |||
) |
$field_name | |
$field_value |
Definition at line 236 of file class.ilDclTableViewFieldSetting.php.
References $key, and getField().
|
protected |
Definition at line 44 of file class.ilDclTableViewFieldSetting.php.
Referenced by getField(), and setField().
|
protected |
Definition at line 76 of file class.ilDclTableViewFieldSetting.php.
Referenced by isFilterChangeable(), and setFilterChangeable().
|
protected |
Definition at line 68 of file class.ilDclTableViewFieldSetting.php.
Referenced by getFilterValue(), and setFilterValue().
|
protected |
Definition at line 25 of file class.ilDclTableViewFieldSetting.php.
|
protected |
Definition at line 60 of file class.ilDclTableViewFieldSetting.php.
Referenced by isInFilter(), and setInFilter().
|
protected |
Definition at line 34 of file class.ilDclTableViewFieldSetting.php.
Referenced by getInstance(), getTableviewId(), and setTableviewId().
|
protected |
Definition at line 52 of file class.ilDclTableViewFieldSetting.php.
Referenced by isVisible(), and setVisible().