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 | ||
parent_class | CO_STRING | '' | 0 | meta_class | class_name | 200 | |
class_name | CO_STRING | '' | 100 | meta_class | class_name | 200 | |
create_params | CO_STRING | '' | 0 | 300 | |||
container | CO_INTEGER | 0 | 0 | 300 |
method getIdForClasses
permission=7
description: This method retrieves id (CO_INTEGER) of given property for given catalog type. Catalog type is identified using par_area, parent_class and class_name. Returns 0 if not found.
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
callback
type CO_STRING
parent_class
description: Name of the class of the catalog object.
type CO_STRING
class_name
description: Name of the class the catalog object points to.
type CO_STRING