faq::apm_callback::create_all_faq_type (private)

 faq::apm_callback::create_all_faq_type impl_id

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

Create the notification type for one specific FAQ Q&A

Parameters:
impl_id
Returns:
the type_id of the created type

Partial Call Graph (max 5 caller/called nodes):
%3 faq::apm_callback::package_install faq::apm_callback::package_install (private) faq::apm_callback::create_all_faq_type faq::apm_callback::create_all_faq_type faq::apm_callback::package_install->faq::apm_callback::create_all_faq_type notification::type::new notification::type::new (public) faq::apm_callback::create_all_faq_type->notification::type::new

Testcases:
No testcase defined.
Source code:
    set type_id [notification::type::new  -sc_impl_id $impl_id  -short_name all_faq_qa_notif  -pretty_name "FAQ Q&A"  -description "Notification of a new Q&A of any faq"]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: