faq::apm_callback::enable_intervals_and_methods (private)

 faq::apm_callback::enable_intervals_and_methods type_id

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

Enable the intervals and delivery methods of a specific type

Parameters:
type_id (required)

Testcases:
No testcase defined.
Source code:
    # Enable the various intervals and delivery method
    notification::type::interval_enable  -type_id $type_id  -interval_id [notification::interval::get_id_from_name -name instant]

    notification::type::interval_enable  -type_id $type_id  -interval_id [notification::interval::get_id_from_name -name hourly]

    notification::type::interval_enable  -type_id $type_id  -interval_id [notification::interval::get_id_from_name -name daily]

        # Enable the delivery methods
    notification::type::delivery_method_enable  -type_id $type_id  -delivery_method_id [notification::delivery::get_id -short_name email]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: