| DuplicateMailTemplateException |
The DuplicateMailTemplateException exception is thrown to indicate an error condition as a
result of an attempt to create a duplicate mail template i.e a mail template with the specified
ID already exists.
|
| IMailService |
The IMailService interface defines the functionality provided by a Mail Service
implementation.
|
| MailTemplate |
The MailTemplate class holds the information for a mail template.
|
| MailTemplateContentType |
The MailTemplateContentType enumeration defines the possible content types for mail
templates.
|
| MailTemplateNotFoundException |
The MailTemplateNotFoundException exception is thrown to indicate an error condition as a
result of a mail template that could not be found.
|
| MailTemplateRepository |
The MailTemplateRepository interface declares the repository for the MailTemplate
domain type.
|
| MailTemplateSummary |
The MailTemplateSummary class holds the information for a mail template.
|
| MailTemplateSummaryRepository |
The MailTemplateSummaryRepository interface declares the repository for the
MailTemplateSummary domain type.
|