notification::apm::unregister_email_delivery_method (private)

 notification::apm::unregister_email_delivery_method

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

Unregister the service contract delivery method with the notifications service.

Partial Call Graph (max 5 caller/called nodes):
%3 notification::apm::before_uninstall notification::apm::before_uninstall (private) notification::apm::unregister_email_delivery_method notification::apm::unregister_email_delivery_method notification::apm::before_uninstall->notification::apm::unregister_email_delivery_method notification::delivery::delete notification::delivery::delete (public) notification::apm::unregister_email_delivery_method->notification::delivery::delete notification::delivery::get_id notification::delivery::get_id (public) notification::apm::unregister_email_delivery_method->notification::delivery::get_id

Testcases:
No testcase defined.
Source code:
    set delivery_method_id [notification::delivery::get_id -short_name "email"]

    notification::delivery::delete  -delivery_method_id $delivery_method_id
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ]
Show another procedure: