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

Partial Call Graph (max 5 caller/called nodes):
%3 AcsSc.notificationtype.geturl.forums_forum_moderator_notif_type AcsSc.notificationtype.geturl.forums_forum_moderator_notif_type (private) forum::notification::get_url forum::notification::get_url AcsSc.notificationtype.geturl.forums_forum_moderator_notif_type->forum::notification::get_url AcsSc.notificationtype.geturl.forums_forum_notif_type AcsSc.notificationtype.geturl.forums_forum_notif_type (private) AcsSc.notificationtype.geturl.forums_forum_notif_type->forum::notification::get_url AcsSc.notificationtype.geturl.forums_message_moderator_notif_type AcsSc.notificationtype.geturl.forums_message_moderator_notif_type (private) AcsSc.notificationtype.geturl.forums_message_moderator_notif_type->forum::notification::get_url AcsSc.notificationtype.geturl.forums_message_notif_type AcsSc.notificationtype.geturl.forums_message_notif_type (private) AcsSc.notificationtype.geturl.forums_message_notif_type->forum::notification::get_url ad_url ad_url (public) forum::notification::get_url->ad_url db_string db_string (public) forum::notification::get_url->db_string forum::message::get forum::message::get (public) forum::notification::get_url->forum::message::get

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

Partial Call Graph (max 5 caller/called nodes):
%3 AcsSc.notificationtype.processreply.forums_forum_moderator_notif_type AcsSc.notificationtype.processreply.forums_forum_moderator_notif_type (private) forum::notification::process_reply forum::notification::process_reply AcsSc.notificationtype.processreply.forums_forum_moderator_notif_type->forum::notification::process_reply AcsSc.notificationtype.processreply.forums_forum_notif_type AcsSc.notificationtype.processreply.forums_forum_notif_type (private) AcsSc.notificationtype.processreply.forums_forum_notif_type->forum::notification::process_reply AcsSc.notificationtype.processreply.forums_message_moderator_notif_type AcsSc.notificationtype.processreply.forums_message_moderator_notif_type (private) AcsSc.notificationtype.processreply.forums_message_moderator_notif_type->forum::notification::process_reply AcsSc.notificationtype.processreply.forums_message_notif_type AcsSc.notificationtype.processreply.forums_message_notif_type (private) AcsSc.notificationtype.processreply.forums_message_notif_type->forum::notification::process_reply forum::message::get forum::message::get (public) forum::notification::process_reply->forum::message::get forum::message::new forum::message::new (public) forum::notification::process_reply->forum::message::new notification::reply::get notification::reply::get (public) forum::notification::process_reply->notification::reply::get

Testcases:
No testcase defined.
[ show source ]