forum-reply-procs.tcl

Forums Library - Reply Handling

Location:
packages/forums/tcl/forum-reply-procs.tcl
Created:
2002-05-17
Author:
Ben Adida
CVS Identification:
$Id: forum-reply-procs.tcl,v 1.8.2.1 2023/03/20 13:58:12 antoniop Exp $

Procedures in this file

Detailed information

forum::notification::get_url (private)

 forum::notification::get_url object_id

Returns a full url to the object_id.
Handles messages and forums. This proc implements the GetURL operation of the NotificationType Service Contract and should not be invoked directly.

Parameters:
object_id (required)

Testcases:
No testcase defined.

forum::notification::process_reply (private)

 forum::notification::process_reply reply_id

This proc implements the ProcessReply operation of the NotificationType Service Contract and should not be invoked directly.

Parameters:
reply_id (required)

Testcases:
No testcase defined.
[ show source ]