|
| | getTrailParentId () |
| |
| | getTrails ($types=null, $mode=null, $path=null, $in_recursion=false) |
| |
| | isAssignable () |
| |
| | hasChildren () |
| |
| | verifyPermission ($user_id=null) |
| |
| | store () |
| |
| | validate () |
| |
| | delete () |
| |
| | setNewId () |
| |
| | getDisplayName ($options=self::DISPLAY_DEFAULT) |
| |
| | getAvailableTranslations () |
| |
| | getStatus () |
| |
| | hasPublicStatus ($filter=null) |
| |
| | getResponsibleInstitutes () |
| |
| | getVariant () |
| |
| | __construct ($id=null) |
| |
| | __clone () |
| |
| | getRelationOptions ($relation) |
| |
| | getTableMetadata () |
| |
| | hasAutoIncrementColumn () |
| |
| | setId ($id) |
| |
| | getId () |
| |
| | getNewId () |
| |
| | toArray ($only_these_fields=null) |
| |
| | toRawArray ($only_these_fields=null) |
| |
| | toArrayRecursive ($only_these_fields=null) |
| |
| | getValue ($field) |
| |
| | getRelationValue ($relation, $field) |
| |
| | getDefaultValue ($field) |
| |
| | setValue ($field, $value) |
| |
| | __get ($field) |
| |
| | __set ($field, $value) |
| |
| | __isset ($field) |
| |
| | offsetExists ($offset) |
| |
| | offsetGet ($offset) |
| |
| | offsetSet ($offset, $value) |
| |
| | offsetUnset ($offset) |
| |
| | getIterator () |
| |
| | count () |
| |
| | isField ($field) |
| |
| | isAdditionalField ($field) |
| |
| | isAliasField ($field) |
| |
| | isI18nField ($field) |
| |
| | setData ($data, $reset=false) |
| |
| | isNew () |
| |
| | isDeleted () |
| |
| | setNew ($is_new) |
| |
| | getWhereQuery () |
| |
| | restore () |
| |
| | store () |
| |
| | triggerChdate () |
| |
| | delete () |
| |
| | isDirty () |
| |
| | isFieldDirty ($field) |
| |
| | revertValue ($field) |
| |
| | getPristineValue ($field) |
| |
| | initRelation ($relation) |
| |
| | resetRelation ($relation) |
| |
| | cleanup () |
| |
| | getTrailParentId () |
| |
| | getTrailParent () |
| |
| | getChildren () |
| |
| | hasChildren () |
| |
| | getId () |
| |
| | getDisplayName () |
| |
| | isAssignable () |
| |
| | getParents ($mode) |
| |
| | getTrails ($types=null, $mode=null, $path=null, $in_recursion=false) |
| |
|
| static | getPathes ($trails, $delimiter=' · ', $display_options=self::DISPLAY_DEFAULT) |
| |
| static | filterTrails ($trails, $filter_objects) |
| |
| static | setObjectFilter ($class_name, $filter_func) |
| |
| static | findBySearchTerm ($search_term, $filter=null) |
| |
| static | getAll () |
| |
| static | get ($id=null) |
| |
| static | getEnriched ($id) |
| |
| static | getEnrichedByQuery ($query=null, $params=array(), $row_count=null, $offset=null) |
| |
| static | getClassDisplayName ($long=false) |
| |
| static | getFilterSql ($filter, $where=false, $or_sql=null) |
| |
| static | getContentArray (SimpleORMap $sorm, $to_utf8=true) |
| |
| static | getCount ($filter=null) |
| |
| static | getCountBySql ($sql, $filter=null) |
| |
| static | setLanguage ($language) |
| |
| static | setContentLanguage ($language) |
| |
| static | getLanguage () |
| |
| static | getLocaleOrdinalNumberSuffix ($num) |
| |
| static | getPublicStatus ($class_name=null) |
| |
| static | tableScheme ($db_table) |
| |
| static | expireTableScheme () |
| |
| static | find ($id) |
| |
| static | exists ($id) |
| |
| static | countBySql ($sql=1, $params=array()) |
| |
| static | create ($data) |
| |
| static | build ($data, $is_new=true) |
| |
| static | buildExisting ($data) |
| |
| static | import ($data) |
| |
| static | findBySQL ($sql, $params=array()) |
| |
| static | findByObject (SimpleORMap $object) |
| |
| static | findOneBySQL ($where, $params=array()) |
| |
| static | findThru ($foreign_key_value, $options) |
| |
| static | findEachBySQL ($callable, $sql, $params=array()) |
| |
| static | findMany ($pks=array(), $order='', $order_params=array()) |
| |
| static | findEachMany ($callable, $pks=array(), $order='', $order_params=array()) |
| |
| static | findAndMapBySQL ($callable, $where, $params=array()) |
| |
| static | findAndMapMany ($callable, $pks=array(), $order='', $order_params=array()) |
| |
| static | deleteBySQL ($where, $params=array()) |
| |
| static | toObject ($id_or_object) |
| |
| static | __callStatic ($name, $arguments) |
| |