notification::request::get_request_id (public)
notification::request::get_request_id -type_id type_id \ -object_id object_id -user_id user_id
Defined in packages/notifications/tcl/notification-request-procs.tcl
Checks if a particular notification request exists, and if so return the request ID. Note that the primary key on notification requests is notification_type, object, user. Interval and delivery method are specific parameters, but do not impact the uniqueness: a user can choose only one interval and delivery method for a given notification type and object.
- Switches:
- -type_id (required)
- -object_id (required)
- -user_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.