cr::keyword::set_heading (public, deprecated)

 cr::keyword::set_heading -keyword_id keyword_id -heading heading

Defined in packages/acs-content-repository/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Update a keyword heading

Switches:
-keyword_id (required)
-heading (required)
See Also:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc cr::keyword::set_heading
    db_exec_plsql set_heading {}
Generic XQL file:
packages/acs-content-repository/tcl/deprecated-procs.xql

PostgreSQL XQL file:
<fullquery name="cr::keyword::set_heading.set_heading">
    <querytext>
            select content_keyword__set_heading(:keyword_id, :heading)
        </querytext>
</fullquery>
packages/acs-content-repository/tcl/deprecated-procs-postgresql.xql

Oracle XQL file:
<fullquery name="cr::keyword::set_heading.set_heading">
    <querytext>
            begin
                content_keyword.set_heading(:keyword_id, :heading);
            end;
        </querytext>
</fullquery>
packages/acs-content-repository/tcl/deprecated-procs-oracle.xql

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