notification::type::delivery_method_disable (public)

 notification::type::delivery_method_disable -type_id type_id \
    -delivery_method_id delivery_method_id

Defined in packages/notifications/tcl/notification-type-procs.tcl

Delivery methods must be enabled on a per notification type basis. For example, full forum posts may not be enabled for SMS delivery, as that would be too long. This disables a given delivery method for a given notification type.

Switches:
-type_id
(required)
-delivery_method_id
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 xowiki::notifications-uninstall xowiki::notifications-uninstall (private) notification::type::delivery_method_disable notification::type::delivery_method_disable xowiki::notifications-uninstall->notification::type::delivery_method_disable db_dml db_dml (public) notification::type::delivery_method_disable->db_dml

Testcases:
No testcase defined.
[ show source ]
Show another procedure: