notification::delivery::get_id (public)

 notification::delivery::get_id -short_name short_name

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

Return the delivery_method_id from the short_name.

Switches:
-short_name
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 faq::apm_callback::enable_intervals_and_methods faq::apm_callback::enable_intervals_and_methods (private) notification::delivery::get_id notification::delivery::get_id faq::apm_callback::enable_intervals_and_methods->notification::delivery::get_id news::install::enable_intervals_and_methods news::install::enable_intervals_and_methods (private) news::install::enable_intervals_and_methods->notification::delivery::get_id notification::apm::unregister_email_delivery_method notification::apm::unregister_email_delivery_method (private) notification::apm::unregister_email_delivery_method->notification::delivery::get_id notification::apm::update_email_delivery_method_impl notification::apm::update_email_delivery_method_impl (private) notification::apm::update_email_delivery_method_impl->notification::delivery::get_id notification::new notification::new (public) notification::new->notification::delivery::get_id db_string db_string (public) notification::delivery::get_id->db_string

Testcases:
No testcase defined.
Source code:
    return [db_string select_delivery_method_id {}]
Generic XQL file:
<fullquery name="notification::delivery::get_id.select_delivery_method_id">
    <querytext>
      select delivery_method_id
      from   notification_delivery_methods
      where  short_name = :short_name
    </querytext>
</fullquery>
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: