Index: openacs-4/packages/faq/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq/tcl/apm-callback-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/faq/tcl/apm-callback-procs.tcl 30 Jan 2019 11:59:49 -0000 1.6 +++ openacs-4/packages/faq/tcl/apm-callback-procs.tcl 3 Sep 2024 15:37:38 -0000 1.7 @@ -55,7 +55,7 @@ } } -ad_proc -public faq::apm_callback::delete_one_faq_impl {} { +ad_proc -private faq::apm_callback::delete_one_faq_impl {} { Unregister the NotificationType implementation for one_faq_qa_notif_type. } { acs_sc::impl::delete \ @@ -64,15 +64,15 @@ } -ad_proc -public faq::apm_callback::delete_all_faq_impl {} { +ad_proc -private faq::apm_callback::delete_all_faq_impl {} { Unregister the NotificationType implementation for one_faq_qa_notif_type. } { acs_sc::impl::delete \ -contract_name "NotificationType" \ -impl_name all_faq_qa_notif_type } -ad_proc -public faq::apm_callback::create_one_faq_qa_impl {} { +ad_proc -private faq::apm_callback::create_one_faq_qa_impl {} { Register the service contract implementation and return the impl_id @return impl_id of the created implementation } { @@ -87,7 +87,7 @@ }] } -ad_proc -public faq::apm_callback::create_one_faq_type {impl_id} { +ad_proc -private faq::apm_callback::create_one_faq_type {impl_id} { Create the notification type for one specific FAQ Q&A @return the type_id of the created type } { @@ -98,7 +98,7 @@ -description "Notification of a new Q&A of one specific faq"] } -ad_proc -public faq::apm_callback::enable_intervals_and_methods {type_id} { +ad_proc -private faq::apm_callback::enable_intervals_and_methods {type_id} { Enable the intervals and delivery methods of a specific type } { # Enable the various intervals and delivery method @@ -121,7 +121,7 @@ } -ad_proc -public faq::apm_callback::create_all_faq_qa_impl {} { +ad_proc -private faq::apm_callback::create_all_faq_qa_impl {} { Register the service contract implementation and return the impl_id @return impl_id of the created implementation } { @@ -138,7 +138,7 @@ } -ad_proc -public faq::apm_callback::create_all_faq_type {impl_id} { +ad_proc -private faq::apm_callback::create_all_faq_type {impl_id} { Create the notification type for one specific FAQ Q&A @return the type_id of the created type } {