notification-reply-procs.tcl

Notification Replies. When a user replies to a notification, this reply must be stored and handled appropriately. These procs help to manage such handling.

Location:
packages/notifications/tcl/notification-reply-procs.tcl
Created:
2002-06-02
Author:
Ben Adida
CVS Identification:
$Id: notification-reply-procs.tcl,v 1.6.2.2 2022/07/12 14:08:53 antoniop Exp $

Procedures in this file

Detailed information

notification::reply::delete (public)

 notification::reply::delete -reply_id reply_id

delete a reply, usually after it's been processed.

Switches:
-reply_id (required)

Testcases:
No testcase defined.

notification::reply::get (public)

 notification::reply::get -reply_id reply_id -array array

Get the information for the reply in a Tcl array

Switches:
-reply_id (required)
-array (required)

Testcases:
No testcase defined.

notification::reply::new (public)

 notification::reply::new [ -reply_id reply_id ] -object_id object_id \
    -type_id type_id -from_user from_user -subject subject \
    -content content [ -reply_date reply_date ]

store a new reply

Switches:
-reply_id (optional)
-object_id (required)
-type_id (required)
-from_user (required)
-subject (required)
-content (required)
-reply_date (optional)

Testcases:
No testcase defined.
[ show source ]