notification::request::request_ids (public)

 notification::request::request_ids -type_id type_id \
    -object_id object_id

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

returns a list of request_ids for the object_id of the given type

Switches:
-type_id
(required)
-object_id
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 packages/forums/www/admin/subscribe-others-2.tcl packages/forums/ www/admin/subscribe-others-2.tcl notification::request::request_ids notification::request::request_ids packages/forums/www/admin/subscribe-others-2.tcl->notification::request::request_ids db_list db_list (public) notification::request::request_ids->db_list

Testcases:
No testcase defined.
Source code:
        return [db_list request_ids {}]
Generic XQL file:
<fullquery name="notification::request::request_ids.request_ids">
    <querytext>
            select request_id
            from notification_requests
            where type_id = :type_id
            and object_id = :object_id
        </querytext>
</fullquery>
packages/notifications/tcl/notification-request-procs.xql

PostgreSQL XQL file:
packages/notifications/tcl/notification-request-procs-postgresql.xql

Oracle XQL file:
packages/notifications/tcl/notification-request-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: