- Publicity: Public Only All
news-apm-callback-procs.tcl
APM callbacks for the news package
- Location:
- packages/news/tcl/news-apm-callback-procs.tcl
- Created:
- 2005-01-20
- Author:
- Dave Bauer <dave@thedesignexperience.org>
- CVS Identification:
$Id: news-apm-callback-procs.tcl,v 1.6.2.4 2020/08/31 07:46:15 antoniop Exp $
Procedures in this file
- news::install::after_install (private)
- news::install::after_instantiate (private)
- news::install::after_upgrade (private)
- news::install::before_uninstantiate (private)
- news::install::create_news_item_impl (private)
- news::install::create_news_item_type (private)
- news::install::enable_intervals_and_methods (private)
- news::install::register_notifications (private)
- news::install::register_rss (private)
Detailed information
news::install::after_install (private)
news::install::after_install
Setup service contracts
- Returns:
- Error:
- Author:
- Dave Bauer <dave@thedesignexperience.org>
- Created:
- 2005-01-20
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
news::install::after_instantiate (private)
news::install::after_instantiate [ -package_id package_id ] \ [ -node_id node_id ]
Setup RSS feed per package instance
- Switches:
- -package_id (optional)
- -node_id (optional)
- Returns:
- Error:
- Author:
- Dave Bauer <dave@thedesignexperience.org>
- Created:
- 2005-01-20
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
news::install::after_upgrade (private)
news::install::after_upgrade [ -from_version_name from_version_name ] \ [ -to_version_name to_version_name ]
Upgrade procedures
- Switches:
- -from_version_name (optional)
- -to_version_name (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
news::install::before_uninstantiate (private)
news::install::before_uninstantiate [ -package_id package_id ]
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):
- Testcases:
- No testcase defined.
news::install::create_news_item_impl (private)
news::install::create_news_item_impl
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):
- Testcases:
- No testcase defined.
news::install::create_news_item_type (private)
news::install::create_news_item_type impl_id
Create the notification type for one news item
- Parameters:
- impl_id (required)
- Returns:
- the type_id of the created type
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
news::install::enable_intervals_and_methods (private)
news::install::enable_intervals_and_methods type_id
Enable the intervals and delivery methods of a specific type
- Parameters:
- type_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
news::install::register_notifications (private)
news::install::register_notifications
setup notifications
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
news::install::register_rss (private)
news::install::register_rss
setup RSS support
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.