faq::apm_callback::package_uninstall (private)

 faq::apm_callback::package_uninstall

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

Remove the integration with the notification package

Partial Call Graph (max 5 caller/called nodes):
%3 faq::install::package_uninstall faq::install::package_uninstall (private) faq::apm_callback::package_uninstall faq::apm_callback::package_uninstall faq::install::package_uninstall->faq::apm_callback::package_uninstall db_transaction db_transaction (public) faq::apm_callback::package_uninstall->db_transaction faq::apm_callback::delete_all_faq_impl faq::apm_callback::delete_all_faq_impl (private) faq::apm_callback::package_uninstall->faq::apm_callback::delete_all_faq_impl faq::apm_callback::delete_one_faq_impl faq::apm_callback::delete_one_faq_impl (private) faq::apm_callback::package_uninstall->faq::apm_callback::delete_one_faq_impl notification::type::delete notification::type::delete (public) faq::apm_callback::package_uninstall->notification::type::delete

Testcases:
No testcase defined.
Source code:

    db_transaction {

        # Delete the type_id for a specific FAQ
        notification::type::delete -short_name one_faq_qa_notif

        # Delete the implementation for the notification of a new Q&A of one specific FAQ
        delete_one_faq_impl

        # Delete the type_id foe all FAQs
        notification::type::delete -short_name all_faq_qa_notif

        # Delete the implementation for the notification of a new Q&A all Faqs
        delete_all_faq_impl

    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ]
Show another procedure: