faq::apm_callback::package_install (private)

 faq::apm_callback::package_install

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

Does the integration with the notifications package.

Testcases:
No testcase defined.
Source code:
    db_transaction {

        # Create the impl and aliases for one faq Q&A
        set impl_id [create_one_faq_qa_impl]

        # Create the notification type for one specific FAQ
        set type_id [create_one_faq_type $impl_id]

        # Enable the delivery intervals and delivery methods for a specific FAQ
        enable_intervals_and_methods $type_id

        # Create the impl and aliases for all faqs Q&A
        set impl_id [create_all_faq_qa_impl]

        # Create the notification type for all FAQs
        set type_id [create_all_faq_type $impl_id]

        # Enable the delivery intervals and delivery methods for all FAQs
        enable_intervals_and_methods $type_id
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: