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):
- 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