news::install::create_news_item_type (private)

 news::install::create_news_item_type impl_id

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

Create the notification type for one news item

Parameters:
impl_id
Returns:
the type_id of the created type

Partial Call Graph (max 5 caller/called nodes):
%3 news::install::after_upgrade news::install::after_upgrade (private) news::install::create_news_item_type news::install::create_news_item_type news::install::after_upgrade->news::install::create_news_item_type news::install::register_notifications news::install::register_notifications (private) news::install::register_notifications->news::install::create_news_item_type notification::type::new notification::type::new (public) news::install::create_news_item_type->notification::type::new

Testcases:
No testcase defined.
Source code:
    return [notification::type::new  -sc_impl_id $impl_id  -short_name one_news_item_notif  -pretty_name "One News Item"  -description "Notification of a new news item"]
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/news/tcl/news-apm-callback-procs.xql

[ hide source ]
Show another procedure: