faq::notification::get_url (private)
faq::notification::get_url object_id
Defined in packages/faq/tcl/faq-procs.tcl
This proc implements the GetURL operation of the NotificationType Service Contract and should not be invoked directly.
- Parameters:
- object_id (required)
- Returns:
- a full URL to the object_id (an FAQ entry)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set q_and_a_id $object_id db_1row get_faq_id "*SQL*" set faq_url "[ad_url][ad_conn package_url]" return ${faq_url}one-faq?faq_id=$faq_idGeneric XQL file: <fullquery name="faq::notification::get_url.get_faq_id"> <querytext> select faq_id from faq_q_and_as where entry_id = :q_and_a_id </querytext> </fullquery>packages/faq/tcl/faq-procs.xql
PostgreSQL XQL file: packages/faq/tcl/faq-procs-postgresql.xql
Oracle XQL file: packages/faq/tcl/faq-procs-oracle.xql