news::install::register_notifications (private)

 news::install::register_notifications

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

setup notifications

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 ] | [ make this the default ]
Show another procedure: