• Publicity: Public Only All

api-doc-init.tcl

This file defines the following Objects and Classes: ::acs::db::nsdb-postgresql[i]

Location:
packages/acs-api-browser/tcl/api-doc-init.tcl

Procedures in this file

Detailed information

Class ::acs::db::nsdb-postgresql (public)

 ::nx::Class ::acs::db::nsdb-postgresql[i]

PostgreSQL backend for nsdb driver

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call able_exists (public)

 <instance of acs::db::nsdb-postgresql[i]> call able_exists \
    [ -dbn dbn ] -table_name table_name 

Automatically generated method

Switches:
-dbn
(optional)
-table_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call able_exists} acs::db::nsdb-postgresql instproc {call able_exists} acs::db::nsdb-postgresql instproc {call able_exists}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs add_user (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs add_user \
    [ -dbn dbn ] [ -user_id user_id ] [ -object_type object_type ] \
    [ -creation_date creation_date ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] [ -authority_id authority_id ] \
    -username username  -email email  [ -url url ] \
    -first_names first_names  -last_name last_name  \
    -password password  -salt salt  [ -screen_name screen_name ] \
    [ -email_verified_p email_verified_p ] \
    [ -member_state member_state ]

Automatically generated method

Switches:
-dbn
(optional)
-user_id
(optional)
-object_type
(defaults to "user") (optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-authority_id
(optional)
-username
(required)
-email
(required)
-url
(optional)
-first_names
(required)
-last_name
(required)
-password
(required)
-salt
(required)
-screen_name
(optional)
-email_verified_p
(defaults to "t") (optional)
-member_state
(defaults to "approved") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs add_user} acs::db::nsdb-postgresql instproc {call acs add_user} acs::db::nsdb-postgresql instproc {call acs add_user}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs magic_object_id (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs magic_object_id \
    [ -dbn dbn ] -name name 

Automatically generated method

Switches:
-dbn
(optional)
-name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs magic_object_id} acs::db::nsdb-postgresql instproc {call acs magic_object_id} acs::db::nsdb-postgresql instproc {call acs magic_object_id}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs remove_user (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs remove_user \
    [ -dbn dbn ] [ -user_id user_id ]

Automatically generated method

Switches:
-dbn
(optional)
-user_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs remove_user} acs::db::nsdb-postgresql instproc {call acs remove_user} acs::db::nsdb-postgresql instproc {call acs remove_user}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_activity delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_activity delete \
    [ -dbn dbn ] [ -activity_id activity_id ]

Automatically generated method

Switches:
-dbn
(optional)
-activity_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_activity delete} acs::db::nsdb-postgresql instproc {call acs_activity delete} acs::db::nsdb-postgresql instproc {call acs_activity delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_activity edit (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_activity edit \
    [ -dbn dbn ] [ -activity_id activity_id ] [ -name name ] \
    [ -description description ] [ -html_p html_p ] \
    [ -status_summary status_summary ]

Automatically generated method

Switches:
-dbn
(optional)
-activity_id
(optional)
-name
(optional)
-description
(optional)
-html_p
(optional)
-status_summary
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_activity edit} acs::db::nsdb-postgresql instproc {call acs_activity edit} acs::db::nsdb-postgresql instproc {call acs_activity edit}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_activity name (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_activity name \
    [ -dbn dbn ] [ -activity_id activity_id ]

Automatically generated method

Switches:
-dbn
(optional)
-activity_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_activity name} acs::db::nsdb-postgresql instproc {call acs_activity name} acs::db::nsdb-postgresql instproc {call acs_activity name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_activity new (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_activity new \
    [ -dbn dbn ] [ -activity_id activity_id ] -name name  \
    [ -description description ] [ -html_p html_p ] \
    [ -status_summary status_summary ] [ -object_type object_type ] \
    [ -creation_date creation_date ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-activity_id
(optional)
-name
(required)
-description
(optional)
-html_p
(defaults to "f") (optional)
-status_summary
(optional)
-object_type
(defaults to "acs_activity") (optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_activity new} acs::db::nsdb-postgresql instproc {call acs_activity new} acs::db::nsdb-postgresql instproc {call acs_activity new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_activity object_map (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_activity object_map \
    [ -dbn dbn ] [ -activity_id activity_id ] [ -object_id object_id ]

Automatically generated method

Switches:
-dbn
(optional)
-activity_id
(optional)
-object_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_activity object_map} acs::db::nsdb-postgresql instproc {call acs_activity object_map} acs::db::nsdb-postgresql instproc {call acs_activity object_map}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_activity object_unmap (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_activity object_unmap \
    [ -dbn dbn ] [ -activity_id activity_id ] [ -object_id object_id ]

Automatically generated method

Switches:
-dbn
(optional)
-activity_id
(optional)
-object_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_activity object_unmap} acs::db::nsdb-postgresql instproc {call acs_activity object_unmap} acs::db::nsdb-postgresql instproc {call acs_activity object_unmap}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_attribute add_description (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_attribute add_description \
    [ -dbn dbn ] -object_type object_type  \
    -attribute_name attribute_name  -description_key description_key  \
    -description description 

Automatically generated method

Switches:
-dbn
(optional)
-object_type
(required)
-attribute_name
(required)
-description_key
(required)
-description
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_attribute add_description} acs::db::nsdb-postgresql instproc {call acs_attribute add_description} acs::db::nsdb-postgresql instproc {call acs_attribute add_description}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_attribute create_attribute (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_attribute create_attribute \
    [ -dbn dbn ] -object_type object_type  \
    -attribute_name attribute_name  -datatype datatype  \
    -pretty_name pretty_name  [ -pretty_plural pretty_plural ] \
    [ -table_name table_name ] [ -column_name column_name ] \
    [ -default_value default_value ] [ -min_n_values min_n_values ] \
    [ -max_n_values max_n_values ] [ -sort_order sort_order ] \
    [ -storage storage ] [ -static_p static_p ] \
    [ -create_column_p create_column_p ] \
    [ -database_type database_type ] [ -size size ] [ -null_p null_p ] \
    [ -references references ] [ -check_expr check_expr ] \
    [ -column_spec column_spec ]

Automatically generated method

Switches:
-dbn
(optional)
-object_type
(required)
-attribute_name
(required)
-datatype
(required)
-pretty_name
(required)
-pretty_plural
(optional)
-table_name
(optional)
-column_name
(optional)
-default_value
(optional)
-min_n_values
(defaults to "1") (optional)
-max_n_values
(defaults to "1") (optional)
-sort_order
(optional)
-storage
(defaults to "type_specific") (optional)
-static_p
(defaults to "f") (optional)
-create_column_p
(defaults to "f") (optional)
-database_type
(optional)
-size
(optional)
-null_p
(defaults to "t") (optional)
-references
(optional)
-check_expr
(optional)
-column_spec
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_attribute create_attribute} acs::db::nsdb-postgresql instproc {call acs_attribute create_attribute} acs::db::nsdb-postgresql instproc {call acs_attribute create_attribute}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_attribute drop_attribute (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_attribute drop_attribute \
    [ -dbn dbn ] -object_type object_type  \
    -attribute_name attribute_name  [ -drop_column_p drop_column_p ]

Automatically generated method

Switches:
-dbn
(optional)
-object_type
(required)
-attribute_name
(required)
-drop_column_p
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_attribute drop_attribute} acs::db::nsdb-postgresql instproc {call acs_attribute drop_attribute} acs::db::nsdb-postgresql instproc {call acs_attribute drop_attribute}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_attribute drop_description (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_attribute drop_description \
    [ -dbn dbn ] -object_type object_type  \
    -attribute_name attribute_name  -description_key description_key 

Automatically generated method

Switches:
-dbn
(optional)
-object_type
(required)
-attribute_name
(required)
-description_key
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_attribute drop_description} acs::db::nsdb-postgresql instproc {call acs_attribute drop_description} acs::db::nsdb-postgresql instproc {call acs_attribute drop_description}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_datatype date_output_function (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_datatype date_output_function \
    [ -dbn dbn ] -attribute_name attribute_name 

Automatically generated method

Switches:
-dbn
(optional)
-attribute_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_datatype date_output_function} acs::db::nsdb-postgresql instproc {call acs_datatype date_output_function} acs::db::nsdb-postgresql instproc {call acs_datatype date_output_function}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_datatype timestamp_output_function (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_datatype timestamp_output_function \
    [ -dbn dbn ] -attribute_name attribute_name 

Automatically generated method

Switches:
-dbn
(optional)
-attribute_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_datatype timestamp_output_function} acs::db::nsdb-postgresql instproc {call acs_datatype timestamp_output_function} acs::db::nsdb-postgresql instproc {call acs_datatype timestamp_output_function}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event activity_set (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event activity_set \
    [ -dbn dbn ] [ -event_id event_id ] [ -activity_id activity_id ]

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)
-activity_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event activity_set} acs::db::nsdb-postgresql instproc {call acs_event activity_set} acs::db::nsdb-postgresql instproc {call acs_event activity_set}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event delete_all_recurrences (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event delete_all_recurrences \
    [ -dbn dbn ] [ -recurrence_id recurrence_id ]

Automatically generated method

Switches:
-dbn
(optional)
-recurrence_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event delete_all_recurrences} acs::db::nsdb-postgresql instproc {call acs_event delete_all_recurrences} acs::db::nsdb-postgresql instproc {call acs_event delete_all_recurrences}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event delete_all (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event delete_all \
    [ -dbn dbn ] [ -event_id event_id ]

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event delete_all} acs::db::nsdb-postgresql instproc {call acs_event delete_all} acs::db::nsdb-postgresql instproc {call acs_event delete_all}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event delete \
    [ -dbn dbn ] [ -event_id event_id ]

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event delete} acs::db::nsdb-postgresql instproc {call acs_event delete} acs::db::nsdb-postgresql instproc {call acs_event delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event get_description (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event get_description \
    [ -dbn dbn ] [ -event_id event_id ]

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event get_description} acs::db::nsdb-postgresql instproc {call acs_event get_description} acs::db::nsdb-postgresql instproc {call acs_event get_description}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event get_html_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event get_html_p \
    [ -dbn dbn ] [ -event_id event_id ]

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event get_html_p} acs::db::nsdb-postgresql instproc {call acs_event get_html_p} acs::db::nsdb-postgresql instproc {call acs_event get_html_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event get_name (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event get_name \
    [ -dbn dbn ] [ -event_id event_id ]

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event get_name} acs::db::nsdb-postgresql instproc {call acs_event get_name} acs::db::nsdb-postgresql instproc {call acs_event get_name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event get_status_summary (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event get_status_summary \
    [ -dbn dbn ] [ -event_id event_id ]

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event get_status_summary} acs::db::nsdb-postgresql instproc {call acs_event get_status_summary} acs::db::nsdb-postgresql instproc {call acs_event get_status_summary}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event get_value (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event get_value \
    [ -dbn dbn ] -parameter_name parameter_name 

Automatically generated method

Switches:
-dbn
(optional)
-parameter_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event get_value} acs::db::nsdb-postgresql instproc {call acs_event get_value} acs::db::nsdb-postgresql instproc {call acs_event get_value}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event insert_instances (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event insert_instances \
    [ -dbn dbn ] [ -event_id event_id ] [ -cutoff_date cutoff_date ]

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)
-cutoff_date
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event insert_instances} acs::db::nsdb-postgresql instproc {call acs_event insert_instances} acs::db::nsdb-postgresql instproc {call acs_event insert_instances}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event instances_exist_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event instances_exist_p \
    [ -dbn dbn ] [ -recurrence_id recurrence_id ]

Automatically generated method

Switches:
-dbn
(optional)
-recurrence_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event instances_exist_p} acs::db::nsdb-postgresql instproc {call acs_event instances_exist_p} acs::db::nsdb-postgresql instproc {call acs_event instances_exist_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event new_instance (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event new_instance \
    [ -dbn dbn ] [ -event_id event_id ] -date_offset date_offset 

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)
-date_offset
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event new_instance} acs::db::nsdb-postgresql instproc {call acs_event new_instance} acs::db::nsdb-postgresql instproc {call acs_event new_instance}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event new (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event new \
    [ -dbn dbn ] [ -event_id event_id ] [ -name name ] \
    [ -description description ] [ -html_p html_p ] \
    [ -status_summary status_summary ] [ -timespan_id timespan_id ] \
    [ -activity_id activity_id ] [ -recurrence_id recurrence_id ] \
    [ -object_type object_type ] [ -creation_date creation_date ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    [ -context_id context_id ] [ -package_id package_id ] \
    [ -location location ] [ -related_link_url related_link_url ] \
    [ -related_link_text related_link_text ] \
    [ -redirect_to_rel_link_p redirect_to_rel_link_p ]

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)
-name
(optional)
-description
(optional)
-html_p
(optional)
-status_summary
(optional)
-timespan_id
(optional)
-activity_id
(optional)
-recurrence_id
(optional)
-object_type
(defaults to "acs_event") (optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-context_id
(optional)
-package_id
(optional)
-location
(optional)
-related_link_url
(optional)
-related_link_text
(optional)
-redirect_to_rel_link_p
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event new} acs::db::nsdb-postgresql instproc {call acs_event new} acs::db::nsdb-postgresql instproc {call acs_event new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event party_map (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event party_map \
    [ -dbn dbn ] [ -event_id event_id ] [ -party_id party_id ]

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)
-party_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event party_map} acs::db::nsdb-postgresql instproc {call acs_event party_map} acs::db::nsdb-postgresql instproc {call acs_event party_map}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event party_unmap (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event party_unmap \
    [ -dbn dbn ] [ -event_id event_id ] [ -party_id party_id ]

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)
-party_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event party_unmap} acs::db::nsdb-postgresql instproc {call acs_event party_unmap} acs::db::nsdb-postgresql instproc {call acs_event party_unmap}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event recurrence_timespan_edit (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event recurrence_timespan_edit \
    [ -dbn dbn ] [ -event_id event_id ] -start_date start_date  \
    -end_date end_date  -edit_past_events_p edit_past_events_p 

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)
-start_date
(required)
-end_date
(required)
-edit_past_events_p
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event recurrence_timespan_edit} acs::db::nsdb-postgresql instproc {call acs_event recurrence_timespan_edit} acs::db::nsdb-postgresql instproc {call acs_event recurrence_timespan_edit}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event recurs_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event recurs_p \
    [ -dbn dbn ] [ -event_id event_id ]

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event recurs_p} acs::db::nsdb-postgresql instproc {call acs_event recurs_p} acs::db::nsdb-postgresql instproc {call acs_event recurs_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event shift_all (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event shift_all \
    [ -dbn dbn ] [ -event_id event_id ] [ -start_offset start_offset ] \
    [ -end_offset end_offset ]

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)
-start_offset
(defaults to "0") (optional)
-end_offset
(defaults to "0") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event shift_all} acs::db::nsdb-postgresql instproc {call acs_event shift_all} acs::db::nsdb-postgresql instproc {call acs_event shift_all}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event shift (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event shift \
    [ -dbn dbn ] [ -event_id event_id ] [ -start_offset start_offset ] \
    [ -end_offset end_offset ]

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)
-start_offset
(defaults to "0") (optional)
-end_offset
(defaults to "0") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event shift} acs::db::nsdb-postgresql instproc {call acs_event shift} acs::db::nsdb-postgresql instproc {call acs_event shift}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_event timespan_set (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_event timespan_set \
    [ -dbn dbn ] [ -event_id event_id ] [ -timespan_id timespan_id ]

Automatically generated method

Switches:
-dbn
(optional)
-event_id
(optional)
-timespan_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_event timespan_set} acs::db::nsdb-postgresql instproc {call acs_event timespan_set} acs::db::nsdb-postgresql instproc {call acs_event timespan_set}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_group check_representation (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_group check_representation \
    [ -dbn dbn ] [ -group_id group_id ]

Automatically generated method

Switches:
-dbn
(optional)
-group_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_group check_representation} acs::db::nsdb-postgresql instproc {call acs_group check_representation} acs::db::nsdb-postgresql instproc {call acs_group check_representation}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_group delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_group delete \
    [ -dbn dbn ] [ -group_id group_id ]

Automatically generated method

Switches:
-dbn
(optional)
-group_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_group delete} acs::db::nsdb-postgresql instproc {call acs_group delete} acs::db::nsdb-postgresql instproc {call acs_group delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_group member_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_group member_p \
    [ -dbn dbn ] [ -party_id party_id ] [ -group_id group_id ] \
    -cascade_membership cascade_membership 

Automatically generated method

Switches:
-dbn
(optional)
-party_id
(optional)
-group_id
(optional)
-cascade_membership
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_group member_p} acs::db::nsdb-postgresql instproc {call acs_group member_p} acs::db::nsdb-postgresql instproc {call acs_group member_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_group name (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_group name \
    [ -dbn dbn ] [ -group_id group_id ]

Automatically generated method

Switches:
-dbn
(optional)
-group_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_group name} acs::db::nsdb-postgresql instproc {call acs_group name} acs::db::nsdb-postgresql instproc {call acs_group name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_group new (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_group new \
    [ -dbn dbn ] [ -group_id group_id ] [ -object_type object_type ] \
    [ -creation_date creation_date ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] [ -email email ] [ -url url ] \
    -group_name group_name  [ -join_policy join_policy ] \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-group_id
(optional)
-object_type
(defaults to "group") (optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-email
(optional)
-url
(optional)
-group_name
(required)
-join_policy
(optional)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_group new} acs::db::nsdb-postgresql instproc {call acs_group new} acs::db::nsdb-postgresql instproc {call acs_group new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_log debug (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_log debug \
    [ -dbn dbn ] -log_key log_key  -message message 

Automatically generated method

Switches:
-dbn
(optional)
-log_key
(required)
-message
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_log debug} acs::db::nsdb-postgresql instproc {call acs_log debug} acs::db::nsdb-postgresql instproc {call acs_log debug}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_log error (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_log error \
    [ -dbn dbn ] -log_key log_key  -message message 

Automatically generated method

Switches:
-dbn
(optional)
-log_key
(required)
-message
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_log error} acs::db::nsdb-postgresql instproc {call acs_log error} acs::db::nsdb-postgresql instproc {call acs_log error}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_log notice (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_log notice \
    [ -dbn dbn ] -log_key log_key  -message message 

Automatically generated method

Switches:
-dbn
(optional)
-log_key
(required)
-message
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_log notice} acs::db::nsdb-postgresql instproc {call acs_log notice} acs::db::nsdb-postgresql instproc {call acs_log notice}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_log warn (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_log warn \
    [ -dbn dbn ] -log_key log_key  -message message 

Automatically generated method

Switches:
-dbn
(optional)
-log_key
(required)
-message
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_log warn} acs::db::nsdb-postgresql instproc {call acs_log warn} acs::db::nsdb-postgresql instproc {call acs_log warn}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_message delete_extlink (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_message delete_extlink \
    [ -dbn dbn ] [ -extlink_id extlink_id ]

Automatically generated method

Switches:
-dbn
(optional)
-extlink_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_message delete_extlink} acs::db::nsdb-postgresql instproc {call acs_message delete_extlink} acs::db::nsdb-postgresql instproc {call acs_message delete_extlink}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_message delete_file (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_message delete_file \
    [ -dbn dbn ] [ -file_id file_id ]

Automatically generated method

Switches:
-dbn
(optional)
-file_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_message delete_file} acs::db::nsdb-postgresql instproc {call acs_message delete_file} acs::db::nsdb-postgresql instproc {call acs_message delete_file}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_message delete_image (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_message delete_image \
    [ -dbn dbn ] [ -image_id image_id ]

Automatically generated method

Switches:
-dbn
(optional)
-image_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_message delete_image} acs::db::nsdb-postgresql instproc {call acs_message delete_image} acs::db::nsdb-postgresql instproc {call acs_message delete_image}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_message delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_message delete \
    [ -dbn dbn ] [ -message_id message_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_message delete} acs::db::nsdb-postgresql instproc {call acs_message delete} acs::db::nsdb-postgresql instproc {call acs_message delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_message edit_extlink (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_message edit_extlink \
    [ -dbn dbn ] [ -extlink_id extlink_id ] -url url  [ -label label ] \
    -description description 

Automatically generated method

Switches:
-dbn
(optional)
-extlink_id
(optional)
-url
(required)
-label
(optional)
-description
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_message edit_extlink} acs::db::nsdb-postgresql instproc {call acs_message edit_extlink} acs::db::nsdb-postgresql instproc {call acs_message edit_extlink}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_message edit_file (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_message edit_file \
    [ -dbn dbn ] [ -file_id file_id ] [ -title title ] \
    [ -description description ] [ -mime_type mime_type ] \
    [ -data data ] [ -creation_date creation_date ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    [ -is_live is_live ]

Automatically generated method

Switches:
-dbn
(optional)
-file_id
(optional)
-title
(optional)
-description
(optional)
-mime_type
(defaults to "text/plain") (optional)
-data
(optional)
-creation_date
(defaults to "sysdate") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-is_live
(defaults to "t") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_message edit_file} acs::db::nsdb-postgresql instproc {call acs_message edit_file} acs::db::nsdb-postgresql instproc {call acs_message edit_file}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_message edit_image (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_message edit_image \
    [ -dbn dbn ] [ -image_id image_id ] [ -title title ] \
    [ -description description ] [ -mime_type mime_type ] \
    [ -data data ] [ -width width ] [ -height height ] \
    [ -creation_date creation_date ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] [ -is_live is_live ]

Automatically generated method

Switches:
-dbn
(optional)
-image_id
(optional)
-title
(optional)
-description
(optional)
-mime_type
(defaults to "text/plain") (optional)
-data
(optional)
-width
(optional)
-height
(optional)
-creation_date
(defaults to "sysdate") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-is_live
(defaults to "t") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_message edit_image} acs::db::nsdb-postgresql instproc {call acs_message edit_image} acs::db::nsdb-postgresql instproc {call acs_message edit_image}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_message edit (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_message edit \
    [ -dbn dbn ] [ -message_id message_id ] [ -title title ] \
    [ -description description ] [ -mime_type mime_type ] \
    [ -text text ] [ -data data ] [ -creation_date creation_date ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    [ -is_live is_live ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)
-title
(optional)
-description
(optional)
-mime_type
(defaults to "text/plain") (optional)
-text
(optional)
-data
(optional)
-creation_date
(defaults to "sysdate") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-is_live
(defaults to "t") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_message edit} acs::db::nsdb-postgresql instproc {call acs_message edit} acs::db::nsdb-postgresql instproc {call acs_message edit}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_message first_ancestor (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_message first_ancestor \
    [ -dbn dbn ] [ -message_id message_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_message first_ancestor} acs::db::nsdb-postgresql instproc {call acs_message first_ancestor} acs::db::nsdb-postgresql instproc {call acs_message first_ancestor}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_message message_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_message message_p \
    [ -dbn dbn ] [ -message_id message_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_message message_p} acs::db::nsdb-postgresql instproc {call acs_message message_p} acs::db::nsdb-postgresql instproc {call acs_message message_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_message name (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_message name \
    [ -dbn dbn ] [ -message_id message_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_message name} acs::db::nsdb-postgresql instproc {call acs_message name} acs::db::nsdb-postgresql instproc {call acs_message name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_message new_file (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_message new_file \
    [ -dbn dbn ] [ -message_id message_id ] [ -file_id file_id ] \
    -file_name file_name  [ -title title ] \
    [ -description description ] [ -mime_type mime_type ] \
    [ -data data ] [ -creation_date creation_date ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    [ -is_live is_live ] [ -storage_type storage_type ] \
    [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)
-file_id
(optional)
-file_name
(required)
-title
(optional)
-description
(optional)
-mime_type
(defaults to "text/plain") (optional)
-data
(optional)
-creation_date
(defaults to "sysdate") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-is_live
(defaults to "t") (optional)
-storage_type
(defaults to "file") (optional)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_message new_file} acs::db::nsdb-postgresql instproc {call acs_message new_file} acs::db::nsdb-postgresql instproc {call acs_message new_file}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_message new_image (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_message new_image \
    [ -dbn dbn ] [ -message_id message_id ] [ -image_id image_id ] \
    -file_name file_name  [ -title title ] \
    [ -description description ] [ -mime_type mime_type ] \
    [ -data data ] [ -width width ] [ -height height ] \
    [ -creation_date creation_date ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] [ -is_live is_live ] \
    [ -storage_type storage_type ] [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)
-image_id
(optional)
-file_name
(required)
-title
(optional)
-description
(optional)
-mime_type
(defaults to "text/plain") (optional)
-data
(optional)
-width
(optional)
-height
(optional)
-creation_date
(defaults to "sysdate") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-is_live
(defaults to "t") (optional)
-storage_type
(defaults to "file") (optional)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_message new_image} acs::db::nsdb-postgresql instproc {call acs_message new_image} acs::db::nsdb-postgresql instproc {call acs_message new_image}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_message new (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_message new \
    [ -dbn dbn ] [ -message_id message_id ] [ -reply_to reply_to ] \
    -sent_date sent_date  [ -sender sender ] -rfc822_id rfc822_id  \
    -title title  -description description  -mime_type mime_type  \
    -text text  [ -data data ] [ -parent_id parent_id ] \
    [ -context_id context_id ] [ -creation_user creation_user ] \
    -creation_ip creation_ip  -object_type object_type  \
    -is_live is_live  [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)
-reply_to
(optional)
-sent_date
(required)
-sender
(optional)
-rfc822_id
(required)
-title
(required)
-description
(required)
-mime_type
(required)
-text
(required)
-data
(optional)
-parent_id
(optional)
-context_id
(optional)
-creation_user
(optional)
-creation_ip
(required)
-object_type
(required)
-is_live
(required)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_message new} acs::db::nsdb-postgresql instproc {call acs_message new} acs::db::nsdb-postgresql instproc {call acs_message new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_message send (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_message send \
    [ -dbn dbn ] [ -message_id message_id ] \
    [ -recipient_id recipient_id ] [ -grouping_id grouping_id ] \
    [ -wait_until wait_until ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)
-recipient_id
(optional)
-grouping_id
(optional)
-wait_until
(defaults to "sysdate") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_message send} acs::db::nsdb-postgresql instproc {call acs_message send} acs::db::nsdb-postgresql instproc {call acs_message send}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object check_context_index (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object check_context_index \
    [ -dbn dbn ] [ -object_id object_id ] [ -ancestor_id ancestor_id ] \
    [ -n_generations n_generations ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-ancestor_id
(optional)
-n_generations
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object check_context_index} acs::db::nsdb-postgresql instproc {call acs_object check_context_index} acs::db::nsdb-postgresql instproc {call acs_object check_context_index}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object check_object_ancestors (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object check_object_ancestors \
    [ -dbn dbn ] [ -object_id object_id ] [ -ancestor_id ancestor_id ] \
    [ -n_generations n_generations ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-ancestor_id
(optional)
-n_generations
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object check_object_ancestors} acs::db::nsdb-postgresql instproc {call acs_object check_object_ancestors} acs::db::nsdb-postgresql instproc {call acs_object check_object_ancestors}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object check_object_descendants (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object check_object_descendants \
    [ -dbn dbn ] [ -object_id object_id ] \
    [ -descendant_id descendant_id ] [ -n_generations n_generations ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-descendant_id
(optional)
-n_generations
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object check_object_descendants} acs::db::nsdb-postgresql instproc {call acs_object check_object_descendants} acs::db::nsdb-postgresql instproc {call acs_object check_object_descendants}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object check_path (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object check_path \
    [ -dbn dbn ] [ -object_id object_id ] [ -ancestor_id ancestor_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-ancestor_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object check_path} acs::db::nsdb-postgresql instproc {call acs_object check_path} acs::db::nsdb-postgresql instproc {call acs_object check_path}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object default_name (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object default_name \
    [ -dbn dbn ] [ -object_id object_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object default_name} acs::db::nsdb-postgresql instproc {call acs_object default_name} acs::db::nsdb-postgresql instproc {call acs_object default_name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object delete \
    [ -dbn dbn ] [ -object_id object_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object delete} acs::db::nsdb-postgresql instproc {call acs_object delete} acs::db::nsdb-postgresql instproc {call acs_object delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object get_attr_storage_column (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object get_attr_storage_column \
    [ -dbn dbn ] -v_vals v_vals 

Automatically generated method

Switches:
-dbn
(optional)
-v_vals
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object get_attr_storage_column} acs::db::nsdb-postgresql instproc {call acs_object get_attr_storage_column} acs::db::nsdb-postgresql instproc {call acs_object get_attr_storage_column}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object get_attr_storage_sql (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object get_attr_storage_sql \
    [ -dbn dbn ] -v_vals v_vals 

Automatically generated method

Switches:
-dbn
(optional)
-v_vals
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object get_attr_storage_sql} acs::db::nsdb-postgresql instproc {call acs_object get_attr_storage_sql} acs::db::nsdb-postgresql instproc {call acs_object get_attr_storage_sql}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object get_attr_storage_table (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object get_attr_storage_table \
    [ -dbn dbn ] -v_vals v_vals 

Automatically generated method

Switches:
-dbn
(optional)
-v_vals
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object get_attr_storage_table} acs::db::nsdb-postgresql instproc {call acs_object get_attr_storage_table} acs::db::nsdb-postgresql instproc {call acs_object get_attr_storage_table}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object get_attribute_storage (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object get_attribute_storage \
    [ -dbn dbn ] [ -object_id_in object_id_in ] \
    -attribute_name_in attribute_name_in 

Automatically generated method

Switches:
-dbn
(optional)
-object_id_in
(optional)
-attribute_name_in
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object get_attribute_storage} acs::db::nsdb-postgresql instproc {call acs_object get_attribute_storage} acs::db::nsdb-postgresql instproc {call acs_object get_attribute_storage}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object get_attribute (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object get_attribute \
    [ -dbn dbn ] [ -object_id_in object_id_in ] \
    -attribute_name_in attribute_name_in 

Automatically generated method

Switches:
-dbn
(optional)
-object_id_in
(optional)
-attribute_name_in
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object get_attribute} acs::db::nsdb-postgresql instproc {call acs_object get_attribute} acs::db::nsdb-postgresql instproc {call acs_object get_attribute}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object initialize_attributes (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object initialize_attributes \
    [ -dbn dbn ] [ -object_id object_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object initialize_attributes} acs::db::nsdb-postgresql instproc {call acs_object initialize_attributes} acs::db::nsdb-postgresql instproc {call acs_object initialize_attributes}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object name (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object name \
    [ -dbn dbn ] [ -object_id object_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object name} acs::db::nsdb-postgresql instproc {call acs_object name} acs::db::nsdb-postgresql instproc {call acs_object name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object new (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object new \
    [ -dbn dbn ] [ -object_id object_id ] [ -object_type object_type ] \
    [ -creation_date creation_date ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] [ -context_id context_id ] \
    [ -security_inherit_p security_inherit_p ] [ -title title ] \
    [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-object_type
(defaults to "acs_object") (optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-context_id
(optional)
-security_inherit_p
(defaults to "t") (optional)
-title
(optional)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object new} acs::db::nsdb-postgresql instproc {call acs_object new} acs::db::nsdb-postgresql instproc {call acs_object new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object package_id (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object package_id \
    [ -dbn dbn ] [ -object_id object_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object package_id} acs::db::nsdb-postgresql instproc {call acs_object package_id} acs::db::nsdb-postgresql instproc {call acs_object package_id}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object set_attribute (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object set_attribute \
    [ -dbn dbn ] [ -object_id_in object_id_in ] \
    -attribute_name_in attribute_name_in  -value_in value_in 

Automatically generated method

Switches:
-dbn
(optional)
-object_id_in
(optional)
-attribute_name_in
(required)
-value_in
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object set_attribute} acs::db::nsdb-postgresql instproc {call acs_object set_attribute} acs::db::nsdb-postgresql instproc {call acs_object set_attribute}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object update_last_modified (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object update_last_modified \
    [ -dbn dbn ] [ -object_id object_id ] \
    [ -modifying_user modifying_user ] -modifying_ip modifying_ip  \
    [ -last_modified last_modified ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-modifying_user
(optional)
-modifying_ip
(required)
-last_modified
(defaults to "now()") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object update_last_modified} acs::db::nsdb-postgresql instproc {call acs_object update_last_modified} acs::db::nsdb-postgresql instproc {call acs_object update_last_modified}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object_type create_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object_type create_type \
    [ -dbn dbn ] -object_type object_type  -pretty_name pretty_name  \
    -pretty_plural pretty_plural  -supertype supertype  \
    [ -table_name table_name ] [ -id_column id_column ] \
    [ -package_name package_name ] [ -abstract_p abstract_p ] \
    [ -type_extension_table type_extension_table ] \
    [ -name_method name_method ] [ -create_table_p create_table_p ] \
    [ -dynamic_p dynamic_p ]

Automatically generated method

Switches:
-dbn
(optional)
-object_type
(required)
-pretty_name
(required)
-pretty_plural
(required)
-supertype
(required)
-table_name
(optional)
-id_column
(optional)
-package_name
(optional)
-abstract_p
(defaults to "f") (optional)
-type_extension_table
(optional)
-name_method
(optional)
-create_table_p
(defaults to "f") (optional)
-dynamic_p
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object_type create_type} acs::db::nsdb-postgresql instproc {call acs_object_type create_type} acs::db::nsdb-postgresql instproc {call acs_object_type create_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object_type is_subtype_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object_type is_subtype_p \
    [ -dbn dbn ] -object_type_1 object_type_1  \
    -object_type_2 object_type_2 

Automatically generated method

Switches:
-dbn
(optional)
-object_type_1
(required)
-object_type_2
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object_type is_subtype_p} acs::db::nsdb-postgresql instproc {call acs_object_type is_subtype_p} acs::db::nsdb-postgresql instproc {call acs_object_type is_subtype_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object_type pretty_name (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object_type pretty_name \
    [ -dbn dbn ] -object_type object_type 

Automatically generated method

Switches:
-dbn
(optional)
-object_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object_type pretty_name} acs::db::nsdb-postgresql instproc {call acs_object_type pretty_name} acs::db::nsdb-postgresql instproc {call acs_object_type pretty_name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object_util get_object_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object_util get_object_type \
    [ -dbn dbn ] [ -object_id object_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object_util get_object_type} acs::db::nsdb-postgresql instproc {call acs_object_util get_object_type} acs::db::nsdb-postgresql instproc {call acs_object_util get_object_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object_util object_ancestor_type_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object_util object_ancestor_type_p \
    [ -dbn dbn ] [ -object_id object_id ] -object_type object_type 

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-object_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object_util object_ancestor_type_p} acs::db::nsdb-postgresql instproc {call acs_object_util object_ancestor_type_p} acs::db::nsdb-postgresql instproc {call acs_object_util object_ancestor_type_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object_util object_type_exist_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object_util object_type_exist_p \
    [ -dbn dbn ] -object_type object_type 

Automatically generated method

Switches:
-dbn
(optional)
-object_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object_util object_type_exist_p} acs::db::nsdb-postgresql instproc {call acs_object_util object_type_exist_p} acs::db::nsdb-postgresql instproc {call acs_object_util object_type_exist_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object_util object_type_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object_util object_type_p \
    [ -dbn dbn ] [ -object_id object_id ] -object_type object_type 

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-object_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object_util object_type_p} acs::db::nsdb-postgresql instproc {call acs_object_util object_type_p} acs::db::nsdb-postgresql instproc {call acs_object_util object_type_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_object_util type_ancestor_type_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_object_util type_ancestor_type_p \
    [ -dbn dbn ] -object_type1 object_type1  \
    -object_type2 object_type2 

Automatically generated method

Switches:
-dbn
(optional)
-object_type1
(required)
-object_type2
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_object_util type_ancestor_type_p} acs::db::nsdb-postgresql instproc {call acs_object_util type_ancestor_type_p} acs::db::nsdb-postgresql instproc {call acs_object_util type_ancestor_type_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_permission grant_permission (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_permission grant_permission \
    [ -dbn dbn ] [ -object_id object_id ] [ -grantee_id grantee_id ] \
    -privilege privilege 

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-grantee_id
(optional)
-privilege
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_permission grant_permission} acs::db::nsdb-postgresql instproc {call acs_permission grant_permission} acs::db::nsdb-postgresql instproc {call acs_permission grant_permission}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_permission permission_p_recursive_array (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_permission permission_p_recursive_array \
    [ -dbn dbn ] -objects objects  [ -party_id party_id ] \
    -privilege privilege 

Automatically generated method

Switches:
-dbn
(optional)
-objects
(required)
-party_id
(optional)
-privilege
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) ds_collect_db_call ds_collect_db_call (public) acs::db::nsdb-postgresql instproc {call acs_permission permission_p_recursive_array} acs::db::nsdb-postgresql instproc {call acs_permission permission_p_recursive_array} acs::db::nsdb-postgresql instproc {call acs_permission permission_p_recursive_array}->db_with_handle acs::db::nsdb-postgresql instproc {call acs_permission permission_p_recursive_array}->ds_collect_db_call

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_permission permission_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_permission permission_p \
    [ -dbn dbn ] [ -object_id object_id ] [ -party_id party_id ] \
    -privilege privilege 

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-party_id
(optional)
-privilege
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_permission permission_p} acs::db::nsdb-postgresql instproc {call acs_permission permission_p} acs::db::nsdb-postgresql instproc {call acs_permission permission_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_permission revoke_permission (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_permission revoke_permission \
    [ -dbn dbn ] [ -object_id object_id ] [ -grantee_id grantee_id ] \
    -privilege privilege 

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-grantee_id
(optional)
-privilege
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_permission revoke_permission} acs::db::nsdb-postgresql instproc {call acs_permission revoke_permission} acs::db::nsdb-postgresql instproc {call acs_permission revoke_permission}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_privilege add_child (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_privilege add_child \
    [ -dbn dbn ] -privilege privilege  \
    -child_privilege child_privilege 

Automatically generated method

Switches:
-dbn
(optional)
-privilege
(required)
-child_privilege
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_privilege add_child} acs::db::nsdb-postgresql instproc {call acs_privilege add_child} acs::db::nsdb-postgresql instproc {call acs_privilege add_child}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_privilege create_privilege (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_privilege create_privilege \
    [ -dbn dbn ] -privilege privilege  [ -pretty_name pretty_name ] \
    [ -pretty_plural pretty_plural ]

Automatically generated method

Switches:
-dbn
(optional)
-privilege
(required)
-pretty_name
(optional)
-pretty_plural
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_privilege create_privilege} acs::db::nsdb-postgresql instproc {call acs_privilege create_privilege} acs::db::nsdb-postgresql instproc {call acs_privilege create_privilege}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_privilege drop_privilege (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_privilege drop_privilege \
    [ -dbn dbn ] -privilege privilege 

Automatically generated method

Switches:
-dbn
(optional)
-privilege
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_privilege drop_privilege} acs::db::nsdb-postgresql instproc {call acs_privilege drop_privilege} acs::db::nsdb-postgresql instproc {call acs_privilege drop_privilege}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_privilege remove_child (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_privilege remove_child \
    [ -dbn dbn ] -privilege privilege  \
    -child_privilege child_privilege 

Automatically generated method

Switches:
-dbn
(optional)
-privilege
(required)
-child_privilege
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_privilege remove_child} acs::db::nsdb-postgresql instproc {call acs_privilege remove_child} acs::db::nsdb-postgresql instproc {call acs_privilege remove_child}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_reference delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_reference delete \
    [ -dbn dbn ] [ -repository_id repository_id ]

Automatically generated method

Switches:
-dbn
(optional)
-repository_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_reference delete} acs::db::nsdb-postgresql instproc {call acs_reference delete} acs::db::nsdb-postgresql instproc {call acs_reference delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_reference is_expired_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_reference is_expired_p \
    [ -dbn dbn ] [ -repository_id repository_id ]

Automatically generated method

Switches:
-dbn
(optional)
-repository_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_reference is_expired_p} acs::db::nsdb-postgresql instproc {call acs_reference is_expired_p} acs::db::nsdb-postgresql instproc {call acs_reference is_expired_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_reference new (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_reference new \
    [ -dbn dbn ] [ -repository_id repository_id ] \
    -table_name table_name  [ -internal_data_p internal_data_p ] \
    [ -package_name package_name ] [ -last_update last_update ] \
    [ -source source ] [ -source_url source_url ] \
    [ -effective_date effective_date ] [ -expiry_date expiry_date ] \
    [ -maintainer_id maintainer_id ] [ -notes notes ] \
    [ -first_names first_names ] [ -last_name last_name ] \
    [ -creation_ip creation_ip ] [ -object_type object_type ] \
    [ -creation_user creation_user ]

Automatically generated method

Switches:
-dbn
(optional)
-repository_id
(optional)
-table_name
(required)
-internal_data_p
(defaults to ""f"") (optional)
-package_name
(optional)
-last_update
(defaults to "sysdate") (optional)
-source
(optional)
-source_url
(optional)
-effective_date
(defaults to "sysdate") (optional)
-expiry_date
(optional)
-maintainer_id
(optional)
-notes
(defaults to "null (not Oracle empty_blob())") (optional)
-first_names
(optional)
-last_name
(optional)
-creation_ip
(optional)
-object_type
(defaults to ""acs_reference_repository"") (optional)
-creation_user
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_reference new} acs::db::nsdb-postgresql instproc {call acs_reference new} acs::db::nsdb-postgresql instproc {call acs_reference new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_rel delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_rel delete \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_rel delete} acs::db::nsdb-postgresql instproc {call acs_rel delete} acs::db::nsdb-postgresql instproc {call acs_rel delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_rel new (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_rel new \
    [ -dbn dbn ] [ -rel_id rel_id ] [ -rel_type rel_type ] \
    [ -object_id_one object_id_one ] [ -object_id_two object_id_two ] \
    [ -context_id context_id ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)
-rel_type
(defaults to "relationship") (optional)
-object_id_one
(optional)
-object_id_two
(optional)
-context_id
(optional)
-creation_user
(optional)
-creation_ip
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_rel new} acs::db::nsdb-postgresql instproc {call acs_rel new} acs::db::nsdb-postgresql instproc {call acs_rel new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_rel_type create_role (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_rel_type create_role \
    [ -dbn dbn ] -role role  [ -pretty_name pretty_name ] \
    [ -pretty_plural pretty_plural ]

Automatically generated method

Switches:
-dbn
(optional)
-role
(required)
-pretty_name
(optional)
-pretty_plural
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_rel_type create_role} acs::db::nsdb-postgresql instproc {call acs_rel_type create_role} acs::db::nsdb-postgresql instproc {call acs_rel_type create_role}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_rel_type create_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_rel_type create_type \
    [ -dbn dbn ] -rel_type rel_type  -pretty_name pretty_name  \
    -pretty_plural pretty_plural  [ -supertype supertype ] \
    -table_name table_name  -id_column id_column  \
    -package_name package_name  -object_type_one object_type_one  \
    [ -role_one role_one ] [ -min_n_rels_one min_n_rels_one ] \
    [ -max_n_rels_one max_n_rels_one ] \
    -object_type_two object_type_two  [ -role_two role_two ] \
    [ -min_n_rels_two min_n_rels_two ] \
    [ -max_n_rels_two max_n_rels_two ] [ -composable_p composable_p ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_type
(required)
-pretty_name
(required)
-pretty_plural
(required)
-supertype
(defaults to "relationship") (optional)
-table_name
(required)
-id_column
(required)
-package_name
(required)
-object_type_one
(required)
-role_one
(optional)
-min_n_rels_one
(optional)
-max_n_rels_one
(optional)
-object_type_two
(required)
-role_two
(optional)
-min_n_rels_two
(optional)
-max_n_rels_two
(optional)
-composable_p
(defaults to "t") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_rel_type create_type} acs::db::nsdb-postgresql instproc {call acs_rel_type create_type} acs::db::nsdb-postgresql instproc {call acs_rel_type create_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_rel_type drop_role (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_rel_type drop_role \
    [ -dbn dbn ] -role role 

Automatically generated method

Switches:
-dbn
(optional)
-role
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_rel_type drop_role} acs::db::nsdb-postgresql instproc {call acs_rel_type drop_role} acs::db::nsdb-postgresql instproc {call acs_rel_type drop_role}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_rel_type drop_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_rel_type drop_type \
    [ -dbn dbn ] -rel_type rel_type  [ -cascade_p cascade_p ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_type
(required)
-cascade_p
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_rel_type drop_type} acs::db::nsdb-postgresql instproc {call acs_rel_type drop_type} acs::db::nsdb-postgresql instproc {call acs_rel_type drop_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_rel_type role_pretty_name (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_rel_type role_pretty_name \
    [ -dbn dbn ] -role role 

Automatically generated method

Switches:
-dbn
(optional)
-role
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_rel_type role_pretty_name} acs::db::nsdb-postgresql instproc {call acs_rel_type role_pretty_name} acs::db::nsdb-postgresql instproc {call acs_rel_type role_pretty_name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_rel_type role_pretty_plural (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_rel_type role_pretty_plural \
    [ -dbn dbn ] -role role 

Automatically generated method

Switches:
-dbn
(optional)
-role
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_rel_type role_pretty_plural} acs::db::nsdb-postgresql instproc {call acs_rel_type role_pretty_plural} acs::db::nsdb-postgresql instproc {call acs_rel_type role_pretty_plural}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_binding delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_binding delete \
    [ -dbn dbn ] -contract_name contract_name  -impl_name impl_name 

Automatically generated method

Switches:
-dbn
(optional)
-contract_name
(required)
-impl_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_binding delete} acs::db::nsdb-postgresql instproc {call acs_sc_binding delete} acs::db::nsdb-postgresql instproc {call acs_sc_binding delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_binding exists_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_binding exists_p \
    [ -dbn dbn ] -contract_name contract_name  -impl_name impl_name 

Automatically generated method

Switches:
-dbn
(optional)
-contract_name
(required)
-impl_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_binding exists_p} acs::db::nsdb-postgresql instproc {call acs_sc_binding exists_p} acs::db::nsdb-postgresql instproc {call acs_sc_binding exists_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_binding new (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_binding new \
    [ -dbn dbn ] [ -contract_name contract_name ] \
    [ -impl_name impl_name ]

Automatically generated method

Switches:
-dbn
(optional)
-contract_name
(optional)
-impl_name
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_binding new} acs::db::nsdb-postgresql instproc {call acs_sc_binding new} acs::db::nsdb-postgresql instproc {call acs_sc_binding new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_contract delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_contract delete \
    [ -dbn dbn ] [ -contract_name contract_name ]

Automatically generated method

Switches:
-dbn
(optional)
-contract_name
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_contract delete} acs::db::nsdb-postgresql instproc {call acs_sc_contract delete} acs::db::nsdb-postgresql instproc {call acs_sc_contract delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_contract get_id (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_contract get_id \
    [ -dbn dbn ] -contract_name contract_name 

Automatically generated method

Switches:
-dbn
(optional)
-contract_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_contract get_id} acs::db::nsdb-postgresql instproc {call acs_sc_contract get_id} acs::db::nsdb-postgresql instproc {call acs_sc_contract get_id}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_contract get_name (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_contract get_name \
    [ -dbn dbn ] [ -contract_id contract_id ]

Automatically generated method

Switches:
-dbn
(optional)
-contract_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_contract get_name} acs::db::nsdb-postgresql instproc {call acs_sc_contract get_name} acs::db::nsdb-postgresql instproc {call acs_sc_contract get_name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_contract new (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_contract new \
    [ -dbn dbn ] -contract_name contract_name  \
    -contract_desc contract_desc 

Automatically generated method

Switches:
-dbn
(optional)
-contract_name
(required)
-contract_desc
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_contract new} acs::db::nsdb-postgresql instproc {call acs_sc_contract new} acs::db::nsdb-postgresql instproc {call acs_sc_contract new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_impl delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_impl delete \
    [ -dbn dbn ] -impl_contract_name impl_contract_name  \
    -impl_name impl_name 

Automatically generated method

Switches:
-dbn
(optional)
-impl_contract_name
(required)
-impl_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_impl delete} acs::db::nsdb-postgresql instproc {call acs_sc_impl delete} acs::db::nsdb-postgresql instproc {call acs_sc_impl delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_impl get_id (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_impl get_id \
    [ -dbn dbn ] -impl_contract_name impl_contract_name  \
    -impl_name impl_name 

Automatically generated method

Switches:
-dbn
(optional)
-impl_contract_name
(required)
-impl_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_impl get_id} acs::db::nsdb-postgresql instproc {call acs_sc_impl get_id} acs::db::nsdb-postgresql instproc {call acs_sc_impl get_id}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_impl get_name (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_impl get_name \
    [ -dbn dbn ] [ -impl_id impl_id ]

Automatically generated method

Switches:
-dbn
(optional)
-impl_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_impl get_name} acs::db::nsdb-postgresql instproc {call acs_sc_impl get_name} acs::db::nsdb-postgresql instproc {call acs_sc_impl get_name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_impl new (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_impl new \
    [ -dbn dbn ] -impl_contract_name impl_contract_name  \
    -impl_name impl_name  -impl_pretty_name impl_pretty_name  \
    -impl_owner_name impl_owner_name 

Automatically generated method

Switches:
-dbn
(optional)
-impl_contract_name
(required)
-impl_name
(required)
-impl_pretty_name
(required)
-impl_owner_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_impl new} acs::db::nsdb-postgresql instproc {call acs_sc_impl new} acs::db::nsdb-postgresql instproc {call acs_sc_impl new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_impl_alias delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_impl_alias delete \
    [ -dbn dbn ] -impl_contract_name impl_contract_name  \
    -impl_name impl_name  -impl_operation_name impl_operation_name 

Automatically generated method

Switches:
-dbn
(optional)
-impl_contract_name
(required)
-impl_name
(required)
-impl_operation_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_impl_alias delete} acs::db::nsdb-postgresql instproc {call acs_sc_impl_alias delete} acs::db::nsdb-postgresql instproc {call acs_sc_impl_alias delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_impl_alias new (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_impl_alias new \
    [ -dbn dbn ] -impl_contract_name impl_contract_name  \
    -impl_name impl_name  -impl_operation_name impl_operation_name  \
    -impl_alias impl_alias  -impl_pl impl_pl 

Automatically generated method

Switches:
-dbn
(optional)
-impl_contract_name
(required)
-impl_name
(required)
-impl_operation_name
(required)
-impl_alias
(required)
-impl_pl
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_impl_alias new} acs::db::nsdb-postgresql instproc {call acs_sc_impl_alias new} acs::db::nsdb-postgresql instproc {call acs_sc_impl_alias new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_msg_type delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_msg_type delete \
    [ -dbn dbn ] -msg_type_name msg_type_name 

Automatically generated method

Switches:
-dbn
(optional)
-msg_type_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_msg_type delete} acs::db::nsdb-postgresql instproc {call acs_sc_msg_type delete} acs::db::nsdb-postgresql instproc {call acs_sc_msg_type delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_msg_type get_id (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_msg_type get_id \
    [ -dbn dbn ] -msg_type_name msg_type_name 

Automatically generated method

Switches:
-dbn
(optional)
-msg_type_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_msg_type get_id} acs::db::nsdb-postgresql instproc {call acs_sc_msg_type get_id} acs::db::nsdb-postgresql instproc {call acs_sc_msg_type get_id}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_msg_type get_name (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_msg_type get_name \
    [ -dbn dbn ] [ -msg_type_id msg_type_id ]

Automatically generated method

Switches:
-dbn
(optional)
-msg_type_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_msg_type get_name} acs::db::nsdb-postgresql instproc {call acs_sc_msg_type get_name} acs::db::nsdb-postgresql instproc {call acs_sc_msg_type get_name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_msg_type new_element (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_msg_type new_element \
    [ -dbn dbn ] -msg_type_name msg_type_name  \
    -element_name element_name  \
    -element_msg_type_name element_msg_type_name  \
    [ -element_msg_type_isset_p element_msg_type_isset_p ] \
    [ -element_pos element_pos ]

Automatically generated method

Switches:
-dbn
(optional)
-msg_type_name
(required)
-element_name
(required)
-element_msg_type_name
(required)
-element_msg_type_isset_p
(defaults to "f") (optional)
-element_pos
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_msg_type new_element} acs::db::nsdb-postgresql instproc {call acs_sc_msg_type new_element} acs::db::nsdb-postgresql instproc {call acs_sc_msg_type new_element}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_msg_type new (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_msg_type new \
    [ -dbn dbn ] -msg_type_name msg_type_name  \
    -msg_type_spec msg_type_spec 

Automatically generated method

Switches:
-dbn
(optional)
-msg_type_name
(required)
-msg_type_spec
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_msg_type new} acs::db::nsdb-postgresql instproc {call acs_sc_msg_type new} acs::db::nsdb-postgresql instproc {call acs_sc_msg_type new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_msg_type parse_spec (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_msg_type parse_spec \
    [ -dbn dbn ] -msg_type_name msg_type_name  \
    -msg_type_spec msg_type_spec 

Automatically generated method

Switches:
-dbn
(optional)
-msg_type_name
(required)
-msg_type_spec
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_msg_type parse_spec} acs::db::nsdb-postgresql instproc {call acs_sc_msg_type parse_spec} acs::db::nsdb-postgresql instproc {call acs_sc_msg_type parse_spec}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_operation delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_operation delete \
    [ -dbn dbn ] [ -operation_id operation_id ]

Automatically generated method

Switches:
-dbn
(optional)
-operation_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_operation delete} acs::db::nsdb-postgresql instproc {call acs_sc_operation delete} acs::db::nsdb-postgresql instproc {call acs_sc_operation delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_operation get_id (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_operation get_id \
    [ -dbn dbn ] -contract_name contract_name  \
    -operation_name operation_name 

Automatically generated method

Switches:
-dbn
(optional)
-contract_name
(required)
-operation_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_operation get_id} acs::db::nsdb-postgresql instproc {call acs_sc_operation get_id} acs::db::nsdb-postgresql instproc {call acs_sc_operation get_id}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_sc_operation new (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_sc_operation new \
    [ -dbn dbn ] -contract_name contract_name  \
    -operation_name operation_name  -operation_desc operation_desc  \
    [ -operation_iscachable_p operation_iscachable_p ] \
    [ -operation_nargs operation_nargs ] \
    -operation_inputtype operation_inputtype  \
    -operation_outputtype operation_outputtype 

Automatically generated method

Switches:
-dbn
(optional)
-contract_name
(required)
-operation_name
(required)
-operation_desc
(required)
-operation_iscachable_p
(defaults to "f") (optional)
-operation_nargs
(optional)
-operation_inputtype
(required)
-operation_outputtype
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_sc_operation new} acs::db::nsdb-postgresql instproc {call acs_sc_operation new} acs::db::nsdb-postgresql instproc {call acs_sc_operation new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_user approve_email (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_user approve_email \
    [ -dbn dbn ] [ -user_id user_id ]

Automatically generated method

Switches:
-dbn
(optional)
-user_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_user approve_email} acs::db::nsdb-postgresql instproc {call acs_user approve_email} acs::db::nsdb-postgresql instproc {call acs_user approve_email}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_user delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_user delete \
    [ -dbn dbn ] [ -user_id user_id ]

Automatically generated method

Switches:
-dbn
(optional)
-user_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_user delete} acs::db::nsdb-postgresql instproc {call acs_user delete} acs::db::nsdb-postgresql instproc {call acs_user delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_user new (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_user new \
    [ -dbn dbn ] [ -user_id user_id ] [ -object_type object_type ] \
    [ -creation_date creation_date ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] [ -authority_id authority_id ] \
    -username username  -email email  [ -url url ] \
    -first_names first_names  -last_name last_name  \
    -password password  -salt salt  [ -screen_name screen_name ] \
    [ -email_verified_p email_verified_p ] [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-user_id
(optional)
-object_type
(defaults to "user") (optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-authority_id
(optional)
-username
(required)
-email
(required)
-url
(optional)
-first_names
(required)
-last_name
(required)
-password
(required)
-salt
(required)
-screen_name
(optional)
-email_verified_p
(defaults to "t") (optional)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_user new} acs::db::nsdb-postgresql instproc {call acs_user new} acs::db::nsdb-postgresql instproc {call acs_user new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call acs_user unapprove_email (public)

 <instance of acs::db::nsdb-postgresql[i]> call acs_user unapprove_email \
    [ -dbn dbn ] [ -user_id user_id ]

Automatically generated method

Switches:
-dbn
(optional)
-user_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call acs_user unapprove_email} acs::db::nsdb-postgresql instproc {call acs_user unapprove_email} acs::db::nsdb-postgresql instproc {call acs_user unapprove_email}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call admin_rel delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call admin_rel delete \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call admin_rel delete} acs::db::nsdb-postgresql instproc {call admin_rel delete} acs::db::nsdb-postgresql instproc {call admin_rel delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call admin_rel new (public)

 <instance of acs::db::nsdb-postgresql[i]> call admin_rel new \
    [ -dbn dbn ] [ -rel_id rel_id ] [ -rel_type rel_type ] \
    [ -object_id_one object_id_one ] [ -object_id_two object_id_two ] \
    [ -member_state member_state ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)
-rel_type
(defaults to "admin_rel") (optional)
-object_id_one
(optional)
-object_id_two
(optional)
-member_state
(defaults to "approved") (optional)
-creation_user
(optional)
-creation_ip
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call admin_rel new} acs::db::nsdb-postgresql instproc {call admin_rel new} acs::db::nsdb-postgresql instproc {call admin_rel new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm get_value (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm get_value \
    [ -dbn dbn ] [ -package_key package_key ] \
    -parameter_name parameter_name 

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(optional)
-parameter_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm get_value} acs::db::nsdb-postgresql instproc {call apm get_value} acs::db::nsdb-postgresql instproc {call apm get_value}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm id_for_name (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm id_for_name \
    [ -dbn dbn ] [ -package_key package_key ] \
    -parameter_name parameter_name 

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(optional)
-parameter_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm id_for_name} acs::db::nsdb-postgresql instproc {call apm id_for_name} acs::db::nsdb-postgresql instproc {call apm id_for_name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm parameter_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm parameter_p \
    [ -dbn dbn ] -package_key package_key  \
    -parameter_name parameter_name 

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)
-parameter_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm parameter_p} acs::db::nsdb-postgresql instproc {call apm parameter_p} acs::db::nsdb-postgresql instproc {call apm parameter_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm register_application (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm register_application \
    [ -dbn dbn ] -package_key package_key  -pretty_name pretty_name  \
    -pretty_plural pretty_plural  -package_uri package_uri  \
    [ -initial_install_p initial_install_p ] \
    [ -singleton_p singleton_p ] \
    [ -implements_subsite_p implements_subsite_p ] \
    [ -inherit_templates_p inherit_templates_p ] \
    [ -spec_file_path spec_file_path ] \
    [ -spec_file_mtime spec_file_mtime ]

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)
-pretty_name
(required)
-pretty_plural
(required)
-package_uri
(required)
-initial_install_p
(defaults to "f") (optional)
-singleton_p
(defaults to "f") (optional)
-implements_subsite_p
(defaults to "f") (optional)
-inherit_templates_p
(defaults to "f") (optional)
-spec_file_path
(optional)
-spec_file_mtime
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm register_application} acs::db::nsdb-postgresql instproc {call apm register_application} acs::db::nsdb-postgresql instproc {call apm register_application}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm register_package (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm register_package \
    [ -dbn dbn ] -package_key package_key  -pretty_name pretty_name  \
    -pretty_plural pretty_plural  -package_uri package_uri  \
    -package_type package_type  \
    [ -initial_install_p initial_install_p ] \
    [ -singleton_p singleton_p ] \
    [ -implements_subsite_p implements_subsite_p ] \
    [ -inherit_templates_p inherit_templates_p ] \
    [ -spec_file_path spec_file_path ] \
    [ -spec_file_mtime spec_file_mtime ]

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)
-pretty_name
(required)
-pretty_plural
(required)
-package_uri
(required)
-package_type
(required)
-initial_install_p
(defaults to "f") (optional)
-singleton_p
(defaults to "f") (optional)
-implements_subsite_p
(defaults to "f") (optional)
-inherit_templates_p
(defaults to "f") (optional)
-spec_file_path
(optional)
-spec_file_mtime
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm register_package} acs::db::nsdb-postgresql instproc {call apm register_package} acs::db::nsdb-postgresql instproc {call apm register_package}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm register_parameter (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm register_parameter \
    [ -dbn dbn ] [ -parameter_id parameter_id ] \
    -package_key package_key  -parameter_name parameter_name  \
    [ -description description ] -scope scope  [ -datatype datatype ] \
    [ -default_value default_value ] [ -section_name section_name ] \
    [ -min_n_values min_n_values ] [ -max_n_values max_n_values ]

Automatically generated method

Switches:
-dbn
(optional)
-parameter_id
(optional)
-package_key
(required)
-parameter_name
(required)
-description
(optional)
-scope
(required)
-datatype
(defaults to "string") (optional)
-default_value
(optional)
-section_name
(optional)
-min_n_values
(defaults to "1") (optional)
-max_n_values
(defaults to "1") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm register_parameter} acs::db::nsdb-postgresql instproc {call apm register_parameter} acs::db::nsdb-postgresql instproc {call apm register_parameter}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm register_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm register_p \
    [ -dbn dbn ] -package_key package_key 

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm register_p} acs::db::nsdb-postgresql instproc {call apm register_p} acs::db::nsdb-postgresql instproc {call apm register_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm register_service (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm register_service \
    [ -dbn dbn ] -package_key package_key  -pretty_name pretty_name  \
    -pretty_plural pretty_plural  -package_uri package_uri  \
    [ -initial_install_p initial_install_p ] \
    [ -singleton_p singleton_p ] \
    [ -implements_subsite_p implements_subsite_p ] \
    [ -inherit_templates_p inherit_templates_p ] \
    [ -spec_file_path spec_file_path ] \
    [ -spec_file_mtime spec_file_mtime ]

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)
-pretty_name
(required)
-pretty_plural
(required)
-package_uri
(required)
-initial_install_p
(defaults to "f") (optional)
-singleton_p
(defaults to "f") (optional)
-implements_subsite_p
(defaults to "f") (optional)
-inherit_templates_p
(defaults to "f") (optional)
-spec_file_path
(optional)
-spec_file_mtime
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm register_service} acs::db::nsdb-postgresql instproc {call apm register_service} acs::db::nsdb-postgresql instproc {call apm register_service}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm set_global_value (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm set_global_value \
    [ -dbn dbn ] -package_key package_key  \
    -parameter_name parameter_name  -attr_value attr_value 

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)
-parameter_name
(required)
-attr_value
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm set_global_value} acs::db::nsdb-postgresql instproc {call apm set_global_value} acs::db::nsdb-postgresql instproc {call apm set_global_value}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm set_value (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm set_value \
    [ -dbn dbn ] -package_key package_key  \
    -parameter_name parameter_name  -attr_value attr_value 

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)
-parameter_name
(required)
-attr_value
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm set_value} acs::db::nsdb-postgresql instproc {call apm set_value} acs::db::nsdb-postgresql instproc {call apm set_value}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm unregister_application (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm unregister_application \
    [ -dbn dbn ] -package_key package_key  [ -cascade_p cascade_p ]

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)
-cascade_p
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm unregister_application} acs::db::nsdb-postgresql instproc {call apm unregister_application} acs::db::nsdb-postgresql instproc {call apm unregister_application}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm unregister_package (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm unregister_package \
    [ -dbn dbn ] -package_key package_key  [ -cascade_p cascade_p ]

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)
-cascade_p
(defaults to "t") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm unregister_package} acs::db::nsdb-postgresql instproc {call apm unregister_package} acs::db::nsdb-postgresql instproc {call apm unregister_package}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm unregister_parameter (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm unregister_parameter \
    [ -dbn dbn ] [ -parameter_id parameter_id ]

Automatically generated method

Switches:
-dbn
(optional)
-parameter_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm unregister_parameter} acs::db::nsdb-postgresql instproc {call apm unregister_parameter} acs::db::nsdb-postgresql instproc {call apm unregister_parameter}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm unregister_service (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm unregister_service \
    [ -dbn dbn ] -package_key package_key  [ -cascade_p cascade_p ]

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)
-cascade_p
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm unregister_service} acs::db::nsdb-postgresql instproc {call apm unregister_service} acs::db::nsdb-postgresql instproc {call apm unregister_service}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm update_package (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm update_package \
    [ -dbn dbn ] -package_key package_key  \
    [ -pretty_name pretty_name ] [ -pretty_plural pretty_plural ] \
    [ -package_uri package_uri ] [ -package_type package_type ] \
    [ -initial_install_p initial_install_p ] \
    [ -singleton_p singleton_p ] \
    [ -implements_subsite_p implements_subsite_p ] \
    [ -inherit_templates_p inherit_templates_p ] \
    [ -spec_file_path spec_file_path ] \
    [ -spec_file_mtime spec_file_mtime ]

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)
-pretty_name
(optional)
-pretty_plural
(optional)
-package_uri
(optional)
-package_type
(optional)
-initial_install_p
(optional)
-singleton_p
(optional)
-implements_subsite_p
(defaults to "f") (optional)
-inherit_templates_p
(defaults to "f") (optional)
-spec_file_path
(optional)
-spec_file_mtime
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm update_package} acs::db::nsdb-postgresql instproc {call apm update_package} acs::db::nsdb-postgresql instproc {call apm update_package}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm update_parameter (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm update_parameter \
    [ -dbn dbn ] [ -parameter_id parameter_id ] \
    [ -parameter_name parameter_name ] [ -description description ] \
    [ -datatype datatype ] [ -default_value default_value ] \
    [ -section_name section_name ] [ -min_n_values min_n_values ] \
    [ -max_n_values max_n_values ]

Automatically generated method

Switches:
-dbn
(optional)
-parameter_id
(optional)
-parameter_name
(optional)
-description
(optional)
-datatype
(defaults to "string") (optional)
-default_value
(optional)
-section_name
(optional)
-min_n_values
(defaults to "1") (optional)
-max_n_values
(defaults to "1") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm update_parameter} acs::db::nsdb-postgresql instproc {call apm update_parameter} acs::db::nsdb-postgresql instproc {call apm update_parameter}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_application delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_application delete \
    [ -dbn dbn ] [ -application_id application_id ]

Automatically generated method

Switches:
-dbn
(optional)
-application_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_application delete} acs::db::nsdb-postgresql instproc {call apm_application delete} acs::db::nsdb-postgresql instproc {call apm_application delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_application new (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_application new \
    [ -dbn dbn ] [ -application_id application_id ] \
    [ -instance_name instance_name ] -package_key package_key  \
    [ -object_type object_type ] [ -creation_date creation_date ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-application_id
(optional)
-instance_name
(optional)
-package_key
(required)
-object_type
(defaults to "apm_application") (optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_application new} acs::db::nsdb-postgresql instproc {call apm_application new} acs::db::nsdb-postgresql instproc {call apm_application new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package delete \
    [ -dbn dbn ] [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package delete} acs::db::nsdb-postgresql instproc {call apm_package delete} acs::db::nsdb-postgresql instproc {call apm_package delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package highest_version (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package highest_version \
    [ -dbn dbn ] -package_key package_key 

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package highest_version} acs::db::nsdb-postgresql instproc {call apm_package highest_version} acs::db::nsdb-postgresql instproc {call apm_package highest_version}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package initial_install_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package initial_install_p \
    [ -dbn dbn ] -package_key package_key 

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package initial_install_p} acs::db::nsdb-postgresql instproc {call apm_package initial_install_p} acs::db::nsdb-postgresql instproc {call apm_package initial_install_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package initialize_parameters (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package initialize_parameters \
    [ -dbn dbn ] [ -package_id package_id ] -package_key package_key 

Automatically generated method

Switches:
-dbn
(optional)
-package_id
(optional)
-package_key
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package initialize_parameters} acs::db::nsdb-postgresql instproc {call apm_package initialize_parameters} acs::db::nsdb-postgresql instproc {call apm_package initialize_parameters}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package is_child (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package is_child \
    [ -dbn dbn ] -parent_package_key parent_package_key  \
    -child_package_key child_package_key 

Automatically generated method

Switches:
-dbn
(optional)
-parent_package_key
(required)
-child_package_key
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package is_child} acs::db::nsdb-postgresql instproc {call apm_package is_child} acs::db::nsdb-postgresql instproc {call apm_package is_child}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package name (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package name \
    [ -dbn dbn ] [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package name} acs::db::nsdb-postgresql instproc {call apm_package name} acs::db::nsdb-postgresql instproc {call apm_package name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package new (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package new \
    [ -dbn dbn ] [ -package_id package_id ] \
    [ -instance_name instance_name ] -package_key package_key  \
    [ -object_type object_type ] [ -creation_date creation_date ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-package_id
(optional)
-instance_name
(optional)
-package_key
(required)
-object_type
(defaults to "apm_package") (optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package new} acs::db::nsdb-postgresql instproc {call apm_package new} acs::db::nsdb-postgresql instproc {call apm_package new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package num_instances (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package num_instances \
    [ -dbn dbn ] -package_key package_key 

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package num_instances} acs::db::nsdb-postgresql instproc {call apm_package num_instances} acs::db::nsdb-postgresql instproc {call apm_package num_instances}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package parent_id (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package parent_id \
    [ -dbn dbn ] [ -parent_id__package_id parent_id__package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-parent_id__package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package parent_id} acs::db::nsdb-postgresql instproc {call apm_package parent_id} acs::db::nsdb-postgresql instproc {call apm_package parent_id}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package singleton_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package singleton_p \
    [ -dbn dbn ] -package_key package_key 

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package singleton_p} acs::db::nsdb-postgresql instproc {call apm_package singleton_p} acs::db::nsdb-postgresql instproc {call apm_package singleton_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_type create_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_type create_type \
    [ -dbn dbn ] -package_key package_key  -pretty_name pretty_name  \
    -pretty_plural pretty_plural  -package_uri package_uri  \
    -package_type package_type  -initial_install_p initial_install_p  \
    -singleton_p singleton_p  \
    -implements_subsite_p implements_subsite_p  \
    -inherit_templates_p inherit_templates_p  \
    [ -spec_file_path spec_file_path ] \
    [ -spec_file_mtime spec_file_mtime ]

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)
-pretty_name
(required)
-pretty_plural
(required)
-package_uri
(required)
-package_type
(required)
-initial_install_p
(required)
-singleton_p
(required)
-implements_subsite_p
(required)
-inherit_templates_p
(required)
-spec_file_path
(optional)
-spec_file_mtime
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_type create_type} acs::db::nsdb-postgresql instproc {call apm_package_type create_type} acs::db::nsdb-postgresql instproc {call apm_package_type create_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_type drop_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_type drop_type \
    [ -dbn dbn ] -package_key package_key  [ -cascade_p cascade_p ]

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)
-cascade_p
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_type drop_type} acs::db::nsdb-postgresql instproc {call apm_package_type drop_type} acs::db::nsdb-postgresql instproc {call apm_package_type drop_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_type num_parameters (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_type num_parameters \
    [ -dbn dbn ] -package_key package_key 

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_type num_parameters} acs::db::nsdb-postgresql instproc {call apm_package_type num_parameters} acs::db::nsdb-postgresql instproc {call apm_package_type num_parameters}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_type update_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_type update_type \
    [ -dbn dbn ] -package_key package_key  \
    [ -pretty_name pretty_name ] [ -pretty_plural pretty_plural ] \
    [ -package_uri package_uri ] [ -package_type package_type ] \
    [ -initial_install_p initial_install_p ] \
    [ -singleton_p singleton_p ] \
    [ -implements_subsite_p implements_subsite_p ] \
    [ -inherit_templates_p inherit_templates_p ] \
    [ -spec_file_path spec_file_path ] \
    [ -spec_file_mtime spec_file_mtime ]

Automatically generated method

Switches:
-dbn
(optional)
-package_key
(required)
-pretty_name
(optional)
-pretty_plural
(optional)
-package_uri
(optional)
-package_type
(optional)
-initial_install_p
(optional)
-singleton_p
(optional)
-implements_subsite_p
(optional)
-inherit_templates_p
(optional)
-spec_file_path
(optional)
-spec_file_mtime
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_type update_type} acs::db::nsdb-postgresql instproc {call apm_package_type update_type} acs::db::nsdb-postgresql instproc {call apm_package_type update_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_version add_dependency (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_version add_dependency \
    [ -dbn dbn ] -dependency_type dependency_type  \
    [ -dependency_id dependency_id ] [ -version_id version_id ] \
    -dependency_uri dependency_uri  \
    -dependency_version dependency_version 

Automatically generated method

Switches:
-dbn
(optional)
-dependency_type
(required)
-dependency_id
(optional)
-version_id
(optional)
-dependency_uri
(required)
-dependency_version
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_version add_dependency} acs::db::nsdb-postgresql instproc {call apm_package_version add_dependency} acs::db::nsdb-postgresql instproc {call apm_package_version add_dependency}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_version add_interface (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_version add_interface \
    [ -dbn dbn ] [ -interface_id interface_id ] \
    [ -version_id version_id ] -interface_uri interface_uri  \
    -interface_version interface_version 

Automatically generated method

Switches:
-dbn
(optional)
-interface_id
(optional)
-version_id
(optional)
-interface_uri
(required)
-interface_version
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_version add_interface} acs::db::nsdb-postgresql instproc {call apm_package_version add_interface} acs::db::nsdb-postgresql instproc {call apm_package_version add_interface}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_version copy (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_version copy \
    [ -dbn dbn ] [ -version_id version_id ] \
    [ -new_version_id new_version_id ] \
    -new_version_name new_version_name  \
    -new_version_uri new_version_uri  -copy_owners_p copy_owners_p 

Automatically generated method

Switches:
-dbn
(optional)
-version_id
(optional)
-new_version_id
(optional)
-new_version_name
(required)
-new_version_uri
(required)
-copy_owners_p
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_version copy} acs::db::nsdb-postgresql instproc {call apm_package_version copy} acs::db::nsdb-postgresql instproc {call apm_package_version copy}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_version delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_version delete \
    [ -dbn dbn ] [ -version_id version_id ]

Automatically generated method

Switches:
-dbn
(optional)
-version_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_version delete} acs::db::nsdb-postgresql instproc {call apm_package_version delete} acs::db::nsdb-postgresql instproc {call apm_package_version delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_version disable (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_version disable \
    [ -dbn dbn ] [ -version_id version_id ]

Automatically generated method

Switches:
-dbn
(optional)
-version_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_version disable} acs::db::nsdb-postgresql instproc {call apm_package_version disable} acs::db::nsdb-postgresql instproc {call apm_package_version disable}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_version edit (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_version edit \
    [ -dbn dbn ] [ -new_version_id new_version_id ] \
    [ -version_id version_id ] [ -version_name version_name ] \
    -version_uri version_uri  -summary summary  \
    -description_format description_format  -description description  \
    -release_date release_date  -vendor vendor  \
    -vendor_uri vendor_uri  -auto_mount auto_mount  \
    [ -installed_p installed_p ] \
    [ -data_model_loaded_p data_model_loaded_p ]

Automatically generated method

Switches:
-dbn
(optional)
-new_version_id
(optional)
-version_id
(optional)
-version_name
(optional)
-version_uri
(required)
-summary
(required)
-description_format
(required)
-description
(required)
-release_date
(required)
-vendor
(required)
-vendor_uri
(required)
-auto_mount
(required)
-installed_p
(defaults to "f") (optional)
-data_model_loaded_p
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_version edit} acs::db::nsdb-postgresql instproc {call apm_package_version edit} acs::db::nsdb-postgresql instproc {call apm_package_version edit}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_version enable (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_version enable \
    [ -dbn dbn ] [ -version_id version_id ]

Automatically generated method

Switches:
-dbn
(optional)
-version_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_version enable} acs::db::nsdb-postgresql instproc {call apm_package_version enable} acs::db::nsdb-postgresql instproc {call apm_package_version enable}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_version new (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_version new \
    [ -dbn dbn ] [ -version_id version_id ] -package_key package_key  \
    [ -version_name version_name ] -version_uri version_uri  \
    -summary summary  -description_format description_format  \
    -description description  -release_date release_date  \
    -vendor vendor  -vendor_uri vendor_uri  -auto_mount auto_mount  \
    [ -installed_p installed_p ] \
    [ -data_model_loaded_p data_model_loaded_p ]

Automatically generated method

Switches:
-dbn
(optional)
-version_id
(optional)
-package_key
(required)
-version_name
(optional)
-version_uri
(required)
-summary
(required)
-description_format
(required)
-description
(required)
-release_date
(required)
-vendor
(required)
-vendor_uri
(required)
-auto_mount
(required)
-installed_p
(defaults to "f") (optional)
-data_model_loaded_p
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_version new} acs::db::nsdb-postgresql instproc {call apm_package_version new} acs::db::nsdb-postgresql instproc {call apm_package_version new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_version remove_dependency (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_version remove_dependency \
    [ -dbn dbn ] -dependency_uri dependency_uri  \
    -dependency_version dependency_version  [ -version_id version_id ]

Automatically generated method

Switches:
-dbn
(optional)
-dependency_uri
(required)
-dependency_version
(required)
-version_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_version remove_dependency} acs::db::nsdb-postgresql instproc {call apm_package_version remove_dependency} acs::db::nsdb-postgresql instproc {call apm_package_version remove_dependency}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_version remove_interface (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_version remove_interface \
    [ -dbn dbn ] -interface_uri interface_uri  \
    -interface_version interface_version  [ -version_id version_id ]

Automatically generated method

Switches:
-dbn
(optional)
-interface_uri
(required)
-interface_version
(required)
-version_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_version remove_interface} acs::db::nsdb-postgresql instproc {call apm_package_version remove_interface} acs::db::nsdb-postgresql instproc {call apm_package_version remove_interface}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_version sortable_version_name (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_version sortable_version_name \
    [ -dbn dbn ] -version_name version_name 

Automatically generated method

Switches:
-dbn
(optional)
-version_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_version sortable_version_name} acs::db::nsdb-postgresql instproc {call apm_package_version sortable_version_name} acs::db::nsdb-postgresql instproc {call apm_package_version sortable_version_name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_version upgrade_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_version upgrade_p \
    [ -dbn dbn ] -path path  \
    -initial_version_name initial_version_name  \
    -final_version_name final_version_name 

Automatically generated method

Switches:
-dbn
(optional)
-path
(required)
-initial_version_name
(required)
-final_version_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_version upgrade_p} acs::db::nsdb-postgresql instproc {call apm_package_version upgrade_p} acs::db::nsdb-postgresql instproc {call apm_package_version upgrade_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_version upgrade (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_version upgrade \
    [ -dbn dbn ] [ -version_id version_id ]

Automatically generated method

Switches:
-dbn
(optional)
-version_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_version upgrade} acs::db::nsdb-postgresql instproc {call apm_package_version upgrade} acs::db::nsdb-postgresql instproc {call apm_package_version upgrade}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_package_version version_name_greater (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_package_version version_name_greater \
    [ -dbn dbn ] -version_name_one version_name_one  \
    -version_name_two version_name_two 

Automatically generated method

Switches:
-dbn
(optional)
-version_name_one
(required)
-version_name_two
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_package_version version_name_greater} acs::db::nsdb-postgresql instproc {call apm_package_version version_name_greater} acs::db::nsdb-postgresql instproc {call apm_package_version version_name_greater}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_parameter_value delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_parameter_value delete \
    [ -dbn dbn ] [ -value_id value_id ]

Automatically generated method

Switches:
-dbn
(optional)
-value_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_parameter_value delete} acs::db::nsdb-postgresql instproc {call apm_parameter_value delete} acs::db::nsdb-postgresql instproc {call apm_parameter_value delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_parameter_value new (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_parameter_value new \
    [ -dbn dbn ] [ -value_id value_id ] [ -package_id package_id ] \
    [ -parameter_id parameter_id ] -attr_value attr_value 

Automatically generated method

Switches:
-dbn
(optional)
-value_id
(optional)
-package_id
(optional)
-parameter_id
(optional)
-attr_value
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_parameter_value new} acs::db::nsdb-postgresql instproc {call apm_parameter_value new} acs::db::nsdb-postgresql instproc {call apm_parameter_value new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_service delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_service delete \
    [ -dbn dbn ] [ -service_id service_id ]

Automatically generated method

Switches:
-dbn
(optional)
-service_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_service delete} acs::db::nsdb-postgresql instproc {call apm_service delete} acs::db::nsdb-postgresql instproc {call apm_service delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call apm_service new (public)

 <instance of acs::db::nsdb-postgresql[i]> call apm_service new \
    [ -dbn dbn ] [ -service_id service_id ] \
    [ -instance_name instance_name ] -package_key package_key  \
    [ -object_type object_type ] [ -creation_date creation_date ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-service_id
(optional)
-instance_name
(optional)
-package_key
(required)
-object_type
(defaults to "apm_service") (optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call apm_service new} acs::db::nsdb-postgresql instproc {call apm_service new} acs::db::nsdb-postgresql instproc {call apm_service new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call application_group new (public)

 <instance of acs::db::nsdb-postgresql[i]> call application_group new \
    [ -dbn dbn ] [ -group_id group_id ] [ -object_type object_type ] \
    [ -creation_date creation_date ] [ -creation_user creation_user ] \
    -creation_ip creation_ip  -email email  -url url  \
    -group_name group_name  [ -package_id package_id ] \
    -join_policy join_policy  [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-group_id
(optional)
-object_type
(defaults to "application_group") (optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(required)
-email
(required)
-url
(required)
-group_name
(required)
-package_id
(optional)
-join_policy
(required)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call application_group new} acs::db::nsdb-postgresql instproc {call application_group new} acs::db::nsdb-postgresql instproc {call application_group new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call authority del (public)

 <instance of acs::db::nsdb-postgresql[i]> call authority del \
    [ -dbn dbn ] [ -authority_id authority_id ]

Automatically generated method

Switches:
-dbn
(optional)
-authority_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call authority del} acs::db::nsdb-postgresql instproc {call authority del} acs::db::nsdb-postgresql instproc {call authority del}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call authority new (public)

 <instance of acs::db::nsdb-postgresql[i]> call authority new \
    [ -dbn dbn ] [ -authority_id authority_id ] \
    [ -object_type object_type ] -short_name short_name  \
    -pretty_name pretty_name  [ -enabled_p enabled_p ] \
    [ -sort_order sort_order ] [ -auth_impl_id auth_impl_id ] \
    [ -pwd_impl_id pwd_impl_id ] \
    [ -forgotten_pwd_url forgotten_pwd_url ] \
    [ -change_pwd_url change_pwd_url ] \
    [ -register_impl_id register_impl_id ] \
    [ -register_url register_url ] \
    [ -help_contact_text help_contact_text ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-authority_id
(optional)
-object_type
(defaults to "authority") (optional)
-short_name
(required)
-pretty_name
(required)
-enabled_p
(defaults to "t") (optional)
-sort_order
(optional)
-auth_impl_id
(optional)
-pwd_impl_id
(optional)
-forgotten_pwd_url
(optional)
-change_pwd_url
(optional)
-register_impl_id
(optional)
-register_url
(optional)
-help_contact_text
(optional)
-creation_user
(optional)
-creation_ip
(optional)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call authority new} acs::db::nsdb-postgresql instproc {call authority new} acs::db::nsdb-postgresql instproc {call authority new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call bt_bug new (public)

 <instance of acs::db::nsdb-postgresql[i]> call bt_bug new \
    [ -dbn dbn ] [ -bug_id bug_id ] [ -bug_number bug_number ] \
    [ -package_id package_id ] [ -component_id component_id ] \
    [ -found_in_version found_in_version ] -summary summary  \
    -user_agent user_agent  -comment_content comment_content  \
    -comment_formt comment_formt  -creation_date creation_date  \
    [ -creation_user creation_user ] -creation_ip creation_ip  \
    [ -item_subtype item_subtype ] [ -content_type content_type ]

Automatically generated method

Switches:
-dbn
(optional)
-bug_id
(optional)
-bug_number
(optional)
-package_id
(optional)
-component_id
(optional)
-found_in_version
(optional)
-summary
(required)
-user_agent
(required)
-comment_content
(required)
-comment_formt
(required)
-creation_date
(required)
-creation_user
(optional)
-creation_ip
(required)
-item_subtype
(defaults to "bt_bug") (optional)
-content_type
(defaults to "bt_bug_revision") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call bt_bug new} acs::db::nsdb-postgresql instproc {call bt_bug new} acs::db::nsdb-postgresql instproc {call bt_bug new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call cal_item delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call cal_item delete \
    [ -dbn dbn ] [ -cal_item_id cal_item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-cal_item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call cal_item delete} acs::db::nsdb-postgresql instproc {call cal_item delete} acs::db::nsdb-postgresql instproc {call cal_item delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call cal_item new (public)

 <instance of acs::db::nsdb-postgresql[i]> call cal_item new \
    [ -dbn dbn ] [ -cal_item_id cal_item_id ] \
    [ -on_which_calendar on_which_calendar ] -name name  \
    -description description  [ -html_p html_p ] \
    [ -status_summary status_summary ] [ -timespan_id timespan_id ] \
    [ -activity_id activity_id ] [ -recurrence_id recurrence_id ] \
    [ -object_type object_type ] [ -context_id context_id ] \
    [ -creation_date creation_date ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] [ -package_id package_id ] \
    [ -location location ] [ -related_link_url related_link_url ] \
    [ -related_link_text related_link_text ] \
    [ -redirect_to_rel_link_p redirect_to_rel_link_p ]

Automatically generated method

Switches:
-dbn
(optional)
-cal_item_id
(optional)
-on_which_calendar
(optional)
-name
(required)
-description
(required)
-html_p
(optional)
-status_summary
(optional)
-timespan_id
(optional)
-activity_id
(optional)
-recurrence_id
(optional)
-object_type
(defaults to ""cal_item"") (optional)
-context_id
(optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-package_id
(optional)
-location
(optional)
-related_link_url
(optional)
-related_link_text
(optional)
-redirect_to_rel_link_p
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call cal_item new} acs::db::nsdb-postgresql instproc {call cal_item new} acs::db::nsdb-postgresql instproc {call cal_item new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call cal_uid upsert (public)

 <instance of acs::db::nsdb-postgresql[i]> call cal_uid upsert \
    [ -dbn dbn ] -cal_uid cal_uid  [ -activity_id activity_id ] \
    -ical_vars ical_vars 

Automatically generated method

Switches:
-dbn
(optional)
-cal_uid
(required)
-activity_id
(optional)
-ical_vars
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call cal_uid upsert} acs::db::nsdb-postgresql instproc {call cal_uid upsert} acs::db::nsdb-postgresql instproc {call cal_uid upsert}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call calendar delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call calendar delete \
    [ -dbn dbn ] [ -calendar_id calendar_id ]

Automatically generated method

Switches:
-dbn
(optional)
-calendar_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call calendar delete} acs::db::nsdb-postgresql instproc {call calendar delete} acs::db::nsdb-postgresql instproc {call calendar delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call calendar new (public)

 <instance of acs::db::nsdb-postgresql[i]> call calendar new \
    [ -dbn dbn ] [ -calendar_id calendar_id ] \
    -calendar_name calendar_name  [ -object_type object_type ] \
    [ -owner_id owner_id ] -private_p private_p  \
    [ -package_id package_id ] [ -context_id context_id ] \
    -creation_date creation_date  [ -creation_user creation_user ] \
    -creation_ip creation_ip 

Automatically generated method

Switches:
-dbn
(optional)
-calendar_id
(optional)
-calendar_name
(required)
-object_type
(defaults to "calendar") (optional)
-owner_id
(optional)
-private_p
(required)
-package_id
(optional)
-context_id
(optional)
-creation_date
(required)
-creation_user
(optional)
-creation_ip
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call calendar new} acs::db::nsdb-postgresql instproc {call calendar new} acs::db::nsdb-postgresql instproc {call calendar new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category change_parent (public)

 <instance of acs::db::nsdb-postgresql[i]> call category change_parent \
    [ -dbn dbn ] [ -category_id category_id ] [ -tree_id tree_id ] \
    [ -parent_id parent_id ]

Automatically generated method

Switches:
-dbn
(optional)
-category_id
(optional)
-tree_id
(optional)
-parent_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category change_parent} acs::db::nsdb-postgresql instproc {call category change_parent} acs::db::nsdb-postgresql instproc {call category change_parent}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category del (public)

 <instance of acs::db::nsdb-postgresql[i]> call category del \
    [ -dbn dbn ] [ -category_id category_id ]

Automatically generated method

Switches:
-dbn
(optional)
-category_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category del} acs::db::nsdb-postgresql instproc {call category del} acs::db::nsdb-postgresql instproc {call category del}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category edit (public)

 <instance of acs::db::nsdb-postgresql[i]> call category edit \
    [ -dbn dbn ] [ -category_id category_id ] -locale locale  \
    -name name  -description description  \
    -modifying_date modifying_date  [ -modifying_user modifying_user ] \
    -modifying_ip modifying_ip 

Automatically generated method

Switches:
-dbn
(optional)
-category_id
(optional)
-locale
(required)
-name
(required)
-description
(required)
-modifying_date
(required)
-modifying_user
(optional)
-modifying_ip
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category edit} acs::db::nsdb-postgresql instproc {call category edit} acs::db::nsdb-postgresql instproc {call category edit}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category name (public)

 <instance of acs::db::nsdb-postgresql[i]> call category name \
    [ -dbn dbn ] [ -category_id category_id ]

Automatically generated method

Switches:
-dbn
(optional)
-category_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category name} acs::db::nsdb-postgresql instproc {call category name} acs::db::nsdb-postgresql instproc {call category name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category new_translation (public)

 <instance of acs::db::nsdb-postgresql[i]> call category new_translation \
    [ -dbn dbn ] [ -category_id category_id ] -locale locale  \
    -name name  -description description  \
    -modifying_date modifying_date  [ -modifying_user modifying_user ] \
    -modifying_ip modifying_ip 

Automatically generated method

Switches:
-dbn
(optional)
-category_id
(optional)
-locale
(required)
-name
(required)
-description
(required)
-modifying_date
(required)
-modifying_user
(optional)
-modifying_ip
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category new_translation} acs::db::nsdb-postgresql instproc {call category new_translation} acs::db::nsdb-postgresql instproc {call category new_translation}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category new (public)

 <instance of acs::db::nsdb-postgresql[i]> call category new \
    [ -dbn dbn ] [ -category_id category_id ] [ -tree_id tree_id ] \
    -locale locale  -name name  -description description  \
    [ -parent_id parent_id ] -deprecated_p deprecated_p  \
    -creation_date creation_date  [ -creation_user creation_user ] \
    -creation_ip creation_ip 

Automatically generated method

Switches:
-dbn
(optional)
-category_id
(optional)
-tree_id
(optional)
-locale
(required)
-name
(required)
-description
(required)
-parent_id
(optional)
-deprecated_p
(required)
-creation_date
(required)
-creation_user
(optional)
-creation_ip
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category new} acs::db::nsdb-postgresql instproc {call category new} acs::db::nsdb-postgresql instproc {call category new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category phase_in (public)

 <instance of acs::db::nsdb-postgresql[i]> call category phase_in \
    [ -dbn dbn ] [ -category_id category_id ]

Automatically generated method

Switches:
-dbn
(optional)
-category_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category phase_in} acs::db::nsdb-postgresql instproc {call category phase_in} acs::db::nsdb-postgresql instproc {call category phase_in}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category phase_out (public)

 <instance of acs::db::nsdb-postgresql[i]> call category phase_out \
    [ -dbn dbn ] [ -category_id category_id ]

Automatically generated method

Switches:
-dbn
(optional)
-category_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category phase_out} acs::db::nsdb-postgresql instproc {call category phase_out} acs::db::nsdb-postgresql instproc {call category phase_out}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_link del (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_link del \
    [ -dbn dbn ] [ -link_id link_id ]

Automatically generated method

Switches:
-dbn
(optional)
-link_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_link del} acs::db::nsdb-postgresql instproc {call category_link del} acs::db::nsdb-postgresql instproc {call category_link del}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_link new (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_link new \
    [ -dbn dbn ] [ -from_category_id from_category_id ] \
    [ -to_category_id to_category_id ]

Automatically generated method

Switches:
-dbn
(optional)
-from_category_id
(optional)
-to_category_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_link new} acs::db::nsdb-postgresql instproc {call category_link new} acs::db::nsdb-postgresql instproc {call category_link new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_synonym convert_string (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_synonym convert_string \
    [ -dbn dbn ] -name name 

Automatically generated method

Switches:
-dbn
(optional)
-name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_synonym convert_string} acs::db::nsdb-postgresql instproc {call category_synonym convert_string} acs::db::nsdb-postgresql instproc {call category_synonym convert_string}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_synonym del (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_synonym del \
    [ -dbn dbn ] [ -synonym_id synonym_id ]

Automatically generated method

Switches:
-dbn
(optional)
-synonym_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_synonym del} acs::db::nsdb-postgresql instproc {call category_synonym del} acs::db::nsdb-postgresql instproc {call category_synonym del}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_synonym edit (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_synonym edit \
    [ -dbn dbn ] [ -synonym_id synonym_id ] -new_name new_name  \
    -locale locale 

Automatically generated method

Switches:
-dbn
(optional)
-synonym_id
(optional)
-new_name
(required)
-locale
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_synonym edit} acs::db::nsdb-postgresql instproc {call category_synonym edit} acs::db::nsdb-postgresql instproc {call category_synonym edit}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_synonym get_similarity (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_synonym get_similarity \
    [ -dbn dbn ] [ -len1 len1 ] [ -len2 len2 ] [ -matches matches ]

Automatically generated method

Switches:
-dbn
(optional)
-len1
(optional)
-len2
(optional)
-matches
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_synonym get_similarity} acs::db::nsdb-postgresql instproc {call category_synonym get_similarity} acs::db::nsdb-postgresql instproc {call category_synonym get_similarity}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_synonym new (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_synonym new \
    [ -dbn dbn ] -name name  -locale locale  \
    [ -category_id category_id ] [ -synonym_id synonym_id ]

Automatically generated method

Switches:
-dbn
(optional)
-name
(required)
-locale
(required)
-category_id
(optional)
-synonym_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_synonym new} acs::db::nsdb-postgresql instproc {call category_synonym new} acs::db::nsdb-postgresql instproc {call category_synonym new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_synonym reindex (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_synonym reindex \
    [ -dbn dbn ] [ -synonym_id synonym_id ] -name name  \
    -locale locale 

Automatically generated method

Switches:
-dbn
(optional)
-synonym_id
(optional)
-name
(required)
-locale
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_synonym reindex} acs::db::nsdb-postgresql instproc {call category_synonym reindex} acs::db::nsdb-postgresql instproc {call category_synonym reindex}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_synonym search (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_synonym search \
    [ -dbn dbn ] -search_text search_text  -locale locale 

Automatically generated method

Switches:
-dbn
(optional)
-search_text
(required)
-locale
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_synonym search} acs::db::nsdb-postgresql instproc {call category_synonym search} acs::db::nsdb-postgresql instproc {call category_synonym search}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_tree check_nested_ind (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_tree check_nested_ind \
    [ -dbn dbn ] [ -tree_id tree_id ]

Automatically generated method

Switches:
-dbn
(optional)
-tree_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_tree check_nested_ind} acs::db::nsdb-postgresql instproc {call category_tree check_nested_ind} acs::db::nsdb-postgresql instproc {call category_tree check_nested_ind}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_tree copy (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_tree copy \
    [ -dbn dbn ] [ -source_tree source_tree ] [ -dest_tree dest_tree ] \
    [ -creation_user creation_user ] -creation_ip creation_ip 

Automatically generated method

Switches:
-dbn
(optional)
-source_tree
(optional)
-dest_tree
(optional)
-creation_user
(optional)
-creation_ip
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_tree copy} acs::db::nsdb-postgresql instproc {call category_tree copy} acs::db::nsdb-postgresql instproc {call category_tree copy}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_tree del (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_tree del \
    [ -dbn dbn ] [ -tree_id tree_id ]

Automatically generated method

Switches:
-dbn
(optional)
-tree_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_tree del} acs::db::nsdb-postgresql instproc {call category_tree del} acs::db::nsdb-postgresql instproc {call category_tree del}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_tree edit (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_tree edit \
    [ -dbn dbn ] [ -tree_id tree_id ] -locale locale  \
    -tree_name tree_name  -description description  \
    -site_wide_p site_wide_p  -modifying_date modifying_date  \
    [ -modifying_user modifying_user ] -modifying_ip modifying_ip 

Automatically generated method

Switches:
-dbn
(optional)
-tree_id
(optional)
-locale
(required)
-tree_name
(required)
-description
(required)
-site_wide_p
(required)
-modifying_date
(required)
-modifying_user
(optional)
-modifying_ip
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_tree edit} acs::db::nsdb-postgresql instproc {call category_tree edit} acs::db::nsdb-postgresql instproc {call category_tree edit}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_tree map (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_tree map \
    [ -dbn dbn ] [ -object_id object_id ] [ -tree_id tree_id ] \
    [ -subtree_category_id subtree_category_id ] \
    -assign_single_p assign_single_p  \
    -require_category_p require_category_p  -widget widget 

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-tree_id
(optional)
-subtree_category_id
(optional)
-assign_single_p
(required)
-require_category_p
(required)
-widget
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_tree map} acs::db::nsdb-postgresql instproc {call category_tree map} acs::db::nsdb-postgresql instproc {call category_tree map}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_tree name (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_tree name \
    [ -dbn dbn ] [ -tree_id tree_id ]

Automatically generated method

Switches:
-dbn
(optional)
-tree_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_tree name} acs::db::nsdb-postgresql instproc {call category_tree name} acs::db::nsdb-postgresql instproc {call category_tree name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_tree new_translation (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_tree new_translation \
    [ -dbn dbn ] [ -tree_id tree_id ] -locale locale  \
    -tree_name tree_name  -description description  \
    -modifying_date modifying_date  [ -modifying_user modifying_user ] \
    -modifying_ip modifying_ip 

Automatically generated method

Switches:
-dbn
(optional)
-tree_id
(optional)
-locale
(required)
-tree_name
(required)
-description
(required)
-modifying_date
(required)
-modifying_user
(optional)
-modifying_ip
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_tree new_translation} acs::db::nsdb-postgresql instproc {call category_tree new_translation} acs::db::nsdb-postgresql instproc {call category_tree new_translation}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_tree new (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_tree new \
    [ -dbn dbn ] [ -tree_id tree_id ] -locale locale  \
    -tree_name tree_name  -description description  \
    -site_wide_p site_wide_p  -creation_date creation_date  \
    [ -creation_user creation_user ] -creation_ip creation_ip  \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-tree_id
(optional)
-locale
(required)
-tree_name
(required)
-description
(required)
-site_wide_p
(required)
-creation_date
(required)
-creation_user
(optional)
-creation_ip
(required)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_tree new} acs::db::nsdb-postgresql instproc {call category_tree new} acs::db::nsdb-postgresql instproc {call category_tree new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call category_tree unmap (public)

 <instance of acs::db::nsdb-postgresql[i]> call category_tree unmap \
    [ -dbn dbn ] [ -object_id object_id ] [ -tree_id tree_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-tree_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call category_tree unmap} acs::db::nsdb-postgresql instproc {call category_tree unmap} acs::db::nsdb-postgresql instproc {call category_tree unmap}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call composition_rel check_index (public)

 <instance of acs::db::nsdb-postgresql[i]> call composition_rel check_index \
    [ -dbn dbn ] [ -component_id component_id ] \
    [ -container_id container_id ]

Automatically generated method

Switches:
-dbn
(optional)
-component_id
(optional)
-container_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call composition_rel check_index} acs::db::nsdb-postgresql instproc {call composition_rel check_index} acs::db::nsdb-postgresql instproc {call composition_rel check_index}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call composition_rel check_path_exists_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call composition_rel check_path_exists_p \
    [ -dbn dbn ] [ -component_id component_id ] \
    [ -container_id container_id ]

Automatically generated method

Switches:
-dbn
(optional)
-component_id
(optional)
-container_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call composition_rel check_path_exists_p} acs::db::nsdb-postgresql instproc {call composition_rel check_path_exists_p} acs::db::nsdb-postgresql instproc {call composition_rel check_path_exists_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call composition_rel check_representation (public)

 <instance of acs::db::nsdb-postgresql[i]> call composition_rel check_representation \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call composition_rel check_representation} acs::db::nsdb-postgresql instproc {call composition_rel check_representation} acs::db::nsdb-postgresql instproc {call composition_rel check_representation}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call composition_rel delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call composition_rel delete \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call composition_rel delete} acs::db::nsdb-postgresql instproc {call composition_rel delete} acs::db::nsdb-postgresql instproc {call composition_rel delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call composition_rel new (public)

 <instance of acs::db::nsdb-postgresql[i]> call composition_rel new \
    [ -dbn dbn ] [ -rel_id rel_id ] [ -rel_type rel_type ] \
    [ -object_id_one object_id_one ] [ -object_id_two object_id_two ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)
-rel_type
(defaults to "composition_rel") (optional)
-object_id_one
(optional)
-object_id_two
(optional)
-creation_user
(optional)
-creation_ip
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call composition_rel new} acs::db::nsdb-postgresql instproc {call composition_rel new} acs::db::nsdb-postgresql instproc {call composition_rel new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_extlink copy (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_extlink copy \
    [ -dbn dbn ] [ -extlink_id extlink_id ] \
    [ -target_folder_id target_folder_id ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    -name name 

Automatically generated method

Switches:
-dbn
(optional)
-extlink_id
(optional)
-target_folder_id
(optional)
-creation_user
(optional)
-creation_ip
(optional)
-name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_extlink copy} acs::db::nsdb-postgresql instproc {call content_extlink copy} acs::db::nsdb-postgresql instproc {call content_extlink copy}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_extlink delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_extlink delete \
    [ -dbn dbn ] [ -extlink_id extlink_id ]

Automatically generated method

Switches:
-dbn
(optional)
-extlink_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_extlink delete} acs::db::nsdb-postgresql instproc {call content_extlink delete} acs::db::nsdb-postgresql instproc {call content_extlink delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_extlink is_extlink (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_extlink is_extlink \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_extlink is_extlink} acs::db::nsdb-postgresql instproc {call content_extlink is_extlink} acs::db::nsdb-postgresql instproc {call content_extlink is_extlink}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_extlink new (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_extlink new \
    [ -dbn dbn ] [ -name name ] -url url  [ -label label ] \
    [ -description description ] [ -parent_id parent_id ] \
    [ -extlink_id extlink_id ] [ -creation_date creation_date ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-name
(optional)
-url
(required)
-label
(optional)
-description
(optional)
-parent_id
(optional)
-extlink_id
(optional)
-creation_date
(defaults to "now") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_extlink new} acs::db::nsdb-postgresql instproc {call content_extlink new} acs::db::nsdb-postgresql instproc {call content_extlink new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_folder copy (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_folder copy \
    [ -dbn dbn ] [ -folder_id folder_id ] \
    [ -target_folder_id target_folder_id ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    [ -name name ] [ -label label ]

Automatically generated method

Switches:
-dbn
(optional)
-folder_id
(optional)
-target_folder_id
(optional)
-creation_user
(optional)
-creation_ip
(optional)
-name
(optional)
-label
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_folder copy} acs::db::nsdb-postgresql instproc {call content_folder copy} acs::db::nsdb-postgresql instproc {call content_folder copy}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_folder delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_folder delete \
    [ -dbn dbn ] [ -folder_id folder_id ] [ -cascade_p cascade_p ]

Automatically generated method

Switches:
-dbn
(optional)
-folder_id
(optional)
-cascade_p
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_folder delete} acs::db::nsdb-postgresql instproc {call content_folder delete} acs::db::nsdb-postgresql instproc {call content_folder delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_folder del (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_folder del \
    [ -dbn dbn ] [ -folder_id folder_id ] [ -cascade_p cascade_p ]

Automatically generated method

Switches:
-dbn
(optional)
-folder_id
(optional)
-cascade_p
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_folder del} acs::db::nsdb-postgresql instproc {call content_folder del} acs::db::nsdb-postgresql instproc {call content_folder del}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_folder edit_name (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_folder edit_name \
    [ -dbn dbn ] [ -folder_id folder_id ] [ -name name ] \
    [ -label label ] [ -description description ]

Automatically generated method

Switches:
-dbn
(optional)
-folder_id
(optional)
-name
(optional)
-label
(optional)
-description
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_folder edit_name} acs::db::nsdb-postgresql instproc {call content_folder edit_name} acs::db::nsdb-postgresql instproc {call content_folder edit_name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_folder get_index_page (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_folder get_index_page \
    [ -dbn dbn ] [ -folder_id folder_id ]

Automatically generated method

Switches:
-dbn
(optional)
-folder_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_folder get_index_page} acs::db::nsdb-postgresql instproc {call content_folder get_index_page} acs::db::nsdb-postgresql instproc {call content_folder get_index_page}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_folder get_label (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_folder get_label \
    [ -dbn dbn ] [ -folder_id folder_id ]

Automatically generated method

Switches:
-dbn
(optional)
-folder_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_folder get_label} acs::db::nsdb-postgresql instproc {call content_folder get_label} acs::db::nsdb-postgresql instproc {call content_folder get_label}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_folder is_empty (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_folder is_empty \
    [ -dbn dbn ] [ -folder_id folder_id ]

Automatically generated method

Switches:
-dbn
(optional)
-folder_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_folder is_empty} acs::db::nsdb-postgresql instproc {call content_folder is_empty} acs::db::nsdb-postgresql instproc {call content_folder is_empty}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_folder is_folder (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_folder is_folder \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_folder is_folder} acs::db::nsdb-postgresql instproc {call content_folder is_folder} acs::db::nsdb-postgresql instproc {call content_folder is_folder}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_folder is_registered (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_folder is_registered \
    [ -dbn dbn ] [ -folder_id folder_id ] -content_type content_type  \
    [ -include_subtypes include_subtypes ]

Automatically generated method

Switches:
-dbn
(optional)
-folder_id
(optional)
-content_type
(required)
-include_subtypes
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_folder is_registered} acs::db::nsdb-postgresql instproc {call content_folder is_registered} acs::db::nsdb-postgresql instproc {call content_folder is_registered}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_folder is_root (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_folder is_root \
    [ -dbn dbn ] [ -folder_id folder_id ]

Automatically generated method

Switches:
-dbn
(optional)
-folder_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_folder is_root} acs::db::nsdb-postgresql instproc {call content_folder is_root} acs::db::nsdb-postgresql instproc {call content_folder is_root}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_folder is_sub_folder (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_folder is_sub_folder \
    [ -dbn dbn ] [ -folder_id folder_id ] \
    [ -target_folder_id target_folder_id ]

Automatically generated method

Switches:
-dbn
(optional)
-folder_id
(optional)
-target_folder_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_folder is_sub_folder} acs::db::nsdb-postgresql instproc {call content_folder is_sub_folder} acs::db::nsdb-postgresql instproc {call content_folder is_sub_folder}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_folder move (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_folder move \
    [ -dbn dbn ] [ -folder_id folder_id ] \
    [ -target_folder_id target_folder_id ] [ -name name ]

Automatically generated method

Switches:
-dbn
(optional)
-folder_id
(optional)
-target_folder_id
(optional)
-name
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_folder move} acs::db::nsdb-postgresql instproc {call content_folder move} acs::db::nsdb-postgresql instproc {call content_folder move}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_folder new (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_folder new \
    [ -dbn dbn ] -name name  -label label  \
    [ -description description ] [ -parent_id parent_id ] \
    [ -context_id context_id ] [ -folder_id folder_id ] \
    [ -creation_date creation_date ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] \
    [ -security_inherit_p security_inherit_p ] \
    [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-name
(required)
-label
(required)
-description
(optional)
-parent_id
(optional)
-context_id
(optional)
-folder_id
(optional)
-creation_date
(defaults to "now") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-security_inherit_p
(defaults to "t") (optional)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_folder new} acs::db::nsdb-postgresql instproc {call content_folder new} acs::db::nsdb-postgresql instproc {call content_folder new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_folder register_content_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_folder register_content_type \
    [ -dbn dbn ] [ -folder_id folder_id ] -content_type content_type  \
    [ -include_subtypes include_subtypes ]

Automatically generated method

Switches:
-dbn
(optional)
-folder_id
(optional)
-content_type
(required)
-include_subtypes
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_folder register_content_type} acs::db::nsdb-postgresql instproc {call content_folder register_content_type} acs::db::nsdb-postgresql instproc {call content_folder register_content_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_folder unregister_content_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_folder unregister_content_type \
    [ -dbn dbn ] [ -folder_id folder_id ] -content_type content_type  \
    [ -include_subtypes include_subtypes ]

Automatically generated method

Switches:
-dbn
(optional)
-folder_id
(optional)
-content_type
(required)
-include_subtypes
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_folder unregister_content_type} acs::db::nsdb-postgresql instproc {call content_folder unregister_content_type} acs::db::nsdb-postgresql instproc {call content_folder unregister_content_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item copy2 (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item copy2 \
    [ -dbn dbn ] [ -item_id item_id ] \
    [ -target_folder_id target_folder_id ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-target_folder_id
(optional)
-creation_user
(optional)
-creation_ip
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item copy2} acs::db::nsdb-postgresql instproc {call content_item copy2} acs::db::nsdb-postgresql instproc {call content_item copy2}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item copy (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item copy \
    [ -dbn dbn ] [ -item_id item_id ] \
    [ -target_folder_id target_folder_id ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    [ -name name ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-target_folder_id
(optional)
-creation_user
(optional)
-creation_ip
(optional)
-name
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item copy} acs::db::nsdb-postgresql instproc {call content_item copy} acs::db::nsdb-postgresql instproc {call content_item copy}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item delete \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item delete} acs::db::nsdb-postgresql instproc {call content_item delete} acs::db::nsdb-postgresql instproc {call content_item delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item del (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item del \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item del} acs::db::nsdb-postgresql instproc {call content_item del} acs::db::nsdb-postgresql instproc {call content_item del}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item edit_name (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item edit_name \
    [ -dbn dbn ] [ -item_id item_id ] -name name 

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item edit_name} acs::db::nsdb-postgresql instproc {call content_item edit_name} acs::db::nsdb-postgresql instproc {call content_item edit_name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item generic_move (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item generic_move \
    [ -dbn dbn ] [ -item_id item_id ] \
    [ -target_item_id target_item_id ] -name name 

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-target_item_id
(optional)
-name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item generic_move} acs::db::nsdb-postgresql instproc {call content_item generic_move} acs::db::nsdb-postgresql instproc {call content_item generic_move}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item get_best_revision (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item get_best_revision \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item get_best_revision} acs::db::nsdb-postgresql instproc {call content_item get_best_revision} acs::db::nsdb-postgresql instproc {call content_item get_best_revision}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item get_content_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item get_content_type \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item get_content_type} acs::db::nsdb-postgresql instproc {call content_item get_content_type} acs::db::nsdb-postgresql instproc {call content_item get_content_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item get_context (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item get_context \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item get_context} acs::db::nsdb-postgresql instproc {call content_item get_context} acs::db::nsdb-postgresql instproc {call content_item get_context}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item get_id (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item get_id \
    [ -dbn dbn ] -item_path item_path  \
    [ -root_folder_id root_folder_id ] \
    [ -resolve_index resolve_index ]

Automatically generated method

Switches:
-dbn
(optional)
-item_path
(required)
-root_folder_id
(optional)
-resolve_index
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item get_id} acs::db::nsdb-postgresql instproc {call content_item get_id} acs::db::nsdb-postgresql instproc {call content_item get_id}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item get_latest_revision (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item get_latest_revision \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item get_latest_revision} acs::db::nsdb-postgresql instproc {call content_item get_latest_revision} acs::db::nsdb-postgresql instproc {call content_item get_latest_revision}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item get_live_revision (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item get_live_revision \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item get_live_revision} acs::db::nsdb-postgresql instproc {call content_item get_live_revision} acs::db::nsdb-postgresql instproc {call content_item get_live_revision}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item get_parent_folder (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item get_parent_folder \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item get_parent_folder} acs::db::nsdb-postgresql instproc {call content_item get_parent_folder} acs::db::nsdb-postgresql instproc {call content_item get_parent_folder}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item get_path (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item get_path \
    [ -dbn dbn ] [ -item_id item_id ] \
    [ -root_folder_id root_folder_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-root_folder_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item get_path} acs::db::nsdb-postgresql instproc {call content_item get_path} acs::db::nsdb-postgresql instproc {call content_item get_path}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item get_publish_date (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item get_publish_date \
    [ -dbn dbn ] [ -item_id item_id ] [ -is_live is_live ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-is_live
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item get_publish_date} acs::db::nsdb-postgresql instproc {call content_item get_publish_date} acs::db::nsdb-postgresql instproc {call content_item get_publish_date}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item get_revision_count (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item get_revision_count \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item get_revision_count} acs::db::nsdb-postgresql instproc {call content_item get_revision_count} acs::db::nsdb-postgresql instproc {call content_item get_revision_count}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item get_root_folder (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item get_root_folder \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item get_root_folder} acs::db::nsdb-postgresql instproc {call content_item get_root_folder} acs::db::nsdb-postgresql instproc {call content_item get_root_folder}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item get_template (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item get_template \
    [ -dbn dbn ] [ -item_id item_id ] -use_context use_context 

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-use_context
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item get_template} acs::db::nsdb-postgresql instproc {call content_item get_template} acs::db::nsdb-postgresql instproc {call content_item get_template}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item get_title (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item get_title \
    [ -dbn dbn ] [ -item_id item_id ] [ -is_live is_live ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-is_live
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item get_title} acs::db::nsdb-postgresql instproc {call content_item get_title} acs::db::nsdb-postgresql instproc {call content_item get_title}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item get_virtual_path (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item get_virtual_path \
    [ -dbn dbn ] [ -item_id item_id ] \
    [ -root_folder_id root_folder_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-root_folder_id
(defaults to "-100") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item get_virtual_path} acs::db::nsdb-postgresql instproc {call content_item get_virtual_path} acs::db::nsdb-postgresql instproc {call content_item get_virtual_path}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item is_index_page (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item is_index_page \
    [ -dbn dbn ] [ -item_id item_id ] [ -folder_id folder_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-folder_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item is_index_page} acs::db::nsdb-postgresql instproc {call content_item is_index_page} acs::db::nsdb-postgresql instproc {call content_item is_index_page}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item is_publishable (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item is_publishable \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item is_publishable} acs::db::nsdb-postgresql instproc {call content_item is_publishable} acs::db::nsdb-postgresql instproc {call content_item is_publishable}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item is_published (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item is_published \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item is_published} acs::db::nsdb-postgresql instproc {call content_item is_published} acs::db::nsdb-postgresql instproc {call content_item is_published}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item is_subclass (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item is_subclass \
    [ -dbn dbn ] -object_type object_type  -supertype supertype 

Automatically generated method

Switches:
-dbn
(optional)
-object_type
(required)
-supertype
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item is_subclass} acs::db::nsdb-postgresql instproc {call content_item is_subclass} acs::db::nsdb-postgresql instproc {call content_item is_subclass}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item is_valid_child (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item is_valid_child \
    [ -dbn dbn ] [ -item_id item_id ] -content_type content_type  \
    -relation_tag relation_tag 

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-content_type
(required)
-relation_tag
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item is_valid_child} acs::db::nsdb-postgresql instproc {call content_item is_valid_child} acs::db::nsdb-postgresql instproc {call content_item is_valid_child}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item move (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item move \
    [ -dbn dbn ] [ -item_id item_id ] \
    [ -target_folder_id target_folder_id ] -name name 

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-target_folder_id
(optional)
-name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item move} acs::db::nsdb-postgresql instproc {call content_item move} acs::db::nsdb-postgresql instproc {call content_item move}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item new (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item new \
    [ -dbn dbn ] -name name  [ -parent_id parent_id ] \
    [ -item_id item_id ] [ -locale locale ] \
    [ -creation_date creation_date ] [ -creation_user creation_user ] \
    [ -context_id context_id ] [ -creation_ip creation_ip ] \
    [ -item_subtype item_subtype ] [ -content_type content_type ] \
    [ -title title ] [ -description description ] \
    [ -mime_type mime_type ] [ -nls_language nls_language ] \
    [ -text text ] [ -data data ] [ -relation_tag relation_tag ] \
    [ -is_live is_live ] [ -storage_type storage_type ] \
    [ -package_id package_id ] [ -with_child_rels with_child_rels ]

Automatically generated method

Switches:
-dbn
(optional)
-name
(required)
-parent_id
(optional)
-item_id
(optional)
-locale
(optional)
-creation_date
(defaults to "now") (optional)
-creation_user
(optional)
-context_id
(optional)
-creation_ip
(optional)
-item_subtype
(defaults to "content_item") (optional)
-content_type
(defaults to "content_revision") (optional)
-title
(optional)
-description
(optional)
-mime_type
(defaults to "text/plain") (optional)
-nls_language
(optional)
-text
(optional)
-data
(optional)
-relation_tag
(optional)
-is_live
(defaults to "f") (optional)
-storage_type
(optional)
-package_id
(optional)
-with_child_rels
(defaults to "t") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item new} acs::db::nsdb-postgresql instproc {call content_item new} acs::db::nsdb-postgresql instproc {call content_item new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item register_template (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item register_template \
    [ -dbn dbn ] [ -item_id item_id ] [ -template_id template_id ] \
    -use_context use_context 

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-template_id
(optional)
-use_context
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item register_template} acs::db::nsdb-postgresql instproc {call content_item register_template} acs::db::nsdb-postgresql instproc {call content_item register_template}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item relate (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item relate \
    [ -dbn dbn ] [ -item_id item_id ] [ -object_id object_id ] \
    [ -relation_tag relation_tag ] [ -order_n order_n ] \
    [ -relation_type relation_type ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-object_id
(optional)
-relation_tag
(defaults to "generic") (optional)
-order_n
(optional)
-relation_type
(defaults to "cr_item_rel") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item relate} acs::db::nsdb-postgresql instproc {call content_item relate} acs::db::nsdb-postgresql instproc {call content_item relate}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item set_live_revision (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item set_live_revision \
    [ -dbn dbn ] [ -revision_id revision_id ] \
    [ -publish_status publish_status ] [ -publish_date publish_date ] \
    [ -is_latest is_latest ]

Automatically generated method

Switches:
-dbn
(optional)
-revision_id
(optional)
-publish_status
(defaults to "ready") (optional)
-publish_date
(defaults to "now()") (optional)
-is_latest
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item set_live_revision} acs::db::nsdb-postgresql instproc {call content_item set_live_revision} acs::db::nsdb-postgresql instproc {call content_item set_live_revision}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item set_release_period (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item set_release_period \
    [ -dbn dbn ] [ -item_id item_id ] [ -start_when start_when ] \
    [ -end_when end_when ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-start_when
(optional)
-end_when
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item set_release_period} acs::db::nsdb-postgresql instproc {call content_item set_release_period} acs::db::nsdb-postgresql instproc {call content_item set_release_period}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item unregister_template (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item unregister_template \
    [ -dbn dbn ] [ -item_id item_id ] [ -template_id template_id ] \
    [ -use_context use_context ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-template_id
(optional)
-use_context
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item unregister_template} acs::db::nsdb-postgresql instproc {call content_item unregister_template} acs::db::nsdb-postgresql instproc {call content_item unregister_template}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item unrelate (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item unrelate \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item unrelate} acs::db::nsdb-postgresql instproc {call content_item unrelate} acs::db::nsdb-postgresql instproc {call content_item unrelate}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item unset_live_revision (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item unset_live_revision \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item unset_live_revision} acs::db::nsdb-postgresql instproc {call content_item unset_live_revision} acs::db::nsdb-postgresql instproc {call content_item unset_live_revision}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_item write_to_file (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_item write_to_file \
    [ -dbn dbn ] [ -item_id item_id ] -root_path root_path 

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-root_path
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_item write_to_file} acs::db::nsdb-postgresql instproc {call content_item write_to_file} acs::db::nsdb-postgresql instproc {call content_item write_to_file}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_keyword delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_keyword delete \
    [ -dbn dbn ] [ -keyword_id keyword_id ]

Automatically generated method

Switches:
-dbn
(optional)
-keyword_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_keyword delete} acs::db::nsdb-postgresql instproc {call content_keyword delete} acs::db::nsdb-postgresql instproc {call content_keyword delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_keyword del (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_keyword del \
    [ -dbn dbn ] [ -keyword_id keyword_id ]

Automatically generated method

Switches:
-dbn
(optional)
-keyword_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_keyword del} acs::db::nsdb-postgresql instproc {call content_keyword del} acs::db::nsdb-postgresql instproc {call content_keyword del}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_keyword get_description (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_keyword get_description \
    [ -dbn dbn ] [ -keyword_id keyword_id ]

Automatically generated method

Switches:
-dbn
(optional)
-keyword_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_keyword get_description} acs::db::nsdb-postgresql instproc {call content_keyword get_description} acs::db::nsdb-postgresql instproc {call content_keyword get_description}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_keyword get_heading (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_keyword get_heading \
    [ -dbn dbn ] [ -keyword_id keyword_id ]

Automatically generated method

Switches:
-dbn
(optional)
-keyword_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_keyword get_heading} acs::db::nsdb-postgresql instproc {call content_keyword get_heading} acs::db::nsdb-postgresql instproc {call content_keyword get_heading}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_keyword get_path (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_keyword get_path \
    [ -dbn dbn ] [ -keyword_id keyword_id ]

Automatically generated method

Switches:
-dbn
(optional)
-keyword_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_keyword get_path} acs::db::nsdb-postgresql instproc {call content_keyword get_path} acs::db::nsdb-postgresql instproc {call content_keyword get_path}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_keyword is_assigned (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_keyword is_assigned \
    [ -dbn dbn ] [ -item_id item_id ] [ -keyword_id keyword_id ] \
    [ -recurse recurse ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-keyword_id
(optional)
-recurse
(defaults to "none") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_keyword is_assigned} acs::db::nsdb-postgresql instproc {call content_keyword is_assigned} acs::db::nsdb-postgresql instproc {call content_keyword is_assigned}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_keyword is_leaf (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_keyword is_leaf \
    [ -dbn dbn ] [ -keyword_id keyword_id ]

Automatically generated method

Switches:
-dbn
(optional)
-keyword_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_keyword is_leaf} acs::db::nsdb-postgresql instproc {call content_keyword is_leaf} acs::db::nsdb-postgresql instproc {call content_keyword is_leaf}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_keyword item_assign (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_keyword item_assign \
    [ -dbn dbn ] [ -item_id item_id ] [ -keyword_id keyword_id ] \
    [ -context_id context_id ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-keyword_id
(optional)
-context_id
(optional)
-creation_user
(optional)
-creation_ip
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_keyword item_assign} acs::db::nsdb-postgresql instproc {call content_keyword item_assign} acs::db::nsdb-postgresql instproc {call content_keyword item_assign}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_keyword item_unassign (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_keyword item_unassign \
    [ -dbn dbn ] [ -item_id item_id ] [ -keyword_id keyword_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-keyword_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_keyword item_unassign} acs::db::nsdb-postgresql instproc {call content_keyword item_unassign} acs::db::nsdb-postgresql instproc {call content_keyword item_unassign}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_keyword new (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_keyword new \
    [ -dbn dbn ] -heading heading  [ -description description ] \
    [ -parent_id parent_id ] [ -keyword_id keyword_id ] \
    [ -creation_date creation_date ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] [ -object_type object_type ] \
    [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-heading
(required)
-description
(optional)
-parent_id
(optional)
-keyword_id
(optional)
-creation_date
(defaults to "now") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-object_type
(defaults to "content_keyword") (optional)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_keyword new} acs::db::nsdb-postgresql instproc {call content_keyword new} acs::db::nsdb-postgresql instproc {call content_keyword new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_keyword set_description (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_keyword set_description \
    [ -dbn dbn ] [ -keyword_id keyword_id ] -description description 

Automatically generated method

Switches:
-dbn
(optional)
-keyword_id
(optional)
-description
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_keyword set_description} acs::db::nsdb-postgresql instproc {call content_keyword set_description} acs::db::nsdb-postgresql instproc {call content_keyword set_description}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_keyword set_heading (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_keyword set_heading \
    [ -dbn dbn ] [ -keyword_id keyword_id ] -heading heading 

Automatically generated method

Switches:
-dbn
(optional)
-keyword_id
(optional)
-heading
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_keyword set_heading} acs::db::nsdb-postgresql instproc {call content_keyword set_heading} acs::db::nsdb-postgresql instproc {call content_keyword set_heading}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_revision content_copy (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_revision content_copy \
    [ -dbn dbn ] [ -revision_id revision_id ] \
    [ -revision_id_dest revision_id_dest ]

Automatically generated method

Switches:
-dbn
(optional)
-revision_id
(optional)
-revision_id_dest
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_revision content_copy} acs::db::nsdb-postgresql instproc {call content_revision content_copy} acs::db::nsdb-postgresql instproc {call content_revision content_copy}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_revision copy_attributes (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_revision copy_attributes \
    [ -dbn dbn ] -content_type content_type  \
    [ -revision_id revision_id ] [ -copy_id copy_id ]

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(required)
-revision_id
(optional)
-copy_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_revision copy_attributes} acs::db::nsdb-postgresql instproc {call content_revision copy_attributes} acs::db::nsdb-postgresql instproc {call content_revision copy_attributes}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_revision copy (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_revision copy \
    [ -dbn dbn ] [ -revision_id revision_id ] [ -copy_id copy_id ] \
    [ -target_item_id target_item_id ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ]

Automatically generated method

Switches:
-dbn
(optional)
-revision_id
(optional)
-copy_id
(optional)
-target_item_id
(optional)
-creation_user
(optional)
-creation_ip
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_revision copy} acs::db::nsdb-postgresql instproc {call content_revision copy} acs::db::nsdb-postgresql instproc {call content_revision copy}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_revision delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_revision delete \
    [ -dbn dbn ] [ -revision_id revision_id ]

Automatically generated method

Switches:
-dbn
(optional)
-revision_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_revision delete} acs::db::nsdb-postgresql instproc {call content_revision delete} acs::db::nsdb-postgresql instproc {call content_revision delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_revision del (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_revision del \
    [ -dbn dbn ] [ -revision_id revision_id ]

Automatically generated method

Switches:
-dbn
(optional)
-revision_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_revision del} acs::db::nsdb-postgresql instproc {call content_revision del} acs::db::nsdb-postgresql instproc {call content_revision del}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_revision get_content (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_revision get_content \
    [ -dbn dbn ] [ -revision_id revision_id ]

Automatically generated method

Switches:
-dbn
(optional)
-revision_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_revision get_content} acs::db::nsdb-postgresql instproc {call content_revision get_content} acs::db::nsdb-postgresql instproc {call content_revision get_content}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_revision get_number (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_revision get_number \
    [ -dbn dbn ] [ -revision_id revision_id ]

Automatically generated method

Switches:
-dbn
(optional)
-revision_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_revision get_number} acs::db::nsdb-postgresql instproc {call content_revision get_number} acs::db::nsdb-postgresql instproc {call content_revision get_number}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_revision is_latest (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_revision is_latest \
    [ -dbn dbn ] [ -revision_id revision_id ]

Automatically generated method

Switches:
-dbn
(optional)
-revision_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_revision is_latest} acs::db::nsdb-postgresql instproc {call content_revision is_latest} acs::db::nsdb-postgresql instproc {call content_revision is_latest}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_revision is_live (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_revision is_live \
    [ -dbn dbn ] [ -revision_id revision_id ]

Automatically generated method

Switches:
-dbn
(optional)
-revision_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_revision is_live} acs::db::nsdb-postgresql instproc {call content_revision is_live} acs::db::nsdb-postgresql instproc {call content_revision is_live}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_revision new (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_revision new \
    [ -dbn dbn ] -title title  [ -description description ] \
    [ -publish_date publish_date ] [ -mime_type mime_type ] \
    [ -nls_language nls_language ] [ -text text ] [ -item_id item_id ] \
    [ -revision_id revision_id ] [ -creation_date creation_date ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    [ -content_length content_length ] [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-title
(required)
-description
(optional)
-publish_date
(defaults to "now()") (optional)
-mime_type
(defaults to "text/plain") (optional)
-nls_language
(optional)
-text
(defaults to " ") (optional)
-item_id
(optional)
-revision_id
(optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-content_length
(optional)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_revision new} acs::db::nsdb-postgresql instproc {call content_revision new} acs::db::nsdb-postgresql instproc {call content_revision new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_revision revision_name (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_revision revision_name \
    [ -dbn dbn ] [ -revision_id revision_id ]

Automatically generated method

Switches:
-dbn
(optional)
-revision_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_revision revision_name} acs::db::nsdb-postgresql instproc {call content_revision revision_name} acs::db::nsdb-postgresql instproc {call content_revision revision_name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_revision to_html (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_revision to_html \
    [ -dbn dbn ] [ -revision_id revision_id ]

Automatically generated method

Switches:
-dbn
(optional)
-revision_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_revision to_html} acs::db::nsdb-postgresql instproc {call content_revision to_html} acs::db::nsdb-postgresql instproc {call content_revision to_html}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_revision to_temporary_clob (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_revision to_temporary_clob \
    [ -dbn dbn ] [ -revision_id revision_id ]

Automatically generated method

Switches:
-dbn
(optional)
-revision_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_revision to_temporary_clob} acs::db::nsdb-postgresql instproc {call content_revision to_temporary_clob} acs::db::nsdb-postgresql instproc {call content_revision to_temporary_clob}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_symlink delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_symlink delete \
    [ -dbn dbn ] [ -symlink_id symlink_id ]

Automatically generated method

Switches:
-dbn
(optional)
-symlink_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_symlink delete} acs::db::nsdb-postgresql instproc {call content_symlink delete} acs::db::nsdb-postgresql instproc {call content_symlink delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_symlink del (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_symlink del \
    [ -dbn dbn ] [ -symlink_id symlink_id ]

Automatically generated method

Switches:
-dbn
(optional)
-symlink_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_symlink del} acs::db::nsdb-postgresql instproc {call content_symlink del} acs::db::nsdb-postgresql instproc {call content_symlink del}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_symlink is_symlink (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_symlink is_symlink \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_symlink is_symlink} acs::db::nsdb-postgresql instproc {call content_symlink is_symlink} acs::db::nsdb-postgresql instproc {call content_symlink is_symlink}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_symlink resolve_content_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_symlink resolve_content_type \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_symlink resolve_content_type} acs::db::nsdb-postgresql instproc {call content_symlink resolve_content_type} acs::db::nsdb-postgresql instproc {call content_symlink resolve_content_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_symlink resolve (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_symlink resolve \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_symlink resolve} acs::db::nsdb-postgresql instproc {call content_symlink resolve} acs::db::nsdb-postgresql instproc {call content_symlink resolve}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_template delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_template delete \
    [ -dbn dbn ] [ -template_id template_id ]

Automatically generated method

Switches:
-dbn
(optional)
-template_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_template delete} acs::db::nsdb-postgresql instproc {call content_template delete} acs::db::nsdb-postgresql instproc {call content_template delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_template del (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_template del \
    [ -dbn dbn ] [ -template_id template_id ]

Automatically generated method

Switches:
-dbn
(optional)
-template_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_template del} acs::db::nsdb-postgresql instproc {call content_template del} acs::db::nsdb-postgresql instproc {call content_template del}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_template get_path (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_template get_path \
    [ -dbn dbn ] [ -template_id template_id ] \
    [ -root_folder_id root_folder_id ]

Automatically generated method

Switches:
-dbn
(optional)
-template_id
(optional)
-root_folder_id
(defaults to "content_template_globals.c_root_folder_id") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_template get_path} acs::db::nsdb-postgresql instproc {call content_template get_path} acs::db::nsdb-postgresql instproc {call content_template get_path}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_template is_template (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_template is_template \
    [ -dbn dbn ] [ -template_id template_id ]

Automatically generated method

Switches:
-dbn
(optional)
-template_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_template is_template} acs::db::nsdb-postgresql instproc {call content_template is_template} acs::db::nsdb-postgresql instproc {call content_template is_template}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_template new (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_template new \
    [ -dbn dbn ] -name name  [ -parent_id parent_id ] \
    [ -template_id template_id ] [ -creation_date creation_date ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    [ -text text ] [ -is_live is_live ]

Automatically generated method

Switches:
-dbn
(optional)
-name
(required)
-parent_id
(optional)
-template_id
(optional)
-creation_date
(defaults to "now") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-text
(optional)
-is_live
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_template new} acs::db::nsdb-postgresql instproc {call content_template new} acs::db::nsdb-postgresql instproc {call content_template new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type create_attribute (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type create_attribute \
    [ -dbn dbn ] -content_type content_type  \
    -attribute_name attribute_name  -datatype datatype  \
    -pretty_name pretty_name  [ -pretty_plural pretty_plural ] \
    [ -sort_order sort_order ] [ -default_value default_value ] \
    [ -column_spec column_spec ]

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(required)
-attribute_name
(required)
-datatype
(required)
-pretty_name
(required)
-pretty_plural
(optional)
-sort_order
(optional)
-default_value
(optional)
-column_spec
(defaults to "text") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type create_attribute} acs::db::nsdb-postgresql instproc {call content_type create_attribute} acs::db::nsdb-postgresql instproc {call content_type create_attribute}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type create_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type create_type \
    [ -dbn dbn ] -content_type content_type  [ -supertype supertype ] \
    -pretty_name pretty_name  -pretty_plural pretty_plural  \
    -table_name table_name  [ -id_column id_column ] \
    [ -name_method name_method ]

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(required)
-supertype
(defaults to "content_revision") (optional)
-pretty_name
(required)
-pretty_plural
(required)
-table_name
(required)
-id_column
(defaults to "XXX") (optional)
-name_method
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type create_type} acs::db::nsdb-postgresql instproc {call content_type create_type} acs::db::nsdb-postgresql instproc {call content_type create_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type drop_attribute (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type drop_attribute \
    [ -dbn dbn ] -content_type content_type  \
    -attribute_name attribute_name  [ -drop_column drop_column ]

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(required)
-attribute_name
(required)
-drop_column
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type drop_attribute} acs::db::nsdb-postgresql instproc {call content_type drop_attribute} acs::db::nsdb-postgresql instproc {call content_type drop_attribute}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type drop_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type drop_type \
    [ -dbn dbn ] -content_type content_type  \
    [ -drop_children_p drop_children_p ] \
    [ -drop_table_p drop_table_p ] [ -drop_objects_p drop_objects_p ]

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(required)
-drop_children_p
(defaults to "f") (optional)
-drop_table_p
(defaults to "f") (optional)
-drop_objects_p
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type drop_type} acs::db::nsdb-postgresql instproc {call content_type drop_type} acs::db::nsdb-postgresql instproc {call content_type drop_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type get_template (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type get_template \
    [ -dbn dbn ] -content_type content_type  -use_context use_context 

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(required)
-use_context
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type get_template} acs::db::nsdb-postgresql instproc {call content_type get_template} acs::db::nsdb-postgresql instproc {call content_type get_template}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type is_content_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type is_content_type \
    [ -dbn dbn ] -object_type object_type 

Automatically generated method

Switches:
-dbn
(optional)
-object_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type is_content_type} acs::db::nsdb-postgresql instproc {call content_type is_content_type} acs::db::nsdb-postgresql instproc {call content_type is_content_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type refresh_trigger (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type refresh_trigger \
    [ -dbn dbn ] -content_type content_type 

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type refresh_trigger} acs::db::nsdb-postgresql instproc {call content_type refresh_trigger} acs::db::nsdb-postgresql instproc {call content_type refresh_trigger}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type refresh_view (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type refresh_view \
    [ -dbn dbn ] -content_type content_type 

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type refresh_view} acs::db::nsdb-postgresql instproc {call content_type refresh_view} acs::db::nsdb-postgresql instproc {call content_type refresh_view}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type register_child_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type register_child_type \
    [ -dbn dbn ] -parent_type parent_type  -child_type child_type  \
    [ -relation_tag relation_tag ] [ -min_n min_n ] [ -max_n max_n ]

Automatically generated method

Switches:
-dbn
(optional)
-parent_type
(required)
-child_type
(required)
-relation_tag
(defaults to "generic") (optional)
-min_n
(defaults to "0") (optional)
-max_n
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type register_child_type} acs::db::nsdb-postgresql instproc {call content_type register_child_type} acs::db::nsdb-postgresql instproc {call content_type register_child_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type register_mime_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type register_mime_type \
    [ -dbn dbn ] -content_type content_type  -mime_type mime_type 

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(required)
-mime_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type register_mime_type} acs::db::nsdb-postgresql instproc {call content_type register_mime_type} acs::db::nsdb-postgresql instproc {call content_type register_mime_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type register_relation_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type register_relation_type \
    [ -dbn dbn ] -content_type content_type  -target_type target_type  \
    [ -relation_tag relation_tag ] [ -min_n min_n ] [ -max_n max_n ]

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(required)
-target_type
(required)
-relation_tag
(defaults to "generic") (optional)
-min_n
(defaults to "0") (optional)
-max_n
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type register_relation_type} acs::db::nsdb-postgresql instproc {call content_type register_relation_type} acs::db::nsdb-postgresql instproc {call content_type register_relation_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type register_template (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type register_template \
    [ -dbn dbn ] -content_type content_type  \
    [ -template_id template_id ] -use_context use_context  \
    [ -is_default is_default ]

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(required)
-template_id
(optional)
-use_context
(required)
-is_default
(defaults to "f") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type register_template} acs::db::nsdb-postgresql instproc {call content_type register_template} acs::db::nsdb-postgresql instproc {call content_type register_template}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type rotate_template (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type rotate_template \
    [ -dbn dbn ] [ -template_id template_id ] \
    -v_content_type v_content_type  -use_context use_context 

Automatically generated method

Switches:
-dbn
(optional)
-template_id
(optional)
-v_content_type
(required)
-use_context
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type rotate_template} acs::db::nsdb-postgresql instproc {call content_type rotate_template} acs::db::nsdb-postgresql instproc {call content_type rotate_template}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type set_default_template (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type set_default_template \
    [ -dbn dbn ] -content_type content_type  \
    [ -template_id template_id ] -use_context use_context 

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(required)
-template_id
(optional)
-use_context
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type set_default_template} acs::db::nsdb-postgresql instproc {call content_type set_default_template} acs::db::nsdb-postgresql instproc {call content_type set_default_template}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type trigger_insert_statement (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type trigger_insert_statement \
    [ -dbn dbn ] -content_type content_type 

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type trigger_insert_statement} acs::db::nsdb-postgresql instproc {call content_type trigger_insert_statement} acs::db::nsdb-postgresql instproc {call content_type trigger_insert_statement}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type unregister_child_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type unregister_child_type \
    [ -dbn dbn ] -parent_type parent_type  -child_type child_type  \
    -relation_tag relation_tag 

Automatically generated method

Switches:
-dbn
(optional)
-parent_type
(required)
-child_type
(required)
-relation_tag
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type unregister_child_type} acs::db::nsdb-postgresql instproc {call content_type unregister_child_type} acs::db::nsdb-postgresql instproc {call content_type unregister_child_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type unregister_mime_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type unregister_mime_type \
    [ -dbn dbn ] -content_type content_type  -mime_type mime_type 

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(required)
-mime_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type unregister_mime_type} acs::db::nsdb-postgresql instproc {call content_type unregister_mime_type} acs::db::nsdb-postgresql instproc {call content_type unregister_mime_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type unregister_relation_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type unregister_relation_type \
    [ -dbn dbn ] -content_type content_type  -target_type target_type  \
    [ -relation_tag relation_tag ]

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(required)
-target_type
(required)
-relation_tag
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type unregister_relation_type} acs::db::nsdb-postgresql instproc {call content_type unregister_relation_type} acs::db::nsdb-postgresql instproc {call content_type unregister_relation_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call content_type unregister_template (public)

 <instance of acs::db::nsdb-postgresql[i]> call content_type unregister_template \
    [ -dbn dbn ] [ -content_type content_type ] \
    [ -template_id template_id ] [ -use_context use_context ]

Automatically generated method

Switches:
-dbn
(optional)
-content_type
(optional)
-template_id
(optional)
-use_context
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call content_type unregister_template} acs::db::nsdb-postgresql instproc {call content_type unregister_template} acs::db::nsdb-postgresql instproc {call content_type unregister_template}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call cs_message_get_tree_sortkey (public)

 <instance of acs::db::nsdb-postgresql[i]> call cs_message_get_tree_sortkey \
    [ -dbn dbn ] [ -message_id message_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call cs_message_get_tree_sortkey} acs::db::nsdb-postgresql instproc {call cs_message_get_tree_sortkey} acs::db::nsdb-postgresql instproc {call cs_message_get_tree_sortkey}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call cs_object_type_get_tree_sortkey (public)

 <instance of acs::db::nsdb-postgresql[i]> call cs_object_type_get_tree_sortkey \
    [ -dbn dbn ] -object_type object_type 

Automatically generated method

Switches:
-dbn
(optional)
-object_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call cs_object_type_get_tree_sortkey} acs::db::nsdb-postgresql instproc {call cs_object_type_get_tree_sortkey} acs::db::nsdb-postgresql instproc {call cs_object_type_get_tree_sortkey}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call dbms_date (public)

 <instance of acs::db::nsdb-postgresql[i]> call dbms_date \
    [ -dbn dbn ] -raw_date raw_date 

Automatically generated method

Switches:
-dbn
(optional)
-raw_date
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call dbms_date} acs::db::nsdb-postgresql instproc {call dbms_date} acs::db::nsdb-postgresql instproc {call dbms_date}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call doc get_package_header (public)

 <instance of acs::db::nsdb-postgresql[i]> call doc get_package_header \
    [ -dbn dbn ] -package_name package_name 

Automatically generated method

Switches:
-dbn
(optional)
-package_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call doc get_package_header} acs::db::nsdb-postgresql instproc {call doc get_package_header} acs::db::nsdb-postgresql instproc {call doc get_package_header}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call doc get_proc_header (public)

 <instance of acs::db::nsdb-postgresql[i]> call doc get_proc_header \
    [ -dbn dbn ] -proc_name proc_name  -package_name package_name 

Automatically generated method

Switches:
-dbn
(optional)
-proc_name
(required)
-package_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call doc get_proc_header} acs::db::nsdb-postgresql instproc {call doc get_proc_header} acs::db::nsdb-postgresql instproc {call doc get_proc_header}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call efine_function_args (public)

 <instance of acs::db::nsdb-postgresql[i]> call efine_function_args \
    [ -dbn dbn ] -function function  -arg_list arg_list 

Automatically generated method

Switches:
-dbn
(optional)
-function
(required)
-arg_list
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call efine_function_args} acs::db::nsdb-postgresql instproc {call efine_function_args} acs::db::nsdb-postgresql instproc {call efine_function_args}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call et_func_definition (public)

 <instance of acs::db::nsdb-postgresql[i]> call et_func_definition \
    [ -dbn dbn ] -fname fname  -args args 

Automatically generated method

Switches:
-dbn
(optional)
-fname
(required)
-args
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call et_func_definition} acs::db::nsdb-postgresql instproc {call et_func_definition} acs::db::nsdb-postgresql instproc {call et_func_definition}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call et_func_drop_command (public)

 <instance of acs::db::nsdb-postgresql[i]> call et_func_drop_command \
    [ -dbn dbn ] -fname fname 

Automatically generated method

Switches:
-dbn
(optional)
-fname
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call et_func_drop_command} acs::db::nsdb-postgresql instproc {call et_func_drop_command} acs::db::nsdb-postgresql instproc {call et_func_drop_command}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call et_func_header (public)

 <instance of acs::db::nsdb-postgresql[i]> call et_func_header \
    [ -dbn dbn ] -fname fname  -args args 

Automatically generated method

Switches:
-dbn
(optional)
-fname
(required)
-args
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call et_func_header} acs::db::nsdb-postgresql instproc {call et_func_header} acs::db::nsdb-postgresql instproc {call et_func_header}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call etp create_extlink (public)

 <instance of acs::db::nsdb-postgresql[i]> call etp create_extlink \
    [ -dbn dbn ] [ -item_id item_id ] [ -package_id package_id ] \
    -url url  -title title  -description description 

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-package_id
(optional)
-url
(required)
-title
(required)
-description
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call etp create_extlink} acs::db::nsdb-postgresql instproc {call etp create_extlink} acs::db::nsdb-postgresql instproc {call etp create_extlink}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call etp create_new_revision (public)

 <instance of acs::db::nsdb-postgresql[i]> call etp create_new_revision \
    [ -dbn dbn ] [ -package_id package_id ] -name name  \
    [ -user_id user_id ] [ -revision_id revision_id ]

Automatically generated method

Switches:
-dbn
(optional)
-package_id
(optional)
-name
(required)
-user_id
(optional)
-revision_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call etp create_new_revision} acs::db::nsdb-postgresql instproc {call etp create_new_revision} acs::db::nsdb-postgresql instproc {call etp create_new_revision}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call etp create_page (public)

 <instance of acs::db::nsdb-postgresql[i]> call etp create_page \
    [ -dbn dbn ] [ -item_id item_id ] [ -package_id package_id ] \
    -name name  -title title  [ -content_type content_type ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-package_id
(optional)
-name
(required)
-title
(required)
-content_type
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call etp create_page} acs::db::nsdb-postgresql instproc {call etp create_page} acs::db::nsdb-postgresql instproc {call etp create_page}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call etp create_symlink (public)

 <instance of acs::db::nsdb-postgresql[i]> call etp create_symlink \
    [ -dbn dbn ] [ -package_id package_id ] [ -target_id target_id ]

Automatically generated method

Switches:
-dbn
(optional)
-package_id
(optional)
-target_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call etp create_symlink} acs::db::nsdb-postgresql instproc {call etp create_symlink} acs::db::nsdb-postgresql instproc {call etp create_symlink}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call etp get_attribute_value (public)

 <instance of acs::db::nsdb-postgresql[i]> call etp get_attribute_value \
    [ -dbn dbn ] [ -object_id object_id ] \
    [ -attribute_id attribute_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-attribute_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call etp get_attribute_value} acs::db::nsdb-postgresql instproc {call etp get_attribute_value} acs::db::nsdb-postgresql instproc {call etp get_attribute_value}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call etp get_description (public)

 <instance of acs::db::nsdb-postgresql[i]> call etp get_description \
    [ -dbn dbn ] [ -item_id item_id ] \
    -revision_description revision_description 

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-revision_description
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call etp get_description} acs::db::nsdb-postgresql instproc {call etp get_description} acs::db::nsdb-postgresql instproc {call etp get_description}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call etp get_folder_id (public)

 <instance of acs::db::nsdb-postgresql[i]> call etp get_folder_id \
    [ -dbn dbn ] [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call etp get_folder_id} acs::db::nsdb-postgresql instproc {call etp get_folder_id} acs::db::nsdb-postgresql instproc {call etp get_folder_id}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call etp get_relative_url (public)

 <instance of acs::db::nsdb-postgresql[i]> call etp get_relative_url \
    [ -dbn dbn ] [ -item_id item_id ] -name name 

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call etp get_relative_url} acs::db::nsdb-postgresql instproc {call etp get_relative_url} acs::db::nsdb-postgresql instproc {call etp get_relative_url}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call etp get_title (public)

 <instance of acs::db::nsdb-postgresql[i]> call etp get_title \
    [ -dbn dbn ] [ -item_id item_id ] -revision_title revision_title 

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-revision_title
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call etp get_title} acs::db::nsdb-postgresql instproc {call etp get_title} acs::db::nsdb-postgresql instproc {call etp get_title}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call faq new_q_and_a (public)

 <instance of acs::db::nsdb-postgresql[i]> call faq new_q_and_a \
    [ -dbn dbn ] [ -entry_id entry_id ] [ -faq_id faq_id ] \
    -question question  -answer answer  [ -sort_key sort_key ] \
    -object_type object_type  [ -creation_date creation_date ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-entry_id
(optional)
-faq_id
(optional)
-question
(required)
-answer
(required)
-sort_key
(optional)
-object_type
(required)
-creation_date
(defaults to "current_timestamp") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call faq new_q_and_a} acs::db::nsdb-postgresql instproc {call faq new_q_and_a} acs::db::nsdb-postgresql instproc {call faq new_q_and_a}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage copy_file (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage copy_file \
    [ -dbn dbn ] [ -file_id file_id ] \
    [ -target_folder_id target_folder_id ] \
    [ -creation_user creation_user ] -creation_ip creation_ip  \
    [ -name name ] [ -title title ]

Automatically generated method

Switches:
-dbn
(optional)
-file_id
(optional)
-target_folder_id
(optional)
-creation_user
(optional)
-creation_ip
(required)
-name
(optional)
-title
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage copy_file} acs::db::nsdb-postgresql instproc {call file_storage copy_file} acs::db::nsdb-postgresql instproc {call file_storage copy_file}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage delete_file (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage delete_file \
    [ -dbn dbn ] [ -file_id file_id ]

Automatically generated method

Switches:
-dbn
(optional)
-file_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage delete_file} acs::db::nsdb-postgresql instproc {call file_storage delete_file} acs::db::nsdb-postgresql instproc {call file_storage delete_file}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage delete_folder (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage delete_folder \
    [ -dbn dbn ] [ -folder_id folder_id ] -cascade_p cascade_p 

Automatically generated method

Switches:
-dbn
(optional)
-folder_id
(optional)
-cascade_p
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage delete_folder} acs::db::nsdb-postgresql instproc {call file_storage delete_folder} acs::db::nsdb-postgresql instproc {call file_storage delete_folder}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage delete_version (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage delete_version \
    [ -dbn dbn ] [ -file_id file_id ] [ -version_id version_id ]

Automatically generated method

Switches:
-dbn
(optional)
-file_id
(optional)
-version_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage delete_version} acs::db::nsdb-postgresql instproc {call file_storage delete_version} acs::db::nsdb-postgresql instproc {call file_storage delete_version}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage get_content_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage get_content_type \
    [ -dbn dbn ] [ -file_id file_id ]

Automatically generated method

Switches:
-dbn
(optional)
-file_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage get_content_type} acs::db::nsdb-postgresql instproc {call file_storage get_content_type} acs::db::nsdb-postgresql instproc {call file_storage get_content_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage get_folder_name (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage get_folder_name \
    [ -dbn dbn ] [ -folder_id folder_id ]

Automatically generated method

Switches:
-dbn
(optional)
-folder_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage get_folder_name} acs::db::nsdb-postgresql instproc {call file_storage get_folder_name} acs::db::nsdb-postgresql instproc {call file_storage get_folder_name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage get_package_id (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage get_package_id \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage get_package_id} acs::db::nsdb-postgresql instproc {call file_storage get_package_id} acs::db::nsdb-postgresql instproc {call file_storage get_package_id}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage get_parent_id (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage get_parent_id \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage get_parent_id} acs::db::nsdb-postgresql instproc {call file_storage get_parent_id} acs::db::nsdb-postgresql instproc {call file_storage get_parent_id}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage get_root_folder (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage get_root_folder \
    [ -dbn dbn ] [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage get_root_folder} acs::db::nsdb-postgresql instproc {call file_storage get_root_folder} acs::db::nsdb-postgresql instproc {call file_storage get_root_folder}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage get_title (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage get_title \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage get_title} acs::db::nsdb-postgresql instproc {call file_storage get_title} acs::db::nsdb-postgresql instproc {call file_storage get_title}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage move_file (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage move_file \
    [ -dbn dbn ] [ -file_id file_id ] \
    [ -target_folder_id target_folder_id ] \
    [ -creation_user creation_user ] -creation_ip creation_ip 

Automatically generated method

Switches:
-dbn
(optional)
-file_id
(optional)
-target_folder_id
(optional)
-creation_user
(optional)
-creation_ip
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage move_file} acs::db::nsdb-postgresql instproc {call file_storage move_file} acs::db::nsdb-postgresql instproc {call file_storage move_file}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage new_file (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage new_file \
    [ -dbn dbn ] -name name  [ -folder_id folder_id ] \
    [ -user_id user_id ] -creation_ip creation_ip  -indb_p indb_p  \
    [ -item_id item_id ] [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-name
(required)
-folder_id
(optional)
-user_id
(optional)
-creation_ip
(required)
-indb_p
(required)
-item_id
(optional)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage new_file} acs::db::nsdb-postgresql instproc {call file_storage new_file} acs::db::nsdb-postgresql instproc {call file_storage new_file}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage new_folder (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage new_folder \
    [ -dbn dbn ] -name name  -folder_name folder_name  \
    [ -parent_id parent_id ] [ -creation_user creation_user ] \
    -creation_ip creation_ip 

Automatically generated method

Switches:
-dbn
(optional)
-name
(required)
-folder_name
(required)
-parent_id
(optional)
-creation_user
(optional)
-creation_ip
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage new_folder} acs::db::nsdb-postgresql instproc {call file_storage new_folder} acs::db::nsdb-postgresql instproc {call file_storage new_folder}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage new_root_folder (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage new_root_folder \
    [ -dbn dbn ] [ -package_id package_id ] -folder_name folder_name  \
    -url url  -description description 

Automatically generated method

Switches:
-dbn
(optional)
-package_id
(optional)
-folder_name
(required)
-url
(required)
-description
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage new_root_folder} acs::db::nsdb-postgresql instproc {call file_storage new_root_folder} acs::db::nsdb-postgresql instproc {call file_storage new_root_folder}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage new_version (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage new_version \
    [ -dbn dbn ] -filename filename  -description description  \
    -mime_type mime_type  [ -item_id item_id ] \
    [ -creation_user creation_user ] -creation_ip creation_ip 

Automatically generated method

Switches:
-dbn
(optional)
-filename
(required)
-description
(required)
-mime_type
(required)
-item_id
(optional)
-creation_user
(optional)
-creation_ip
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage new_version} acs::db::nsdb-postgresql instproc {call file_storage new_version} acs::db::nsdb-postgresql instproc {call file_storage new_version}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call file_storage rename_file (public)

 <instance of acs::db::nsdb-postgresql[i]> call file_storage rename_file \
    [ -dbn dbn ] [ -file_id file_id ] -name name 

Automatically generated method

Switches:
-dbn
(optional)
-file_id
(optional)
-name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call file_storage rename_file} acs::db::nsdb-postgresql instproc {call file_storage rename_file} acs::db::nsdb-postgresql instproc {call file_storage rename_file}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call forums_forum delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call forums_forum delete \
    [ -dbn dbn ] [ -forum_id forum_id ]

Automatically generated method

Switches:
-dbn
(optional)
-forum_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call forums_forum delete} acs::db::nsdb-postgresql instproc {call forums_forum delete} acs::db::nsdb-postgresql instproc {call forums_forum delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call forums_forum name (public)

 <instance of acs::db::nsdb-postgresql[i]> call forums_forum name \
    [ -dbn dbn ] [ -forum_id forum_id ]

Automatically generated method

Switches:
-dbn
(optional)
-forum_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call forums_forum name} acs::db::nsdb-postgresql instproc {call forums_forum name} acs::db::nsdb-postgresql instproc {call forums_forum name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call forums_forum new (public)

 <instance of acs::db::nsdb-postgresql[i]> call forums_forum new \
    [ -dbn dbn ] [ -forum_id forum_id ] [ -object_type object_type ] \
    -name name  -charter charter  \
    -presentation_type presentation_type  \
    -posting_policy posting_policy  [ -package_id package_id ] \
    -creation_date creation_date  [ -creation_user creation_user ] \
    -creation_ip creation_ip  [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-forum_id
(optional)
-object_type
(defaults to "forums_forum") (optional)
-name
(required)
-charter
(required)
-presentation_type
(required)
-posting_policy
(required)
-package_id
(optional)
-creation_date
(required)
-creation_user
(optional)
-creation_ip
(required)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call forums_forum new} acs::db::nsdb-postgresql instproc {call forums_forum new} acs::db::nsdb-postgresql instproc {call forums_forum new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call forums_message delete_thread (public)

 <instance of acs::db::nsdb-postgresql[i]> call forums_message delete_thread \
    [ -dbn dbn ] [ -message_id message_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call forums_message delete_thread} acs::db::nsdb-postgresql instproc {call forums_message delete_thread} acs::db::nsdb-postgresql instproc {call forums_message delete_thread}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call forums_message delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call forums_message delete \
    [ -dbn dbn ] [ -message_id message_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call forums_message delete} acs::db::nsdb-postgresql instproc {call forums_message delete} acs::db::nsdb-postgresql instproc {call forums_message delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call forums_message name (public)

 <instance of acs::db::nsdb-postgresql[i]> call forums_message name \
    [ -dbn dbn ] [ -message_id message_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call forums_message name} acs::db::nsdb-postgresql instproc {call forums_message name} acs::db::nsdb-postgresql instproc {call forums_message name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call forums_message new (public)

 <instance of acs::db::nsdb-postgresql[i]> call forums_message new \
    [ -dbn dbn ] [ -message_id message_id ] \
    [ -object_type object_type ] [ -forum_id forum_id ] \
    -subject subject  -content content  -format format  \
    [ -user_id user_id ] -state state  [ -parent_id parent_id ] \
    -creation_date creation_date  [ -creation_user creation_user ] \
    -creation_ip creation_ip  [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)
-object_type
(defaults to "forums_message") (optional)
-forum_id
(optional)
-subject
(required)
-content
(required)
-format
(required)
-user_id
(optional)
-state
(required)
-parent_id
(optional)
-creation_date
(required)
-creation_user
(optional)
-creation_ip
(required)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call forums_message new} acs::db::nsdb-postgresql instproc {call forums_message new} acs::db::nsdb-postgresql instproc {call forums_message new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call forums_message root_message_id (public)

 <instance of acs::db::nsdb-postgresql[i]> call forums_message root_message_id \
    [ -dbn dbn ] [ -message_id message_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call forums_message root_message_id} acs::db::nsdb-postgresql instproc {call forums_message root_message_id} acs::db::nsdb-postgresql instproc {call forums_message root_message_id}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call forums_message set_state (public)

 <instance of acs::db::nsdb-postgresql[i]> call forums_message set_state \
    [ -dbn dbn ] [ -message_id message_id ] -state state 

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)
-state
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call forums_message set_state} acs::db::nsdb-postgresql instproc {call forums_message set_state} acs::db::nsdb-postgresql instproc {call forums_message set_state}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call forums_message thread_close (public)

 <instance of acs::db::nsdb-postgresql[i]> call forums_message thread_close \
    [ -dbn dbn ] [ -message_id message_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call forums_message thread_close} acs::db::nsdb-postgresql instproc {call forums_message thread_close} acs::db::nsdb-postgresql instproc {call forums_message thread_close}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call forums_message thread_open (public)

 <instance of acs::db::nsdb-postgresql[i]> call forums_message thread_open \
    [ -dbn dbn ] [ -message_id message_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call forums_message thread_open} acs::db::nsdb-postgresql instproc {call forums_message thread_open} acs::db::nsdb-postgresql instproc {call forums_message thread_open}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call forums_reading_info move_thread_update (public)

 <instance of acs::db::nsdb-postgresql[i]> call forums_reading_info move_thread_update \
    [ -dbn dbn ] [ -source_message_id source_message_id ] \
    [ -target_message_id target_message_id ]

Automatically generated method

Switches:
-dbn
(optional)
-source_message_id
(optional)
-target_message_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call forums_reading_info move_thread_update} acs::db::nsdb-postgresql instproc {call forums_reading_info move_thread_update} acs::db::nsdb-postgresql instproc {call forums_reading_info move_thread_update}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call forums_reading_info remove_msg (public)

 <instance of acs::db::nsdb-postgresql[i]> call forums_reading_info remove_msg \
    [ -dbn dbn ] [ -message_id message_id ]

Automatically generated method

Switches:
-dbn
(optional)
-message_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call forums_reading_info remove_msg} acs::db::nsdb-postgresql instproc {call forums_reading_info remove_msg} acs::db::nsdb-postgresql instproc {call forums_reading_info remove_msg}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call forums_reading_info user_add_forum (public)

 <instance of acs::db::nsdb-postgresql[i]> call forums_reading_info user_add_forum \
    [ -dbn dbn ] [ -forum_id forum_id ] [ -user_id user_id ]

Automatically generated method

Switches:
-dbn
(optional)
-forum_id
(optional)
-user_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call forums_reading_info user_add_forum} acs::db::nsdb-postgresql instproc {call forums_reading_info user_add_forum} acs::db::nsdb-postgresql instproc {call forums_reading_info user_add_forum}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call forums_reading_info user_add_msg (public)

 <instance of acs::db::nsdb-postgresql[i]> call forums_reading_info user_add_msg \
    [ -dbn dbn ] [ -root_message_id root_message_id ] \
    [ -user_id user_id ]

Automatically generated method

Switches:
-dbn
(optional)
-root_message_id
(optional)
-user_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call forums_reading_info user_add_msg} acs::db::nsdb-postgresql instproc {call forums_reading_info user_add_msg} acs::db::nsdb-postgresql instproc {call forums_reading_info user_add_msg}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call fs_simple_object delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call fs_simple_object delete \
    [ -dbn dbn ] [ -object_id object_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call fs_simple_object delete} acs::db::nsdb-postgresql instproc {call fs_simple_object delete} acs::db::nsdb-postgresql instproc {call fs_simple_object delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call fs_simple_object new (public)

 <instance of acs::db::nsdb-postgresql[i]> call fs_simple_object new \
    [ -dbn dbn ] [ -object_id object_id ] [ -object_type object_type ] \
    [ -folder_id folder_id ] -name name  -description description  \
    -creation_date creation_date  [ -creation_user creation_user ] \
    -creation_ip creation_ip  [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-object_type
(defaults to "fs_simple_object") (optional)
-folder_id
(optional)
-name
(required)
-description
(required)
-creation_date
(required)
-creation_user
(optional)
-creation_ip
(required)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call fs_simple_object new} acs::db::nsdb-postgresql instproc {call fs_simple_object new} acs::db::nsdb-postgresql instproc {call fs_simple_object new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call fs_url delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call fs_url delete \
    [ -dbn dbn ] [ -url_id url_id ]

Automatically generated method

Switches:
-dbn
(optional)
-url_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call fs_url delete} acs::db::nsdb-postgresql instproc {call fs_url delete} acs::db::nsdb-postgresql instproc {call fs_url delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call fs_url new (public)

 <instance of acs::db::nsdb-postgresql[i]> call fs_url new \
    [ -dbn dbn ] [ -url_id url_id ] [ -object_type object_type ] \
    -url url  [ -folder_id folder_id ] -name name  \
    -description description  -creation_date creation_date  \
    [ -creation_user creation_user ] -creation_ip creation_ip  \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-url_id
(optional)
-object_type
(defaults to "fs_url") (optional)
-url
(required)
-folder_id
(optional)
-name
(required)
-description
(required)
-creation_date
(required)
-creation_user
(optional)
-creation_ip
(required)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call fs_url new} acs::db::nsdb-postgresql instproc {call fs_url new} acs::db::nsdb-postgresql instproc {call fs_url new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call image delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call image delete \
    [ -dbn dbn ] [ -v_item_id v_item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-v_item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call image delete} acs::db::nsdb-postgresql instproc {call image delete} acs::db::nsdb-postgresql instproc {call image delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call image new_revision (public)

 <instance of acs::db::nsdb-postgresql[i]> call image new_revision \
    [ -dbn dbn ] [ -item_id item_id ] [ -revision_id revision_id ] \
    -title title  -description description  \
    -publish_date publish_date  -mime_type mime_type  \
    -nls_language nls_language  [ -creation_user creation_user ] \
    -creation_ip creation_ip  [ -height height ] [ -width width ] \
    [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-revision_id
(optional)
-title
(required)
-description
(required)
-publish_date
(required)
-mime_type
(required)
-nls_language
(required)
-creation_user
(optional)
-creation_ip
(required)
-height
(optional)
-width
(optional)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call image new_revision} acs::db::nsdb-postgresql instproc {call image new_revision} acs::db::nsdb-postgresql instproc {call image new_revision}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call image new (public)

 <instance of acs::db::nsdb-postgresql[i]> call image new \
    [ -dbn dbn ] -name name  [ -parent_id parent_id ] \
    [ -item_id item_id ] [ -revision_id revision_id ] \
    [ -mime_type mime_type ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] [ -relation_tag relation_tag ] \
    [ -title title ] [ -description description ] [ -is_live is_live ] \
    [ -publish_date publish_date ] -path path  \
    [ -file_size file_size ] [ -height height ] [ -width width ] \
    [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-name
(required)
-parent_id
(optional)
-item_id
(optional)
-revision_id
(optional)
-mime_type
(defaults to "jpeg") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-relation_tag
(optional)
-title
(optional)
-description
(optional)
-is_live
(defaults to "f") (optional)
-publish_date
(defaults to "now()") (optional)
-path
(required)
-file_size
(optional)
-height
(optional)
-width
(optional)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call image new} acs::db::nsdb-postgresql instproc {call image new} acs::db::nsdb-postgresql instproc {call image new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call journal_entry delete_for_object (public)

 <instance of acs::db::nsdb-postgresql[i]> call journal_entry delete_for_object \
    [ -dbn dbn ] [ -object_id object_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call journal_entry delete_for_object} acs::db::nsdb-postgresql instproc {call journal_entry delete_for_object} acs::db::nsdb-postgresql instproc {call journal_entry delete_for_object}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call journal_entry delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call journal_entry delete \
    [ -dbn dbn ] [ -journal_id journal_id ]

Automatically generated method

Switches:
-dbn
(optional)
-journal_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call journal_entry delete} acs::db::nsdb-postgresql instproc {call journal_entry delete} acs::db::nsdb-postgresql instproc {call journal_entry delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call journal_entry new (public)

 <instance of acs::db::nsdb-postgresql[i]> call journal_entry new \
    [ -dbn dbn ] [ -journal_id journal_id ] [ -object_id object_id ] \
    -action action  [ -action_pretty action_pretty ] \
    [ -creation_date creation_date ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] [ -msg msg ]

Automatically generated method

Switches:
-dbn
(optional)
-journal_id
(optional)
-object_id
(optional)
-action
(required)
-action_pretty
(optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-msg
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call journal_entry new} acs::db::nsdb-postgresql instproc {call journal_entry new} acs::db::nsdb-postgresql instproc {call journal_entry new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call membership_rel approve (public)

 <instance of acs::db::nsdb-postgresql[i]> call membership_rel approve \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call membership_rel approve} acs::db::nsdb-postgresql instproc {call membership_rel approve} acs::db::nsdb-postgresql instproc {call membership_rel approve}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call membership_rel ban (public)

 <instance of acs::db::nsdb-postgresql[i]> call membership_rel ban \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call membership_rel ban} acs::db::nsdb-postgresql instproc {call membership_rel ban} acs::db::nsdb-postgresql instproc {call membership_rel ban}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call membership_rel check_index (public)

 <instance of acs::db::nsdb-postgresql[i]> call membership_rel check_index \
    [ -dbn dbn ] [ -group_id group_id ] [ -member_id member_id ] \
    [ -container_id container_id ]

Automatically generated method

Switches:
-dbn
(optional)
-group_id
(optional)
-member_id
(optional)
-container_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call membership_rel check_index} acs::db::nsdb-postgresql instproc {call membership_rel check_index} acs::db::nsdb-postgresql instproc {call membership_rel check_index}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call membership_rel check_representation (public)

 <instance of acs::db::nsdb-postgresql[i]> call membership_rel check_representation \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call membership_rel check_representation} acs::db::nsdb-postgresql instproc {call membership_rel check_representation} acs::db::nsdb-postgresql instproc {call membership_rel check_representation}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call membership_rel deleted (public)

 <instance of acs::db::nsdb-postgresql[i]> call membership_rel deleted \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call membership_rel deleted} acs::db::nsdb-postgresql instproc {call membership_rel deleted} acs::db::nsdb-postgresql instproc {call membership_rel deleted}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call membership_rel delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call membership_rel delete \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call membership_rel delete} acs::db::nsdb-postgresql instproc {call membership_rel delete} acs::db::nsdb-postgresql instproc {call membership_rel delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call membership_rel expire (public)

 <instance of acs::db::nsdb-postgresql[i]> call membership_rel expire \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call membership_rel expire} acs::db::nsdb-postgresql instproc {call membership_rel expire} acs::db::nsdb-postgresql instproc {call membership_rel expire}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call membership_rel merge (public)

 <instance of acs::db::nsdb-postgresql[i]> call membership_rel merge \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call membership_rel merge} acs::db::nsdb-postgresql instproc {call membership_rel merge} acs::db::nsdb-postgresql instproc {call membership_rel merge}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call membership_rel new (public)

 <instance of acs::db::nsdb-postgresql[i]> call membership_rel new \
    [ -dbn dbn ] [ -rel_id rel_id ] [ -rel_type rel_type ] \
    [ -object_id_one object_id_one ] [ -object_id_two object_id_two ] \
    [ -member_state member_state ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)
-rel_type
(defaults to "membership_rel") (optional)
-object_id_one
(optional)
-object_id_two
(optional)
-member_state
(defaults to "approved") (optional)
-creation_user
(optional)
-creation_ip
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call membership_rel new} acs::db::nsdb-postgresql instproc {call membership_rel new} acs::db::nsdb-postgresql instproc {call membership_rel new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call membership_rel reject (public)

 <instance of acs::db::nsdb-postgresql[i]> call membership_rel reject \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call membership_rel reject} acs::db::nsdb-postgresql instproc {call membership_rel reject} acs::db::nsdb-postgresql instproc {call membership_rel reject}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call membership_rel unapprove (public)

 <instance of acs::db::nsdb-postgresql[i]> call membership_rel unapprove \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call membership_rel unapprove} acs::db::nsdb-postgresql instproc {call membership_rel unapprove} acs::db::nsdb-postgresql instproc {call membership_rel unapprove}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call mp_pg_version (public)

 <instance of acs::db::nsdb-postgresql[i]> call mp_pg_version \
    [ -dbn dbn ] -version version 

Automatically generated method

Switches:
-dbn
(optional)
-version
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call mp_pg_version} acs::db::nsdb-postgresql instproc {call mp_pg_version} acs::db::nsdb-postgresql instproc {call mp_pg_version}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call news archive (public)

 <instance of acs::db::nsdb-postgresql[i]> call news archive \
    [ -dbn dbn ] [ -item_id item_id ] [ -archive_date archive_date ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-archive_date
(defaults to "current_timestamp") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call news archive} acs::db::nsdb-postgresql instproc {call news archive} acs::db::nsdb-postgresql instproc {call news archive}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call news clone (public)

 <instance of acs::db::nsdb-postgresql[i]> call news clone \
    [ -dbn dbn ] [ -old_package_id old_package_id ] \
    [ -new_package_id new_package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-old_package_id
(optional)
-new_package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call news clone} acs::db::nsdb-postgresql instproc {call news clone} acs::db::nsdb-postgresql instproc {call news clone}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call news delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call news delete \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call news delete} acs::db::nsdb-postgresql instproc {call news delete} acs::db::nsdb-postgresql instproc {call news delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call news make_permanent (public)

 <instance of acs::db::nsdb-postgresql[i]> call news make_permanent \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call news make_permanent} acs::db::nsdb-postgresql instproc {call news make_permanent} acs::db::nsdb-postgresql instproc {call news make_permanent}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call news name (public)

 <instance of acs::db::nsdb-postgresql[i]> call news name \
    [ -dbn dbn ] [ -news_id news_id ]

Automatically generated method

Switches:
-dbn
(optional)
-news_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call news name} acs::db::nsdb-postgresql instproc {call news name} acs::db::nsdb-postgresql instproc {call news name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call news new (public)

 <instance of acs::db::nsdb-postgresql[i]> call news new \
    [ -dbn dbn ] [ -item_id item_id ] [ -locale locale ] \
    [ -publish_date publish_date ] [ -text text ] \
    [ -nls_language nls_language ] [ -title title ] \
    [ -mime_type mime_type ] [ -package_id package_id ] \
    [ -archive_date archive_date ] [ -approval_user approval_user ] \
    [ -approval_date approval_date ] [ -approval_ip approval_ip ] \
    [ -relation_tag relation_tag ] [ -creation_ip creation_ip ] \
    [ -creation_user creation_user ] [ -is_live_p is_live_p ] \
    -lead lead 

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-locale
(optional)
-publish_date
(optional)
-text
(optional)
-nls_language
(optional)
-title
(optional)
-mime_type
(defaults to "text/plain") (optional)
-package_id
(optional)
-archive_date
(optional)
-approval_user
(optional)
-approval_date
(optional)
-approval_ip
(optional)
-relation_tag
(optional)
-creation_ip
(optional)
-creation_user
(optional)
-is_live_p
(defaults to "f") (optional)
-lead
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call news new} acs::db::nsdb-postgresql instproc {call news new} acs::db::nsdb-postgresql instproc {call news new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call news revision_delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call news revision_delete \
    [ -dbn dbn ] [ -revision_id revision_id ]

Automatically generated method

Switches:
-dbn
(optional)
-revision_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call news revision_delete} acs::db::nsdb-postgresql instproc {call news revision_delete} acs::db::nsdb-postgresql instproc {call news revision_delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call news revision_new (public)

 <instance of acs::db::nsdb-postgresql[i]> call news revision_new \
    [ -dbn dbn ] [ -item_id item_id ] [ -publish_date publish_date ] \
    [ -text text ] -title title  -description description  \
    [ -mime_type mime_type ] [ -package_id package_id ] \
    [ -archive_date archive_date ] [ -approval_user approval_user ] \
    [ -approval_date approval_date ] [ -approval_ip approval_ip ] \
    [ -creation_date creation_date ] [ -creation_ip creation_ip ] \
    [ -creation_user creation_user ] \
    [ -make_active_revision_p make_active_revision_p ] -lead lead 

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)
-publish_date
(optional)
-text
(optional)
-title
(required)
-description
(required)
-mime_type
(defaults to "text/plain") (optional)
-package_id
(optional)
-archive_date
(optional)
-approval_user
(optional)
-approval_date
(optional)
-approval_ip
(optional)
-creation_date
(defaults to "current_timestamp") (optional)
-creation_ip
(optional)
-creation_user
(optional)
-make_active_revision_p
(defaults to "f") (optional)
-lead
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call news revision_new} acs::db::nsdb-postgresql instproc {call news revision_new} acs::db::nsdb-postgresql instproc {call news revision_new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call news revision_set_active (public)

 <instance of acs::db::nsdb-postgresql[i]> call news revision_set_active \
    [ -dbn dbn ] [ -revision_id revision_id ]

Automatically generated method

Switches:
-dbn
(optional)
-revision_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call news revision_set_active} acs::db::nsdb-postgresql instproc {call news revision_set_active} acs::db::nsdb-postgresql instproc {call news revision_set_active}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call news set_approve (public)

 <instance of acs::db::nsdb-postgresql[i]> call news set_approve \
    [ -dbn dbn ] [ -revision_id revision_id ] [ -approve_p approve_p ] \
    [ -publish_date publish_date ] [ -archive_date archive_date ] \
    [ -approval_user approval_user ] [ -approval_date approval_date ] \
    [ -approval_ip approval_ip ] [ -live_revision_p live_revision_p ]

Automatically generated method

Switches:
-dbn
(optional)
-revision_id
(optional)
-approve_p
(defaults to "t") (optional)
-publish_date
(optional)
-archive_date
(optional)
-approval_user
(optional)
-approval_date
(defaults to "current_timestamp") (optional)
-approval_ip
(optional)
-live_revision_p
(defaults to "t") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call news set_approve} acs::db::nsdb-postgresql instproc {call news set_approve} acs::db::nsdb-postgresql instproc {call news set_approve}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call news status (public)

 <instance of acs::db::nsdb-postgresql[i]> call news status \
    [ -dbn dbn ] -publish_date publish_date  \
    -archive_date archive_date 

Automatically generated method

Switches:
-dbn
(optional)
-publish_date
(required)
-archive_date
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call news status} acs::db::nsdb-postgresql instproc {call news status} acs::db::nsdb-postgresql instproc {call news status}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call notification delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call notification delete \
    [ -dbn dbn ] [ -notification_id notification_id ]

Automatically generated method

Switches:
-dbn
(optional)
-notification_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call notification delete} acs::db::nsdb-postgresql instproc {call notification delete} acs::db::nsdb-postgresql instproc {call notification delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call notification new (public)

 <instance of acs::db::nsdb-postgresql[i]> call notification new \
    [ -dbn dbn ] [ -notification_id notification_id ] \
    [ -type_id type_id ] [ -object_id object_id ] \
    -notif_date notif_date  [ -response_id response_id ] \
    [ -notif_user notif_user ] -notif_subject notif_subject  \
    -notif_text notif_text  -notif_html notif_html  \
    -file_ids file_ids  -creation_date creation_date  \
    [ -creation_user creation_user ] -creation_ip creation_ip  \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-notification_id
(optional)
-type_id
(optional)
-object_id
(optional)
-notif_date
(required)
-response_id
(optional)
-notif_user
(optional)
-notif_subject
(required)
-notif_text
(required)
-notif_html
(required)
-file_ids
(required)
-creation_date
(required)
-creation_user
(optional)
-creation_ip
(required)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call notification new} acs::db::nsdb-postgresql instproc {call notification new} acs::db::nsdb-postgresql instproc {call notification new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call notification_delivery_method delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call notification_delivery_method delete \
    [ -dbn dbn ] [ -delivery_method_id delivery_method_id ]

Automatically generated method

Switches:
-dbn
(optional)
-delivery_method_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call notification_delivery_method delete} acs::db::nsdb-postgresql instproc {call notification_delivery_method delete} acs::db::nsdb-postgresql instproc {call notification_delivery_method delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call notification_delivery_method new (public)

 <instance of acs::db::nsdb-postgresql[i]> call notification_delivery_method new \
    [ -dbn dbn ] [ -delivery_method_id delivery_method_id ] \
    [ -sc_impl_id sc_impl_id ] -short_name short_name  \
    -pretty_name pretty_name  -creation_date creation_date  \
    [ -creation_user creation_user ] -creation_ip creation_ip  \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-delivery_method_id
(optional)
-sc_impl_id
(optional)
-short_name
(required)
-pretty_name
(required)
-creation_date
(required)
-creation_user
(optional)
-creation_ip
(required)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call notification_delivery_method new} acs::db::nsdb-postgresql instproc {call notification_delivery_method new} acs::db::nsdb-postgresql instproc {call notification_delivery_method new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call notification_interval delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call notification_interval delete \
    [ -dbn dbn ] [ -interval_id interval_id ]

Automatically generated method

Switches:
-dbn
(optional)
-interval_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call notification_interval delete} acs::db::nsdb-postgresql instproc {call notification_interval delete} acs::db::nsdb-postgresql instproc {call notification_interval delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call notification_interval new (public)

 <instance of acs::db::nsdb-postgresql[i]> call notification_interval new \
    [ -dbn dbn ] [ -interval_id interval_id ] -name name  \
    [ -n_seconds n_seconds ] -creation_date creation_date  \
    [ -creation_user creation_user ] -creation_ip creation_ip  \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-interval_id
(optional)
-name
(required)
-n_seconds
(optional)
-creation_date
(required)
-creation_user
(optional)
-creation_ip
(required)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call notification_interval new} acs::db::nsdb-postgresql instproc {call notification_interval new} acs::db::nsdb-postgresql instproc {call notification_interval new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call notification_reply delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call notification_reply delete \
    [ -dbn dbn ] [ -reply_id reply_id ]

Automatically generated method

Switches:
-dbn
(optional)
-reply_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call notification_reply delete} acs::db::nsdb-postgresql instproc {call notification_reply delete} acs::db::nsdb-postgresql instproc {call notification_reply delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call notification_reply new (public)

 <instance of acs::db::nsdb-postgresql[i]> call notification_reply new \
    [ -dbn dbn ] [ -reply_id reply_id ] [ -object_id object_id ] \
    [ -type_id type_id ] [ -from_user from_user ] -subject subject  \
    -content content  -reply_date reply_date  \
    -creation_date creation_date  [ -creation_user creation_user ] \
    -creation_ip creation_ip  [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-reply_id
(optional)
-object_id
(optional)
-type_id
(optional)
-from_user
(optional)
-subject
(required)
-content
(required)
-reply_date
(required)
-creation_date
(required)
-creation_user
(optional)
-creation_ip
(required)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call notification_reply new} acs::db::nsdb-postgresql instproc {call notification_reply new} acs::db::nsdb-postgresql instproc {call notification_reply new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call notification_request delete_all_for_user (public)

 <instance of acs::db::nsdb-postgresql[i]> call notification_request delete_all_for_user \
    [ -dbn dbn ] [ -user_id user_id ]

Automatically generated method

Switches:
-dbn
(optional)
-user_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call notification_request delete_all_for_user} acs::db::nsdb-postgresql instproc {call notification_request delete_all_for_user} acs::db::nsdb-postgresql instproc {call notification_request delete_all_for_user}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call notification_request delete_all (public)

 <instance of acs::db::nsdb-postgresql[i]> call notification_request delete_all \
    [ -dbn dbn ] [ -object_id object_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call notification_request delete_all} acs::db::nsdb-postgresql instproc {call notification_request delete_all} acs::db::nsdb-postgresql instproc {call notification_request delete_all}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call notification_request delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call notification_request delete \
    [ -dbn dbn ] [ -request_id request_id ]

Automatically generated method

Switches:
-dbn
(optional)
-request_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call notification_request delete} acs::db::nsdb-postgresql instproc {call notification_request delete} acs::db::nsdb-postgresql instproc {call notification_request delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call notification_request new (public)

 <instance of acs::db::nsdb-postgresql[i]> call notification_request new \
    [ -dbn dbn ] [ -request_id request_id ] \
    [ -object_type object_type ] [ -type_id type_id ] \
    [ -user_id user_id ] [ -object_id object_id ] \
    [ -interval_id interval_id ] \
    [ -delivery_method_id delivery_method_id ] -format format  \
    [ -dynamic_p dynamic_p ] -creation_date creation_date  \
    [ -creation_user creation_user ] -creation_ip creation_ip  \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-request_id
(optional)
-object_type
(defaults to "notification_request") (optional)
-type_id
(optional)
-user_id
(optional)
-object_id
(optional)
-interval_id
(optional)
-delivery_method_id
(optional)
-format
(required)
-dynamic_p
(defaults to "f") (optional)
-creation_date
(required)
-creation_user
(optional)
-creation_ip
(required)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call notification_request new} acs::db::nsdb-postgresql instproc {call notification_request new} acs::db::nsdb-postgresql instproc {call notification_request new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call notification_type delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call notification_type delete \
    [ -dbn dbn ] [ -type_id type_id ]

Automatically generated method

Switches:
-dbn
(optional)
-type_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call notification_type delete} acs::db::nsdb-postgresql instproc {call notification_type delete} acs::db::nsdb-postgresql instproc {call notification_type delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call notification_type new (public)

 <instance of acs::db::nsdb-postgresql[i]> call notification_type new \
    [ -dbn dbn ] [ -type_id type_id ] [ -sc_impl_id sc_impl_id ] \
    -short_name short_name  -pretty_name pretty_name  \
    -description description  -creation_date creation_date  \
    [ -creation_user creation_user ] -creation_ip creation_ip  \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-type_id
(optional)
-sc_impl_id
(optional)
-short_name
(required)
-pretty_name
(required)
-description
(required)
-creation_date
(required)
-creation_user
(optional)
-creation_ip
(required)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call notification_type new} acs::db::nsdb-postgresql instproc {call notification_type new} acs::db::nsdb-postgresql instproc {call notification_type new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call nstr (public)

 <instance of acs::db::nsdb-postgresql[i]> call nstr [ -dbn dbn ] \
    -str str  -pat pat  [ -dir dir ] [ -cnt cnt ]

Automatically generated method

Switches:
-dbn
(optional)
-str
(required)
-pat
(required)
-dir
(optional)
-cnt
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call nstr} acs::db::nsdb-postgresql instproc {call nstr} acs::db::nsdb-postgresql instproc {call nstr}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call nt_to_tree_key (public)

 <instance of acs::db::nsdb-postgresql[i]> call nt_to_tree_key \
    [ -dbn dbn ] [ -intkey intkey ]

Automatically generated method

Switches:
-dbn
(optional)
-intkey
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call nt_to_tree_key} acs::db::nsdb-postgresql instproc {call nt_to_tree_key} acs::db::nsdb-postgresql instproc {call nt_to_tree_key}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call ob_copy (public)

 <instance of acs::db::nsdb-postgresql[i]> call ob_copy [ -dbn dbn ] \
    [ -from_id from_id ] [ -to_id to_id ]

Automatically generated method

Switches:
-dbn
(optional)
-from_id
(optional)
-to_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call ob_copy} acs::db::nsdb-postgresql instproc {call ob_copy} acs::db::nsdb-postgresql instproc {call ob_copy}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call ob_get_data (public)

 <instance of acs::db::nsdb-postgresql[i]> call ob_get_data \
    [ -dbn dbn ] [ -lob_id lob_id ]

Automatically generated method

Switches:
-dbn
(optional)
-lob_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call ob_get_data} acs::db::nsdb-postgresql instproc {call ob_get_data} acs::db::nsdb-postgresql instproc {call ob_get_data}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call ob_length (public)

 <instance of acs::db::nsdb-postgresql[i]> call ob_length \
    [ -dbn dbn ] [ -id id ]

Automatically generated method

Switches:
-dbn
(optional)
-id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call ob_length} acs::db::nsdb-postgresql instproc {call ob_length} acs::db::nsdb-postgresql instproc {call ob_length}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call olumn_exists (public)

 <instance of acs::db::nsdb-postgresql[i]> call olumn_exists \
    [ -dbn dbn ] -table_name table_name  -column_name column_name 

Automatically generated method

Switches:
-dbn
(optional)
-table_name
(required)
-column_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call olumn_exists} acs::db::nsdb-postgresql instproc {call olumn_exists} acs::db::nsdb-postgresql instproc {call olumn_exists}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call party delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call party delete \
    [ -dbn dbn ] [ -party_id party_id ]

Automatically generated method

Switches:
-dbn
(optional)
-party_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call party delete} acs::db::nsdb-postgresql instproc {call party delete} acs::db::nsdb-postgresql instproc {call party delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call party email (public)

 <instance of acs::db::nsdb-postgresql[i]> call party email \
    [ -dbn dbn ] [ -party_id party_id ]

Automatically generated method

Switches:
-dbn
(optional)
-party_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call party email} acs::db::nsdb-postgresql instproc {call party email} acs::db::nsdb-postgresql instproc {call party email}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call party name (public)

 <instance of acs::db::nsdb-postgresql[i]> call party name \
    [ -dbn dbn ] [ -party_id party_id ]

Automatically generated method

Switches:
-dbn
(optional)
-party_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call party name} acs::db::nsdb-postgresql instproc {call party name} acs::db::nsdb-postgresql instproc {call party name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call party new (public)

 <instance of acs::db::nsdb-postgresql[i]> call party new \
    [ -dbn dbn ] [ -party_id party_id ] [ -object_type object_type ] \
    [ -creation_date creation_date ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] -email email  [ -url url ] \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-party_id
(optional)
-object_type
(defaults to "party") (optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-email
(required)
-url
(optional)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call party new} acs::db::nsdb-postgresql instproc {call party new} acs::db::nsdb-postgresql instproc {call party new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call party_approved_member add_one (public)

 <instance of acs::db::nsdb-postgresql[i]> call party_approved_member add_one \
    [ -dbn dbn ] [ -party_id party_id ] [ -member_id member_id ] \
    [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-party_id
(optional)
-member_id
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call party_approved_member add_one} acs::db::nsdb-postgresql instproc {call party_approved_member add_one} acs::db::nsdb-postgresql instproc {call party_approved_member add_one}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call party_approved_member add (public)

 <instance of acs::db::nsdb-postgresql[i]> call party_approved_member add \
    [ -dbn dbn ] [ -party_id party_id ] [ -member_id member_id ] \
    [ -rel_id rel_id ] -rel_type rel_type 

Automatically generated method

Switches:
-dbn
(optional)
-party_id
(optional)
-member_id
(optional)
-rel_id
(optional)
-rel_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call party_approved_member add} acs::db::nsdb-postgresql instproc {call party_approved_member add} acs::db::nsdb-postgresql instproc {call party_approved_member add}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call party_approved_member remove_one (public)

 <instance of acs::db::nsdb-postgresql[i]> call party_approved_member remove_one \
    [ -dbn dbn ] [ -party_id party_id ] [ -member_id member_id ] \
    [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-party_id
(optional)
-member_id
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call party_approved_member remove_one} acs::db::nsdb-postgresql instproc {call party_approved_member remove_one} acs::db::nsdb-postgresql instproc {call party_approved_member remove_one}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call party_approved_member remove (public)

 <instance of acs::db::nsdb-postgresql[i]> call party_approved_member remove \
    [ -dbn dbn ] [ -party_id party_id ] [ -member_id member_id ] \
    [ -rel_id rel_id ] -rel_type rel_type 

Automatically generated method

Switches:
-dbn
(optional)
-party_id
(optional)
-member_id
(optional)
-rel_id
(optional)
-rel_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call party_approved_member remove} acs::db::nsdb-postgresql instproc {call party_approved_member remove} acs::db::nsdb-postgresql instproc {call party_approved_member remove}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call person delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call person delete \
    [ -dbn dbn ] [ -person_id person_id ]

Automatically generated method

Switches:
-dbn
(optional)
-person_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call person delete} acs::db::nsdb-postgresql instproc {call person delete} acs::db::nsdb-postgresql instproc {call person delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call person first_names (public)

 <instance of acs::db::nsdb-postgresql[i]> call person first_names \
    [ -dbn dbn ] [ -person_id person_id ]

Automatically generated method

Switches:
-dbn
(optional)
-person_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call person first_names} acs::db::nsdb-postgresql instproc {call person first_names} acs::db::nsdb-postgresql instproc {call person first_names}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call person last_name (public)

 <instance of acs::db::nsdb-postgresql[i]> call person last_name \
    [ -dbn dbn ] [ -person_id person_id ]

Automatically generated method

Switches:
-dbn
(optional)
-person_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call person last_name} acs::db::nsdb-postgresql instproc {call person last_name} acs::db::nsdb-postgresql instproc {call person last_name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call person name (public)

 <instance of acs::db::nsdb-postgresql[i]> call person name \
    [ -dbn dbn ] [ -person_id person_id ]

Automatically generated method

Switches:
-dbn
(optional)
-person_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call person name} acs::db::nsdb-postgresql instproc {call person name} acs::db::nsdb-postgresql instproc {call person name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call person new (public)

 <instance of acs::db::nsdb-postgresql[i]> call person new \
    [ -dbn dbn ] [ -person_id person_id ] [ -object_type object_type ] \
    [ -creation_date creation_date ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ] -email email  [ -url url ] \
    -first_names first_names  -last_name last_name  \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-person_id
(optional)
-object_type
(defaults to "person") (optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-email
(required)
-url
(optional)
-first_names
(required)
-last_name
(required)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call person new} acs::db::nsdb-postgresql instproc {call person new} acs::db::nsdb-postgresql instproc {call person new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call plit (public)

 <instance of acs::db::nsdb-postgresql[i]> call plit [ -dbn dbn ] \
    -string string  -split_char split_char  [ -element element ]

Automatically generated method

Switches:
-dbn
(optional)
-string
(required)
-split_char
(required)
-element
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call plit} acs::db::nsdb-postgresql instproc {call plit} acs::db::nsdb-postgresql instproc {call plit}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call r_items_get_tree_sortkey (public)

 <instance of acs::db::nsdb-postgresql[i]> call r_items_get_tree_sortkey \
    [ -dbn dbn ] [ -item_id item_id ]

Automatically generated method

Switches:
-dbn
(optional)
-item_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call r_items_get_tree_sortkey} acs::db::nsdb-postgresql instproc {call r_items_get_tree_sortkey} acs::db::nsdb-postgresql instproc {call r_items_get_tree_sortkey}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call r_keywords_get_tree_sortkey (public)

 <instance of acs::db::nsdb-postgresql[i]> call r_keywords_get_tree_sortkey \
    [ -dbn dbn ] [ -keyword_id keyword_id ]

Automatically generated method

Switches:
-dbn
(optional)
-keyword_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call r_keywords_get_tree_sortkey} acs::db::nsdb-postgresql instproc {call r_keywords_get_tree_sortkey} acs::db::nsdb-postgresql instproc {call r_keywords_get_tree_sortkey}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call recurrence delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call recurrence delete \
    [ -dbn dbn ] [ -recurrence_id recurrence_id ]

Automatically generated method

Switches:
-dbn
(optional)
-recurrence_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call recurrence delete} acs::db::nsdb-postgresql instproc {call recurrence delete} acs::db::nsdb-postgresql instproc {call recurrence delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call recurrence new (public)

 <instance of acs::db::nsdb-postgresql[i]> call recurrence new \
    [ -dbn dbn ] -interval_name interval_name  \
    [ -every_nth_interval every_nth_interval ] \
    [ -days_of_week days_of_week ] [ -recur_until recur_until ] \
    [ -custom_func custom_func ]

Automatically generated method

Switches:
-dbn
(optional)
-interval_name
(required)
-every_nth_interval
(optional)
-days_of_week
(optional)
-recur_until
(optional)
-custom_func
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call recurrence new} acs::db::nsdb-postgresql instproc {call recurrence new} acs::db::nsdb-postgresql instproc {call recurrence new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call ree_ancestor_key (public)

 <instance of acs::db::nsdb-postgresql[i]> call ree_ancestor_key \
    [ -dbn dbn ] -tree_key tree_key  [ -level level ]

Automatically generated method

Switches:
-dbn
(optional)
-tree_key
(required)
-level
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call ree_ancestor_key} acs::db::nsdb-postgresql instproc {call ree_ancestor_key} acs::db::nsdb-postgresql instproc {call ree_ancestor_key}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call ree_ancestor_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call ree_ancestor_p \
    [ -dbn dbn ] -potential_ancestor potential_ancestor  \
    -potential_child potential_child 

Automatically generated method

Switches:
-dbn
(optional)
-potential_ancestor
(required)
-potential_child
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call ree_ancestor_p} acs::db::nsdb-postgresql instproc {call ree_ancestor_p} acs::db::nsdb-postgresql instproc {call ree_ancestor_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call ree_increment_key (public)

 <instance of acs::db::nsdb-postgresql[i]> call ree_increment_key \
    [ -dbn dbn ] -child_sort_key child_sort_key 

Automatically generated method

Switches:
-dbn
(optional)
-child_sort_key
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call ree_increment_key} acs::db::nsdb-postgresql instproc {call ree_increment_key} acs::db::nsdb-postgresql instproc {call ree_increment_key}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call ree_key_to_int (public)

 <instance of acs::db::nsdb-postgresql[i]> call ree_key_to_int \
    [ -dbn dbn ] -tree_key tree_key  [ -level level ]

Automatically generated method

Switches:
-dbn
(optional)
-tree_key
(required)
-level
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call ree_key_to_int} acs::db::nsdb-postgresql instproc {call ree_key_to_int} acs::db::nsdb-postgresql instproc {call ree_key_to_int}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call ree_leaf_key_to_int (public)

 <instance of acs::db::nsdb-postgresql[i]> call ree_leaf_key_to_int \
    [ -dbn dbn ] -tree_key tree_key 

Automatically generated method

Switches:
-dbn
(optional)
-tree_key
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call ree_leaf_key_to_int} acs::db::nsdb-postgresql instproc {call ree_leaf_key_to_int} acs::db::nsdb-postgresql instproc {call ree_leaf_key_to_int}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call ree_left (public)

 <instance of acs::db::nsdb-postgresql[i]> call ree_left \
    [ -dbn dbn ] -key key 

Automatically generated method

Switches:
-dbn
(optional)
-key
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call ree_left} acs::db::nsdb-postgresql instproc {call ree_left} acs::db::nsdb-postgresql instproc {call ree_left}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call ree_level (public)

 <instance of acs::db::nsdb-postgresql[i]> call ree_level \
    [ -dbn dbn ] -tree_key tree_key 

Automatically generated method

Switches:
-dbn
(optional)
-tree_key
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call ree_level} acs::db::nsdb-postgresql instproc {call ree_level} acs::db::nsdb-postgresql instproc {call ree_level}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call ree_next_key (public)

 <instance of acs::db::nsdb-postgresql[i]> call ree_next_key \
    [ -dbn dbn ] -parent_key parent_key  [ -child_value child_value ]

Automatically generated method

Switches:
-dbn
(optional)
-parent_key
(required)
-child_value
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call ree_next_key} acs::db::nsdb-postgresql instproc {call ree_next_key} acs::db::nsdb-postgresql instproc {call ree_next_key}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call ree_right (public)

 <instance of acs::db::nsdb-postgresql[i]> call ree_right \
    [ -dbn dbn ] -key key 

Automatically generated method

Switches:
-dbn
(optional)
-key
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call ree_right} acs::db::nsdb-postgresql instproc {call ree_right} acs::db::nsdb-postgresql instproc {call ree_right}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call ree_root_key (public)

 <instance of acs::db::nsdb-postgresql[i]> call ree_root_key \
    [ -dbn dbn ] -tree_key tree_key 

Automatically generated method

Switches:
-dbn
(optional)
-tree_key
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call ree_root_key} acs::db::nsdb-postgresql instproc {call ree_root_key} acs::db::nsdb-postgresql instproc {call ree_root_key}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rel_constraint delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call rel_constraint delete \
    [ -dbn dbn ] [ -constraint_id constraint_id ]

Automatically generated method

Switches:
-dbn
(optional)
-constraint_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rel_constraint delete} acs::db::nsdb-postgresql instproc {call rel_constraint delete} acs::db::nsdb-postgresql instproc {call rel_constraint delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rel_constraint get_constraint_id (public)

 <instance of acs::db::nsdb-postgresql[i]> call rel_constraint get_constraint_id \
    [ -dbn dbn ] [ -rel_segment rel_segment ] -rel_side rel_side  \
    [ -required_rel_segment required_rel_segment ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_segment
(optional)
-rel_side
(required)
-required_rel_segment
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rel_constraint get_constraint_id} acs::db::nsdb-postgresql instproc {call rel_constraint get_constraint_id} acs::db::nsdb-postgresql instproc {call rel_constraint get_constraint_id}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rel_constraint new (public)

 <instance of acs::db::nsdb-postgresql[i]> call rel_constraint new \
    [ -dbn dbn ] [ -constraint_id constraint_id ] \
    [ -constraint_type constraint_type ] \
    -constraint_name constraint_name  [ -rel_segment rel_segment ] \
    [ -rel_side rel_side ] \
    [ -required_rel_segment required_rel_segment ] \
    [ -context_id context_id ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ]

Automatically generated method

Switches:
-dbn
(optional)
-constraint_id
(optional)
-constraint_type
(defaults to "rel_constraint") (optional)
-constraint_name
(required)
-rel_segment
(optional)
-rel_side
(defaults to "two") (optional)
-required_rel_segment
(optional)
-context_id
(optional)
-creation_user
(optional)
-creation_ip
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rel_constraint new} acs::db::nsdb-postgresql instproc {call rel_constraint new} acs::db::nsdb-postgresql instproc {call rel_constraint new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rel_constraint violation_if_removed (public)

 <instance of acs::db::nsdb-postgresql[i]> call rel_constraint violation_if_removed \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rel_constraint violation_if_removed} acs::db::nsdb-postgresql instproc {call rel_constraint violation_if_removed} acs::db::nsdb-postgresql instproc {call rel_constraint violation_if_removed}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rel_constraint violation (public)

 <instance of acs::db::nsdb-postgresql[i]> call rel_constraint violation \
    [ -dbn dbn ] [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rel_constraint violation} acs::db::nsdb-postgresql instproc {call rel_constraint violation} acs::db::nsdb-postgresql instproc {call rel_constraint violation}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rel_segment delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call rel_segment delete \
    [ -dbn dbn ] [ -segment_id segment_id ]

Automatically generated method

Switches:
-dbn
(optional)
-segment_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rel_segment delete} acs::db::nsdb-postgresql instproc {call rel_segment delete} acs::db::nsdb-postgresql instproc {call rel_segment delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rel_segment get_or_new (public)

 <instance of acs::db::nsdb-postgresql[i]> call rel_segment get_or_new \
    [ -dbn dbn ] [ -group_id group_id ] -rel_type rel_type  \
    [ -segment_name segment_name ]

Automatically generated method

Switches:
-dbn
(optional)
-group_id
(optional)
-rel_type
(required)
-segment_name
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rel_segment get_or_new} acs::db::nsdb-postgresql instproc {call rel_segment get_or_new} acs::db::nsdb-postgresql instproc {call rel_segment get_or_new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rel_segment get (public)

 <instance of acs::db::nsdb-postgresql[i]> call rel_segment get \
    [ -dbn dbn ] [ -group_id group_id ] -rel_type rel_type 

Automatically generated method

Switches:
-dbn
(optional)
-group_id
(optional)
-rel_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rel_segment get} acs::db::nsdb-postgresql instproc {call rel_segment get} acs::db::nsdb-postgresql instproc {call rel_segment get}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rel_segment name (public)

 <instance of acs::db::nsdb-postgresql[i]> call rel_segment name \
    [ -dbn dbn ] [ -segment_id segment_id ]

Automatically generated method

Switches:
-dbn
(optional)
-segment_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rel_segment name} acs::db::nsdb-postgresql instproc {call rel_segment name} acs::db::nsdb-postgresql instproc {call rel_segment name}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rel_segment new (public)

 <instance of acs::db::nsdb-postgresql[i]> call rel_segment new \
    [ -dbn dbn ] [ -segment_id segment_id ] \
    [ -object_type object_type ] [ -creation_date creation_date ] \
    [ -creation_user creation_user ] [ -creation_ip creation_ip ] \
    [ -email email ] [ -url url ] -segment_name segment_name  \
    [ -group_id group_id ] -rel_type rel_type  \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-segment_id
(optional)
-object_type
(defaults to "rel_segment") (optional)
-creation_date
(defaults to "now()") (optional)
-creation_user
(optional)
-creation_ip
(optional)
-email
(optional)
-url
(optional)
-segment_name
(required)
-group_id
(optional)
-rel_type
(required)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rel_segment new} acs::db::nsdb-postgresql instproc {call rel_segment new} acs::db::nsdb-postgresql instproc {call rel_segment new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rigger_exists (public)

 <instance of acs::db::nsdb-postgresql[i]> call rigger_exists \
    [ -dbn dbn ] -trigger_name trigger_name  -on_table on_table 

Automatically generated method

Switches:
-dbn
(optional)
-trigger_name
(required)
-on_table
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rigger_exists} acs::db::nsdb-postgresql instproc {call rigger_exists} acs::db::nsdb-postgresql instproc {call rigger_exists}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rigger_func_exists (public)

 <instance of acs::db::nsdb-postgresql[i]> call rigger_func_exists \
    [ -dbn dbn ] -trigger_name trigger_name 

Automatically generated method

Switches:
-dbn
(optional)
-trigger_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rigger_func_exists} acs::db::nsdb-postgresql instproc {call rigger_func_exists} acs::db::nsdb-postgresql instproc {call rigger_func_exists}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rigger_type (public)

 <instance of acs::db::nsdb-postgresql[i]> call rigger_type \
    [ -dbn dbn ] [ -tgtype tgtype ]

Automatically generated method

Switches:
-dbn
(optional)
-tgtype
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rigger_type} acs::db::nsdb-postgresql instproc {call rigger_type} acs::db::nsdb-postgresql instproc {call rigger_type}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rop_package (public)

 <instance of acs::db::nsdb-postgresql[i]> call rop_package \
    [ -dbn dbn ] -package_name package_name 

Automatically generated method

Switches:
-dbn
(optional)
-package_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rop_package} acs::db::nsdb-postgresql instproc {call rop_package} acs::db::nsdb-postgresql instproc {call rop_package}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call roup_contains_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call roup_contains_p \
    [ -dbn dbn ] [ -group_id group_id ] [ -component_id component_id ] \
    [ -rel_id rel_id ]

Automatically generated method

Switches:
-dbn
(optional)
-group_id
(optional)
-component_id
(optional)
-rel_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call roup_contains_p} acs::db::nsdb-postgresql instproc {call roup_contains_p} acs::db::nsdb-postgresql instproc {call roup_contains_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rss_gen_subscr del (public)

 <instance of acs::db::nsdb-postgresql[i]> call rss_gen_subscr del \
    [ -dbn dbn ] [ -subscr_id subscr_id ]

Automatically generated method

Switches:
-dbn
(optional)
-subscr_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rss_gen_subscr del} acs::db::nsdb-postgresql instproc {call rss_gen_subscr del} acs::db::nsdb-postgresql instproc {call rss_gen_subscr del}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call rss_gen_subscr new (public)

 <instance of acs::db::nsdb-postgresql[i]> call rss_gen_subscr new \
    [ -dbn dbn ] [ -p_subscr_id p_subscr_id ] [ -p_impl_id p_impl_id ] \
    -p_summary_context_id p_summary_context_id  \
    [ -p_timeout p_timeout ] [ -p_lastbuild p_lastbuild ] \
    -p_object_type p_object_type  [ -p_creation_date p_creation_date ] \
    [ -p_creation_user p_creation_user ] -p_creation_ip p_creation_ip  \
    [ -p_context_id p_context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-p_subscr_id
(optional)
-p_impl_id
(optional)
-p_summary_context_id
(required)
-p_timeout
(optional)
-p_lastbuild
(defaults to "now") (optional)
-p_object_type
(required)
-p_creation_date
(defaults to "now") (optional)
-p_creation_user
(optional)
-p_creation_ip
(required)
-p_context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call rss_gen_subscr new} acs::db::nsdb-postgresql instproc {call rss_gen_subscr new} acs::db::nsdb-postgresql instproc {call rss_gen_subscr new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call search_observer dequeue (public)

 <instance of acs::db::nsdb-postgresql[i]> call search_observer dequeue \
    [ -dbn dbn ] [ -object_id object_id ] -event_date event_date  \
    -event event 

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-event_date
(required)
-event
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call search_observer dequeue} acs::db::nsdb-postgresql instproc {call search_observer dequeue} acs::db::nsdb-postgresql instproc {call search_observer dequeue}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call search_observer enqueue (public)

 <instance of acs::db::nsdb-postgresql[i]> call search_observer enqueue \
    [ -dbn dbn ] [ -object_id object_id ] -event event 

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-event
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call search_observer enqueue} acs::db::nsdb-postgresql instproc {call search_observer enqueue} acs::db::nsdb-postgresql instproc {call search_observer enqueue}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call sec_session_property upsert (public)

 <instance of acs::db::nsdb-postgresql[i]> call sec_session_property upsert \
    [ -dbn dbn ] [ -session_id session_id ] -module module  \
    -name name  -value value  -secure_p secure_p  \
    [ -last_hit last_hit ]

Automatically generated method

Switches:
-dbn
(optional)
-session_id
(optional)
-module
(required)
-name
(required)
-value
(required)
-secure_p
(required)
-last_hit
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call sec_session_property upsert} acs::db::nsdb-postgresql instproc {call sec_session_property upsert} acs::db::nsdb-postgresql instproc {call sec_session_property upsert}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call site_node delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call site_node delete \
    [ -dbn dbn ] [ -node_id node_id ]

Automatically generated method

Switches:
-dbn
(optional)
-node_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call site_node delete} acs::db::nsdb-postgresql instproc {call site_node delete} acs::db::nsdb-postgresql instproc {call site_node delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call site_node find_pattern (public)

 <instance of acs::db::nsdb-postgresql[i]> call site_node find_pattern \
    [ -dbn dbn ] [ -node_id node_id ]

Automatically generated method

Switches:
-dbn
(optional)
-node_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call site_node find_pattern} acs::db::nsdb-postgresql instproc {call site_node find_pattern} acs::db::nsdb-postgresql instproc {call site_node find_pattern}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call site_node new (public)

 <instance of acs::db::nsdb-postgresql[i]> call site_node new \
    [ -dbn dbn ] [ -node_id node_id ] [ -parent_id parent_id ] \
    -name name  [ -object_id object_id ] -directory_p directory_p  \
    [ -pattern_p pattern_p ] [ -creation_user creation_user ] \
    [ -creation_ip creation_ip ]

Automatically generated method

Switches:
-dbn
(optional)
-node_id
(optional)
-parent_id
(optional)
-name
(required)
-object_id
(optional)
-directory_p
(required)
-pattern_p
(defaults to "f") (optional)
-creation_user
(optional)
-creation_ip
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call site_node new} acs::db::nsdb-postgresql instproc {call site_node new} acs::db::nsdb-postgresql instproc {call site_node new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call site_node node_id (public)

 <instance of acs::db::nsdb-postgresql[i]> call site_node node_id \
    [ -dbn dbn ] -url url  [ -parent_id parent_id ]

Automatically generated method

Switches:
-dbn
(optional)
-url
(required)
-parent_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call site_node node_id} acs::db::nsdb-postgresql instproc {call site_node node_id} acs::db::nsdb-postgresql instproc {call site_node node_id}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call site_node url (public)

 <instance of acs::db::nsdb-postgresql[i]> call site_node url \
    [ -dbn dbn ] [ -node_id node_id ]

Automatically generated method

Switches:
-dbn
(optional)
-node_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call site_node url} acs::db::nsdb-postgresql instproc {call site_node url} acs::db::nsdb-postgresql instproc {call site_node url}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call site_node_object_map del (public)

 <instance of acs::db::nsdb-postgresql[i]> call site_node_object_map del \
    [ -dbn dbn ] [ -object_id object_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call site_node_object_map del} acs::db::nsdb-postgresql instproc {call site_node_object_map del} acs::db::nsdb-postgresql instproc {call site_node_object_map del}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call site_node_object_map new (public)

 <instance of acs::db::nsdb-postgresql[i]> call site_node_object_map new \
    [ -dbn dbn ] [ -object_id object_id ] [ -node_id node_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-node_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call site_node_object_map new} acs::db::nsdb-postgresql instproc {call site_node_object_map new} acs::db::nsdb-postgresql instproc {call site_node_object_map new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call subsite_callback new (public)

 <instance of acs::db::nsdb-postgresql[i]> call subsite_callback new \
    [ -dbn dbn ] [ -callback_id callback_id ] -event_type event_type  \
    -object_type object_type  -callback callback  \
    -callback_type callback_type  [ -sort_order sort_order ]

Automatically generated method

Switches:
-dbn
(optional)
-callback_id
(optional)
-event_type
(required)
-object_type
(required)
-callback
(required)
-callback_type
(required)
-sort_order
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call subsite_callback new} acs::db::nsdb-postgresql instproc {call subsite_callback new} acs::db::nsdb-postgresql instproc {call subsite_callback new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call template_demo_note del (public)

 <instance of acs::db::nsdb-postgresql[i]> call template_demo_note del \
    [ -dbn dbn ] [ -template_demo_note_id template_demo_note_id ]

Automatically generated method

Switches:
-dbn
(optional)
-template_demo_note_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call template_demo_note del} acs::db::nsdb-postgresql instproc {call template_demo_note del} acs::db::nsdb-postgresql instproc {call template_demo_note del}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call template_demo_note new (public)

 <instance of acs::db::nsdb-postgresql[i]> call template_demo_note new \
    [ -dbn dbn ] [ -template_demo_note_id template_demo_note_id ] \
    -title title  -body body  -color color  \
    [ -object_type object_type ] [ -creation_date creation_date ] \
    [ -creation_user creation_user ] -creation_ip creation_ip  \
    [ -context_id context_id ]

Automatically generated method

Switches:
-dbn
(optional)
-template_demo_note_id
(optional)
-title
(required)
-body
(required)
-color
(required)
-object_type
(defaults to "template_demo_note") (optional)
-creation_date
(defaults to "now") (optional)
-creation_user
(optional)
-creation_ip
(required)
-context_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call template_demo_note new} acs::db::nsdb-postgresql instproc {call template_demo_note new} acs::db::nsdb-postgresql instproc {call template_demo_note new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call time_interval copy (public)

 <instance of acs::db::nsdb-postgresql[i]> call time_interval copy \
    [ -dbn dbn ] [ -interval_id interval_id ] [ -offset offset ]

Automatically generated method

Switches:
-dbn
(optional)
-interval_id
(optional)
-offset
(defaults to "0") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call time_interval copy} acs::db::nsdb-postgresql instproc {call time_interval copy} acs::db::nsdb-postgresql instproc {call time_interval copy}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call time_interval delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call time_interval delete \
    [ -dbn dbn ] [ -interval_id interval_id ]

Automatically generated method

Switches:
-dbn
(optional)
-interval_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call time_interval delete} acs::db::nsdb-postgresql instproc {call time_interval delete} acs::db::nsdb-postgresql instproc {call time_interval delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call time_interval edit (public)

 <instance of acs::db::nsdb-postgresql[i]> call time_interval edit \
    [ -dbn dbn ] [ -interval_id interval_id ] \
    [ -start_date start_date ] [ -end_date end_date ]

Automatically generated method

Switches:
-dbn
(optional)
-interval_id
(optional)
-start_date
(optional)
-end_date
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call time_interval edit} acs::db::nsdb-postgresql instproc {call time_interval edit} acs::db::nsdb-postgresql instproc {call time_interval edit}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call time_interval eq (public)

 <instance of acs::db::nsdb-postgresql[i]> call time_interval eq \
    [ -dbn dbn ] [ -interval_1_id interval_1_id ] \
    [ -interval_2_id interval_2_id ]

Automatically generated method

Switches:
-dbn
(optional)
-interval_1_id
(optional)
-interval_2_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call time_interval eq} acs::db::nsdb-postgresql instproc {call time_interval eq} acs::db::nsdb-postgresql instproc {call time_interval eq}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call time_interval new (public)

 <instance of acs::db::nsdb-postgresql[i]> call time_interval new \
    [ -dbn dbn ] [ -start_date start_date ] [ -end_date end_date ]

Automatically generated method

Switches:
-dbn
(optional)
-start_date
(optional)
-end_date
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call time_interval new} acs::db::nsdb-postgresql instproc {call time_interval new} acs::db::nsdb-postgresql instproc {call time_interval new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call time_interval overlaps_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call time_interval overlaps_p \
    [ -dbn dbn ] -start_1 start_1  -end_1 end_1  -start_2 start_2  \
    -end_2 end_2 

Automatically generated method

Switches:
-dbn
(optional)
-start_1
(required)
-end_1
(required)
-start_2
(required)
-end_2
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call time_interval overlaps_p} acs::db::nsdb-postgresql instproc {call time_interval overlaps_p} acs::db::nsdb-postgresql instproc {call time_interval overlaps_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call time_interval shift (public)

 <instance of acs::db::nsdb-postgresql[i]> call time_interval shift \
    [ -dbn dbn ] [ -interval_id interval_id ] \
    [ -start_offset start_offset ] [ -end_offset end_offset ]

Automatically generated method

Switches:
-dbn
(optional)
-interval_id
(optional)
-start_offset
(defaults to "0") (optional)
-end_offset
(defaults to "0") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call time_interval shift} acs::db::nsdb-postgresql instproc {call time_interval shift} acs::db::nsdb-postgresql instproc {call time_interval shift}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timespan copy (public)

 <instance of acs::db::nsdb-postgresql[i]> call timespan copy \
    [ -dbn dbn ] [ -timespan_id timespan_id ] -offset offset 

Automatically generated method

Switches:
-dbn
(optional)
-timespan_id
(optional)
-offset
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timespan copy} acs::db::nsdb-postgresql instproc {call timespan copy} acs::db::nsdb-postgresql instproc {call timespan copy}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timespan delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call timespan delete \
    [ -dbn dbn ] [ -timespan_id timespan_id ]

Automatically generated method

Switches:
-dbn
(optional)
-timespan_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timespan delete} acs::db::nsdb-postgresql instproc {call timespan delete} acs::db::nsdb-postgresql instproc {call timespan delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timespan exists_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call timespan exists_p \
    [ -dbn dbn ] [ -timespan_id timespan_id ]

Automatically generated method

Switches:
-dbn
(optional)
-timespan_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timespan exists_p} acs::db::nsdb-postgresql instproc {call timespan exists_p} acs::db::nsdb-postgresql instproc {call timespan exists_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timespan interval_delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call timespan interval_delete \
    [ -dbn dbn ] [ -timespan_id timespan_id ] \
    [ -interval_id interval_id ]

Automatically generated method

Switches:
-dbn
(optional)
-timespan_id
(optional)
-interval_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timespan interval_delete} acs::db::nsdb-postgresql instproc {call timespan interval_delete} acs::db::nsdb-postgresql instproc {call timespan interval_delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timespan join_interval (public)

 <instance of acs::db::nsdb-postgresql[i]> call timespan join_interval \
    [ -dbn dbn ] [ -timespan_id timespan_id ] \
    [ -interval_id interval_id ] [ -copy_p copy_p ]

Automatically generated method

Switches:
-dbn
(optional)
-timespan_id
(optional)
-interval_id
(optional)
-copy_p
(defaults to "true") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timespan join_interval} acs::db::nsdb-postgresql instproc {call timespan join_interval} acs::db::nsdb-postgresql instproc {call timespan join_interval}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timespan join (public)

 <instance of acs::db::nsdb-postgresql[i]> call timespan join \
    [ -dbn dbn ] [ -timespan_id timespan_id ] \
    [ -start_date start_date ] [ -end_date end_date ]

Automatically generated method

Switches:
-dbn
(optional)
-timespan_id
(optional)
-start_date
(optional)
-end_date
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timespan join} acs::db::nsdb-postgresql instproc {call timespan join} acs::db::nsdb-postgresql instproc {call timespan join}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timespan multi_interval_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call timespan multi_interval_p \
    [ -dbn dbn ] [ -timespan_id timespan_id ]

Automatically generated method

Switches:
-dbn
(optional)
-timespan_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timespan multi_interval_p} acs::db::nsdb-postgresql instproc {call timespan multi_interval_p} acs::db::nsdb-postgresql instproc {call timespan multi_interval_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timespan new (public)

 <instance of acs::db::nsdb-postgresql[i]> call timespan new \
    [ -dbn dbn ] [ -start_date start_date ] [ -end_date end_date ]

Automatically generated method

Switches:
-dbn
(optional)
-start_date
(optional)
-end_date
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timespan new} acs::db::nsdb-postgresql instproc {call timespan new} acs::db::nsdb-postgresql instproc {call timespan new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timespan overlaps_interval_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call timespan overlaps_interval_p \
    [ -dbn dbn ] [ -timespan_id timespan_id ] \
    [ -interval_id interval_id ]

Automatically generated method

Switches:
-dbn
(optional)
-timespan_id
(optional)
-interval_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timespan overlaps_interval_p} acs::db::nsdb-postgresql instproc {call timespan overlaps_interval_p} acs::db::nsdb-postgresql instproc {call timespan overlaps_interval_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timespan overlaps_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call timespan overlaps_p \
    [ -dbn dbn ] [ -timespan_id timespan_id ] \
    [ -start_date start_date ] [ -end_date end_date ]

Automatically generated method

Switches:
-dbn
(optional)
-timespan_id
(optional)
-start_date
(optional)
-end_date
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timespan overlaps_p} acs::db::nsdb-postgresql instproc {call timespan overlaps_p} acs::db::nsdb-postgresql instproc {call timespan overlaps_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timezone add_rule (public)

 <instance of acs::db::nsdb-postgresql[i]> call timezone add_rule \
    [ -dbn dbn ] -tz tz  -abbrev abbrev  [ -isdst_p isdst_p ] \
    -gmt_offset gmt_offset  -utc_start utc_start  -utc_end utc_end  \
    -local_start local_start  -local_end local_end 

Automatically generated method

Switches:
-dbn
(optional)
-tz
(required)
-abbrev
(required)
-isdst_p
(optional)
-gmt_offset
(required)
-utc_start
(required)
-utc_end
(required)
-local_start
(required)
-local_end
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timezone add_rule} acs::db::nsdb-postgresql instproc {call timezone add_rule} acs::db::nsdb-postgresql instproc {call timezone add_rule}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timezone convert_to_local (public)

 <instance of acs::db::nsdb-postgresql[i]> call timezone convert_to_local \
    [ -dbn dbn ] [ -tz_id tz_id ] -utc_varchar utc_varchar 

Automatically generated method

Switches:
-dbn
(optional)
-tz_id
(optional)
-utc_varchar
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timezone convert_to_local} acs::db::nsdb-postgresql instproc {call timezone convert_to_local} acs::db::nsdb-postgresql instproc {call timezone convert_to_local}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timezone convert_to_utc (public)

 <instance of acs::db::nsdb-postgresql[i]> call timezone convert_to_utc \
    [ -dbn dbn ] [ -tz_id tz_id ] -local_varchar local_varchar 

Automatically generated method

Switches:
-dbn
(optional)
-tz_id
(optional)
-local_varchar
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timezone convert_to_utc} acs::db::nsdb-postgresql instproc {call timezone convert_to_utc} acs::db::nsdb-postgresql instproc {call timezone convert_to_utc}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timezone delete (public)

 <instance of acs::db::nsdb-postgresql[i]> call timezone delete \
    [ -dbn dbn ] [ -tz_id tz_id ]

Automatically generated method

Switches:
-dbn
(optional)
-tz_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timezone delete} acs::db::nsdb-postgresql instproc {call timezone delete} acs::db::nsdb-postgresql instproc {call timezone delete}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timezone get_abbrev (public)

 <instance of acs::db::nsdb-postgresql[i]> call timezone get_abbrev \
    [ -dbn dbn ] [ -tz_id tz_id ] -time time 

Automatically generated method

Switches:
-dbn
(optional)
-tz_id
(optional)
-time
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timezone get_abbrev} acs::db::nsdb-postgresql instproc {call timezone get_abbrev} acs::db::nsdb-postgresql instproc {call timezone get_abbrev}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timezone get_date (public)

 <instance of acs::db::nsdb-postgresql[i]> call timezone get_date \
    [ -dbn dbn ] [ -tz_id tz_id ] -timestamp timestamp  \
    -format format  -append_timezone_p append_timezone_p 

Automatically generated method

Switches:
-dbn
(optional)
-tz_id
(optional)
-timestamp
(required)
-format
(required)
-append_timezone_p
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timezone get_date} acs::db::nsdb-postgresql instproc {call timezone get_date} acs::db::nsdb-postgresql instproc {call timezone get_date}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timezone get_id (public)

 <instance of acs::db::nsdb-postgresql[i]> call timezone get_id \
    [ -dbn dbn ] -tz tz 

Automatically generated method

Switches:
-dbn
(optional)
-tz
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timezone get_id} acs::db::nsdb-postgresql instproc {call timezone get_id} acs::db::nsdb-postgresql instproc {call timezone get_id}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timezone get_offset (public)

 <instance of acs::db::nsdb-postgresql[i]> call timezone get_offset \
    [ -dbn dbn ] [ -tz_id tz_id ] -time time 

Automatically generated method

Switches:
-dbn
(optional)
-tz_id
(optional)
-time
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timezone get_offset} acs::db::nsdb-postgresql instproc {call timezone get_offset} acs::db::nsdb-postgresql instproc {call timezone get_offset}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timezone get_rawoffset (public)

 <instance of acs::db::nsdb-postgresql[i]> call timezone get_rawoffset \
    [ -dbn dbn ] [ -tz_id tz_id ] -time time 

Automatically generated method

Switches:
-dbn
(optional)
-tz_id
(optional)
-time
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timezone get_rawoffset} acs::db::nsdb-postgresql instproc {call timezone get_rawoffset} acs::db::nsdb-postgresql instproc {call timezone get_rawoffset}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timezone isdst_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call timezone isdst_p \
    [ -dbn dbn ] [ -tz_id tz_id ] -time time 

Automatically generated method

Switches:
-dbn
(optional)
-tz_id
(optional)
-time
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timezone isdst_p} acs::db::nsdb-postgresql instproc {call timezone isdst_p} acs::db::nsdb-postgresql instproc {call timezone isdst_p}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call timezone new (public)

 <instance of acs::db::nsdb-postgresql[i]> call timezone new \
    [ -dbn dbn ] -tz tz  -gmt_offset gmt_offset 

Automatically generated method

Switches:
-dbn
(optional)
-tz
(required)
-gmt_offset
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call timezone new} acs::db::nsdb-postgresql instproc {call timezone new} acs::db::nsdb-postgresql instproc {call timezone new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call ule_exists (public)

 <instance of acs::db::nsdb-postgresql[i]> call ule_exists \
    [ -dbn dbn ] -rule_name rule_name  -table_name table_name 

Automatically generated method

Switches:
-dbn
(optional)
-rule_name
(required)
-table_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call ule_exists} acs::db::nsdb-postgresql instproc {call ule_exists} acs::db::nsdb-postgresql instproc {call ule_exists}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call umber_src (public)

 <instance of acs::db::nsdb-postgresql[i]> call umber_src \
    [ -dbn dbn ] -v_src v_src 

Automatically generated method

Switches:
-dbn
(optional)
-v_src
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call umber_src} acs::db::nsdb-postgresql instproc {call umber_src} acs::db::nsdb-postgresql instproc {call umber_src}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call user_profile new (public)

 <instance of acs::db::nsdb-postgresql[i]> call user_profile new \
    [ -dbn dbn ] [ -profile_id profile_id ] [ -rel_type rel_type ] \
    [ -object_id_one object_id_one ] [ -object_id_two object_id_two ] \
    -member_state member_state  [ -creation_user creation_user ] \
    -creation_ip creation_ip 

Automatically generated method

Switches:
-dbn
(optional)
-profile_id
(optional)
-rel_type
(defaults to "user_profile") (optional)
-object_id_one
(optional)
-object_id_two
(optional)
-member_state
(required)
-creation_user
(optional)
-creation_ip
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call user_profile new} acs::db::nsdb-postgresql instproc {call user_profile new} acs::db::nsdb-postgresql instproc {call user_profile new}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call util foreign_key_exists (public)

 <instance of acs::db::nsdb-postgresql[i]> call util foreign_key_exists \
    [ -dbn dbn ] -table_name table_name  -column column  \
    -reftable reftable  -refcolumn refcolumn 

Automatically generated method

Switches:
-dbn
(optional)
-table_name
(required)
-column
(required)
-reftable
(required)
-refcolumn
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call util foreign_key_exists} acs::db::nsdb-postgresql instproc {call util foreign_key_exists} acs::db::nsdb-postgresql instproc {call util foreign_key_exists}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call util get_default (public)

 <instance of acs::db::nsdb-postgresql[i]> call util get_default \
    [ -dbn dbn ] -table_name table_name  -column column 

Automatically generated method

Switches:
-dbn
(optional)
-table_name
(required)
-column
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call util get_default} acs::db::nsdb-postgresql instproc {call util get_default} acs::db::nsdb-postgresql instproc {call util get_default}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call util get_primary_keys (public)

 <instance of acs::db::nsdb-postgresql[i]> call util get_primary_keys \
    [ -dbn dbn ] -table_name table_name 

Automatically generated method

Switches:
-dbn
(optional)
-table_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call util get_primary_keys} acs::db::nsdb-postgresql instproc {call util get_primary_keys} acs::db::nsdb-postgresql instproc {call util get_primary_keys}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call util index_exists (public)

 <instance of acs::db::nsdb-postgresql[i]> call util index_exists \
    [ -dbn dbn ] -name name 

Automatically generated method

Switches:
-dbn
(optional)
-name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call util index_exists} acs::db::nsdb-postgresql instproc {call util index_exists} acs::db::nsdb-postgresql instproc {call util index_exists}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call util logical_negation (public)

 <instance of acs::db::nsdb-postgresql[i]> call util logical_negation \
    [ -dbn dbn ] -true_or_false true_or_false 

Automatically generated method

Switches:
-dbn
(optional)
-true_or_false
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call util logical_negation} acs::db::nsdb-postgresql instproc {call util logical_negation} acs::db::nsdb-postgresql instproc {call util logical_negation}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call util multiple_nextval (public)

 <instance of acs::db::nsdb-postgresql[i]> call util multiple_nextval \
    [ -dbn dbn ] -v_sequence_name v_sequence_name  \
    [ -v_count v_count ]

Automatically generated method

Switches:
-dbn
(optional)
-v_sequence_name
(required)
-v_count
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call util multiple_nextval} acs::db::nsdb-postgresql instproc {call util multiple_nextval} acs::db::nsdb-postgresql instproc {call util multiple_nextval}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call util not_null_exists (public)

 <instance of acs::db::nsdb-postgresql[i]> call util not_null_exists \
    [ -dbn dbn ] -table_name table_name  -column column 

Automatically generated method

Switches:
-dbn
(optional)
-table_name
(required)
-column
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call util not_null_exists} acs::db::nsdb-postgresql instproc {call util not_null_exists} acs::db::nsdb-postgresql instproc {call util not_null_exists}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call util primary_key_exists (public)

 <instance of acs::db::nsdb-postgresql[i]> call util primary_key_exists \
    [ -dbn dbn ] -table_name table_name  -column column  \
    [ -single_p single_p ]

Automatically generated method

Switches:
-dbn
(optional)
-table_name
(required)
-column
(required)
-single_p
(defaults to "true") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call util primary_key_exists} acs::db::nsdb-postgresql instproc {call util primary_key_exists} acs::db::nsdb-postgresql instproc {call util primary_key_exists}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call util table_column_exists (public)

 <instance of acs::db::nsdb-postgresql[i]> call util table_column_exists \
    [ -dbn dbn ] -table_name table_name  -column column 

Automatically generated method

Switches:
-dbn
(optional)
-table_name
(required)
-column
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call util table_column_exists} acs::db::nsdb-postgresql instproc {call util table_column_exists} acs::db::nsdb-postgresql instproc {call util table_column_exists}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call util table_exists (public)

 <instance of acs::db::nsdb-postgresql[i]> call util table_exists \
    [ -dbn dbn ] -name name 

Automatically generated method

Switches:
-dbn
(optional)
-name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call util table_exists} acs::db::nsdb-postgresql instproc {call util table_exists} acs::db::nsdb-postgresql instproc {call util table_exists}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call util unique_exists (public)

 <instance of acs::db::nsdb-postgresql[i]> call util unique_exists \
    [ -dbn dbn ] -table table  -column column  [ -single_p single_p ]

Automatically generated method

Switches:
-dbn
(optional)
-table
(required)
-column
(required)
-single_p
(defaults to "true") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call util unique_exists} acs::db::nsdb-postgresql instproc {call util unique_exists} acs::db::nsdb-postgresql instproc {call util unique_exists}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call util view_exists (public)

 <instance of acs::db::nsdb-postgresql[i]> call util view_exists \
    [ -dbn dbn ] -name name 

Automatically generated method

Switches:
-dbn
(optional)
-name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call util view_exists} acs::db::nsdb-postgresql instproc {call util view_exists} acs::db::nsdb-postgresql instproc {call util view_exists}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call views record_view (public)

 <instance of acs::db::nsdb-postgresql[i]> call views record_view \
    [ -dbn dbn ] [ -object_id object_id ] [ -viewer_id viewer_id ]

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-viewer_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call views record_view} acs::db::nsdb-postgresql instproc {call views record_view} acs::db::nsdb-postgresql instproc {call views record_view}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call views_by_type record_view (public)

 <instance of acs::db::nsdb-postgresql[i]> call views_by_type record_view \
    [ -dbn dbn ] [ -object_id object_id ] [ -viewer_id viewer_id ] \
    -view_type view_type 

Automatically generated method

Switches:
-dbn
(optional)
-object_id
(optional)
-viewer_id
(optional)
-view_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call views_by_type record_view} acs::db::nsdb-postgresql instproc {call views_by_type record_view} acs::db::nsdb-postgresql instproc {call views_by_type record_view}->db_with_handle

Testcases:
No testcase defined.

acs::db::nsdb-postgresql method call workflow_case_log_entry new (public)

 <instance of acs::db::nsdb-postgresql[i]> call workflow_case_log_entry new \
    [ -dbn dbn ] [ -entry_id entry_id ] [ -content_type content_type ] \
    [ -case_id case_id ] [ -action_id action_id ] -comment comment  \
    -comment_mime_type comment_mime_type  \
    [ -creation_user creation_user ] -creation_ip creation_ip  \
    [ -package_id package_id ]

Automatically generated method

Switches:
-dbn
(optional)
-entry_id
(optional)
-content_type
(defaults to "workflow_case_log_entry") (optional)
-case_id
(optional)
-action_id
(optional)
-comment
(required)
-comment_mime_type
(required)
-creation_user
(optional)
-creation_ip
(required)
-package_id
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call workflow_case_log_entry new} acs::db::nsdb-postgresql instproc {call workflow_case_log_entry new} acs::db::nsdb-postgresql instproc {call workflow_case_log_entry new}->db_with_handle

Testcases:
No testcase defined.
[ show source ]