Mercury Messenger (Borland Genetics)
From ISOGG Wiki
Mercury Messenger Module Summary
The Mercury Messenger module is one of the software modules in the Borland Genetics Web Tools and Database. This module contains classes and methods related to messaging within the site, providing tools for managing user messages and support tickets. It is essential for user communication and support interactions.
The module currently consists of the following classes:
Name | Extends | Description |
---|---|---|
MessageRow | DataRow | Manages individual message records within the messaging system. |
MessageBatch | DataBatch | Manages batches of messages for users. |
MessageForm | HTMLForm | Contains HTML form elements related to creating and managing messages. |
MercuryMessenger | Tool | Provides core messaging functionalities and workflows. |
TicketBatch | DataBatch | Manages batches of support tickets. |
TicketRow | DataRow | Manages individual support ticket records. |
Class Hierarchy and Extensibility
All classes in the Mercury Messenger module extend classes within the core Web Tools module. The `MercuryMessenger` class extends the `Tool` class to provide specific messaging functionalities, while other classes like `MessageRow` and `TicketRow` extend `DataRow` for managing individual records.