news::install::before_uninstantiate (private)

 news::install::before_uninstantiate [ -package_id package_id ]

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

Delete RSS feed per package instance Delete News items per package instance

Switches:
-package_id
(optional)
Returns:
Error:
Author:
Stan Kaufman <skaufman@epimetrics.com>
Created:
2005-08-03

Partial Call Graph (max 5 caller/called nodes):
%3 db_list db_list (public) news_items_delete news_items_delete (public) rss_support::del_subscription rss_support::del_subscription (public) news::install::before_uninstantiate news::install::before_uninstantiate news::install::before_uninstantiate->db_list news::install::before_uninstantiate->news_items_delete news::install::before_uninstantiate->rss_support::del_subscription

Testcases:
No testcase defined.
Source code:
    news_items_delete [db_list dead_news {}]
    rss_support::del_subscription -summary_context_id $package_id -owner news -impl_name news
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
<fullquery name="news::install::before_uninstantiate.dead_news">
    <querytext>
      select i.item_id
      from cr_items i, acs_objects o
      where o.package_id = :package_id
      and i.item_id = o.object_id
      </querytext>
</fullquery>
packages/news/tcl/news-apm-callback-procs.xql

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