auth::authority::get_column_defaults (private)

 auth::authority::get_column_defaults

Defined in packages/acs-authentication/tcl/authority-procs.tcl

Get an array list with column names as keys and their default value as values. Note however that required columns are not defaulted.

Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 auth::authority::create auth::authority::create (public) auth::authority::get_column_defaults auth::authority::get_column_defaults auth::authority::create->auth::authority::get_column_defaults auth::authority::get_columns auth::authority::get_columns (private) auth::authority::get_columns->auth::authority::get_column_defaults ad_acs_version ad_acs_version (public) auth::authority::get_column_defaults->ad_acs_version apm_version_names_compare apm_version_names_compare (public) auth::authority::get_column_defaults->apm_version_names_compare

Testcases:
No testcase defined.
Source code:
    set columns {
        authority_id ""
        short_name ""
        pretty_name ""
        help_contact_text ""
        help_contact_text_format "text/enhanced"
        enabled_p "f"
        sort_order ""
        auth_impl_id ""
        pwd_impl_id ""
        forgotten_pwd_url ""
        change_pwd_url ""
        register_impl_id ""
        register_url ""
        user_info_impl_id ""
        get_doc_impl_id ""
        process_doc_impl_id ""
        batch_sync_enabled_p "f"
    }
    if {[apm_version_names_compare [ad_acs_version] 5.5.0] > -1} {
        lappend columns allow_user_entered_info_p "f" search_impl_id ""
    }
    return $columns
Generic XQL file:
packages/acs-authentication/tcl/authority-procs.xql

PostgreSQL XQL file:
packages/acs-authentication/tcl/authority-procs-postgresql.xql

Oracle XQL file:
packages/acs-authentication/tcl/authority-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: