faq::apm_callback::create_one_faq_qa_impl (private)

 faq::apm_callback::create_one_faq_qa_impl

Defined in packages/faq/tcl/apm-callback-procs.tcl

Register the service contract implementation and return the impl_id

Returns:
impl_id of the created implementation

Testcases:
No testcase defined.
Source code:
    return [acs_sc::impl::new_from_spec -spec {
        name one_faq_qa_notif_type
        contract_name NotificationType
        owner faq
        aliases {
            GetURL faq::notification::get_url
            ProcessReply faq::notification::process_reply
        }
    }]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: