notification::apm::create_email_delivery_method_impl (private)

 notification::apm::create_email_delivery_method_impl

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

Register the service contract implementation and return the impl_id

Returns:
impl_id of the created implementation

Partial Call Graph (max 5 caller/called nodes):
%3 notification::apm::after_install notification::apm::after_install (private) notification::apm::create_email_delivery_method_impl notification::apm::create_email_delivery_method_impl notification::apm::after_install->notification::apm::create_email_delivery_method_impl notification::apm::after_upgrade notification::apm::after_upgrade (private) notification::apm::after_upgrade->notification::apm::create_email_delivery_method_impl acs_sc::impl::new_from_spec acs_sc::impl::new_from_spec (public) notification::apm::create_email_delivery_method_impl->acs_sc::impl::new_from_spec

Testcases:
No testcase defined.
Source code:
    return [acs_sc::impl::new_from_spec -spec {
        contract_name "NotificationDeliveryMethod"
        name "notification_email"
        owner "notifications"
        aliases {
            Send notification::email::send
            ScanReplies notification::email::scan_replies
        }
    }]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: