name | type | default | params | representant | foreign | foreign_prop | position |
id | CO_INTEGER | SEQUENCE | READONLY=1;HIDDEN=1 | 0 | 0 | ||
version | CO_INTEGER | 0 | READONLY=1;HIDDEN=1 | 0 | 0 | ||
deleted | CO_INTEGER | 0 | READONLY=1;HIDDEN=1 | 0 | 0 | ||
inherits_acl | CO_INTEGER | 1 | HIDDEN=1;READONLY=1 | 0 | 50 | ||
area | CO_STRING | 'sys' | 1 | 200 | |||
class_name | CO_STRING | '' | 1 | 200 | |||
id_inherits_from | CO_INTEGER | 0 | 0 | 300 | |||
inherits_area | CO_STRING | '' | 0 | 300 | |||
inherits_from | CO_STRING | '' | 0 | meta_class | class_name | 300 | |
inheritance_path | CO_STRING | '' | 0 | 300 | |||
container_class | CO_STRING | '' | 0 | 400 | |||
container_column_name | CO_STRING | '' | 0 | 500 | |||
default_form | CO_STRING | '' | 0 | 600 | |||
sec_type | CO_INTEGER | 0 | VALUES=new Array(0,1); | 0 | 700 | ||
force_sec_type | CO_INTEGER | 0 | VALUES=new Array(0,1); | 0 | 800 | ||
reloid | CO_INDEX | 0 | READONLY=1; | 0 | 900 | ||
name | CO_STRING | '' | 0 | 400 |
method getDefaultFormByName
permission=7
description: This method returns names for all classes that given class inherits from -- full path. Names are separated by '|'
Typical result: generic|generic_acl|catalog|
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
callback
type CO_STRING
class_name
type CO_STRING
method getFullPathByClassName
permission=7
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
callback
type CO_STRING
area_name
type CO_STRING
class_name
type CO_STRING
method getFullInheritancePath
permission=7
description: This method returns {area}_{class_name} for all classes from path of inheritenca of given class -- full path. Names are separated by '|'
Example result: sys_generic_view|sys_generic|sys_generic_catalog|sys_catalog|
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
callback
type CO_STRING
method getFullIdPathById
permission=7
description: This method returns ids for all classes from the path of inheritance of a given class. Numbers are separated by '|'
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
callback
type CO_STRING
id_meta_class
type CO_INTEGER
method refreshView
permission=2
description: This method refreshes the cov_ ... view for this class
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER