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):
%3 notification::type::process_reply notification::type::process_reply (public) notification::type::get_impl_key notification::type::get_impl_key notification::type::process_reply->notification::type::get_impl_key db_string db_string (public) notification::type::get_impl_key->db_string

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

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