notification::type::get_impl_key (public)
notification::type::get_impl_key -type_id type_id
Defined in packages/notifications/tcl/notification-type-procs.tcl
return the service contract implementation key for a given notification type.
- Switches:
- -type_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [db_string select_impl_key {}]Generic XQL file: <fullquery name="notification::type::get_impl_key.select_impl_key"> <querytext> select impl_name from acs_sc_impls, notification_types where acs_sc_impls.impl_id = notification_types.sc_impl_id and type_id= :type_id </querytext> </fullquery>packages/notifications/tcl/notification-type-procs.xql
PostgreSQL XQL file: packages/notifications/tcl/notification-type-procs-postgresql.xql
Oracle XQL file: packages/notifications/tcl/notification-type-procs-oracle.xql