apm-callback-procs.tcl

Procedures to do a new impl and aliases in the acs-sc.

Location:
packages/faq/tcl/apm-callback-procs.tcl
Created:
2004-04-06
Author:
Gerardo Morales Cadoret <gmorales@galileo.edu>

Procedures in this file

Detailed information

faq::apm_callback::create_all_faq_qa_impl (private)

 faq::apm_callback::create_all_faq_qa_impl

Register the service contract implementation and return the impl_id

Returns:
impl_id of the created implementation

Testcases:
No testcase defined.

faq::apm_callback::create_all_faq_type (private)

 faq::apm_callback::create_all_faq_type impl_id

Create the notification type for one specific FAQ Q&A

Parameters:
impl_id (required)
Returns:
the type_id of the created type

Testcases:
No testcase defined.

faq::apm_callback::create_one_faq_qa_impl (private)

 faq::apm_callback::create_one_faq_qa_impl

Register the service contract implementation and return the impl_id

Returns:
impl_id of the created implementation

Testcases:
No testcase defined.

faq::apm_callback::create_one_faq_type (private)

 faq::apm_callback::create_one_faq_type impl_id

Create the notification type for one specific FAQ Q&A

Parameters:
impl_id (required)
Returns:
the type_id of the created type

Testcases:
No testcase defined.

faq::apm_callback::delete_all_faq_impl (private)

 faq::apm_callback::delete_all_faq_impl

Unregister the NotificationType implementation for one_faq_qa_notif_type.

Testcases:
No testcase defined.

faq::apm_callback::delete_one_faq_impl (private)

 faq::apm_callback::delete_one_faq_impl

Unregister the NotificationType implementation for one_faq_qa_notif_type.

Testcases:
No testcase defined.

faq::apm_callback::enable_intervals_and_methods (private)

 faq::apm_callback::enable_intervals_and_methods type_id

Enable the intervals and delivery methods of a specific type

Parameters:
type_id (required)

Testcases:
No testcase defined.

faq::apm_callback::package_install (private)

 faq::apm_callback::package_install

Does the integration with the notifications package.

Testcases:
No testcase defined.

faq::apm_callback::package_uninstall (private)

 faq::apm_callback::package_uninstall

Remove the integration with the notification package

Testcases:
No testcase defined.
[ show source ]