news::install::register_notifications (private)

 news::install::register_notifications

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

setup notifications

Partial Call Graph (max 5 caller/called nodes):
%3 news::install::after_install news::install::after_install (private) news::install::register_notifications news::install::register_notifications news::install::after_install->news::install::register_notifications news::install::after_upgrade news::install::after_upgrade (private) news::install::after_upgrade->news::install::register_notifications db_transaction db_transaction (public) news::install::register_notifications->db_transaction news::install::create_news_item_impl news::install::create_news_item_impl (private) news::install::register_notifications->news::install::create_news_item_impl news::install::create_news_item_type news::install::create_news_item_type (private) news::install::register_notifications->news::install::create_news_item_type news::install::enable_intervals_and_methods news::install::enable_intervals_and_methods (private) news::install::register_notifications->news::install::enable_intervals_and_methods

Testcases:
No testcase defined.
Source code:
    db_transaction {
        # Create the impl and aliases for a news item
        set impl_id [create_news_item_impl]

        # Create the notification type for a news item
        set type_id [create_news_item_type $impl_id]

        # Enable the delivery intervals and delivery methods for a news item
        enable_intervals_and_methods $type_id
    }
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/news/tcl/news-apm-callback-procs.xql

[ hide source ]
Show another procedure: