name | type | default | params | representant | foreign | foreign_prop | position |
id | CO_INTEGER | SEQUENCE | READONLY=1 | 1 | 0 | ||
version | CO_INTEGER | 0 | READONLY=1 | 1 | 0 | ||
deleted | CO_INTEGER | 0 | READONLY=1 | 1 | 0 | ||
column_number | CO_INTEGER | 0 | 1 | 44 | |||
length | CO_INTEGER | 0 | 1 | 44 | |||
spreadsheet_id | CO_INTEGER | 0 | 1 | spreadsheet | id | 44 | |
name | CO_STRING | '' | 1 | 44 | |||
align | CO_STRING | '' | 1 | 44 | |||
fontsize | CO_STRING | '' | 1 | 44 | |||
textstyle | CO_STRING | '' | 1 | 44 | |||
textcolor | CO_STRING | '' | 1 | 44 | |||
fontfamily | CO_STRING | '' | 1 | 44 |
method insertBeforeColumn
permission=10
description: creates new column and insert before given
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
method insertAfterColumn
permission=10
description: creates new column and insert after given
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
method delete
permission=3
description: deletes column
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
method setAttribute
permission=2
description: changes column attribute
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
column_id
type CO_INTEGER
attribute_name
type CO_STRING
attribute_value
type CO_STRING_SQL_VALUE
method getAttribute
permission=1
description: obtains column attribute
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
column_id
type CO_INTEGER
attribute_name
type CO_STRING
method getIdByNumber
permission=1
description: Requires object number and id of the container (parent);
description: returns id of the element
description: Does not generate actions.
description: It GET for spreadsheet - but class method because we do not know column id.
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
id_parent
type CO_INTEGER
number
type CO_INTEGER