|
||
If you are not familiar with the database table data management by Info and Provider classes, we strongly recommend that you refer to the Database table API topic first.
|
Please note
The Notifications module classes use the CMS.Notifications namespace.
|
•NotificationGatewayInfo - represents one notification gateway.
•NotificationGatewayInfoProvider - provides management of notification gateways.
•NotificationTemplateInfo - represents one notification template.
•NotificationTemplateInfoProvider - provides management of notification templates.
•NotificationTemplateTextInfo - represents one notification template text.
•NotificationTemplateTextInfoProvider - provides management of notification template texts.
•NotificationSubscriptionInfo - represents one notification subscription.
•NotificationSubscriptionInfoProvider - provides management of notification subscriptions.
•NotificationSender - used for asynchronous sending of notification messages.
•CMSNotificationGateway - the base class for notification gateways. All custom notification gateways need to inherit from this class.
•CMSEmailNotificationGateway - a built-in e-mail notification gateway.