news::install::create_news_item_impl (private)

 news::install::create_news_item_impl

Defined in packages/news/tcl/news-apm-callback-procs.tcl

Register the service contract implementation and return the impl_id

Returns:
impl_id of the created implementation

Partial Call Graph (max 5 caller/called nodes):
%3 news::install::after_upgrade news::install::after_upgrade (private) news::install::create_news_item_impl news::install::create_news_item_impl news::install::after_upgrade->news::install::create_news_item_impl news::install::register_notifications news::install::register_notifications (private) news::install::register_notifications->news::install::create_news_item_impl acs_sc::impl::new_from_spec acs_sc::impl::new_from_spec (public) news::install::create_news_item_impl->acs_sc::impl::new_from_spec

Testcases:
No testcase defined.
Source code:
    return [acs_sc::impl::new_from_spec -spec {
        name news_item_notif_type
        contract_name NotificationType
        owner news
        aliases {
            GetURL news_notification_get_url
            ProcessReply news_notification_process_reply
        }
    }]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/news/tcl/news-apm-callback-procs.xql

[ hide source ]
Show another procedure: