notification::delivery::new (public)

 notification::delivery::new [ -delivery_method_id delivery_method_id ] \
    -sc_impl_id sc_impl_id -short_name short_name \
    -pretty_name pretty_name

Defined in packages/notifications/tcl/delivery-method-procs.tcl

Register a new delivery method with the notification service.

Switches:
-delivery_method_id
(optional)
-sc_impl_id
(required)
-short_name
(required)
-pretty_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 notification::apm::register_email_delivery_method notification::apm::register_email_delivery_method (private) notification::delivery::new notification::delivery::new notification::apm::register_email_delivery_method->notification::delivery::new package_instantiate_object package_instantiate_object (public) notification::delivery::new->package_instantiate_object

Testcases:
No testcase defined.
Source code:
    set extra_vars [ns_set create s  delivery_method_id $delivery_method_id  sc_impl_id $sc_impl_id  short_name $short_name  pretty_name $pretty_name  ]

    return [package_instantiate_object  -extra_vars $extra_vars  "notification_delivery_method"]
Generic XQL file:
packages/notifications/tcl/delivery-method-procs.xql

PostgreSQL XQL file:
packages/notifications/tcl/delivery-method-procs-postgresql.xql

Oracle XQL file:
packages/notifications/tcl/delivery-method-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: