forum::install::delete_notification_types (private)

 forum::install::delete_notification_types

Defined in packages/forums/tcl/forums-install-procs.tcl

Delete notification types on uninstall

Partial Call Graph (max 5 caller/called nodes):
%3 forum::install::package_uninstall forum::install::package_uninstall (private) forum::install::delete_notification_types forum::install::delete_notification_types forum::install::package_uninstall->forum::install::delete_notification_types acs_sc::impl::delete acs_sc::impl::delete (public) forum::install::delete_notification_types->acs_sc::impl::delete notification::type::delete notification::type::delete (public) forum::install::delete_notification_types->notification::type::delete

Testcases:
No testcase defined.
Source code:
    foreach {short_name impl_name} {
        "forums_forum_notif"   "forums_forum_notif_type"
        "forums_message_notif" "forums_message_notif_type"
        "forums_forum_moderator_notif" "forums_forum_moderator_notif_type"
        "forums_message_moderator_notif" "forums_message_moderator_notif_type"
    } {
        notification::type::delete -short_name $short_name

        acs_sc::impl::delete  -contract_name "NotificationType"  -impl_name $impl_name
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: