public class MailNotification extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_ATTACHMENTS |
static String |
FIELD_DESCRIPTION |
static String |
FIELD_EVENT |
static String |
FIELD_FROM |
static String |
FIELD_MEETING |
static String |
FIELD_MESSAGE |
static String |
FIELD_PLACE |
static String |
FIELD_TO |
| Constructor and Description |
|---|
MailNotification(org.exoplatform.services.mail.MailService mailService,
org.exoplatform.services.organization.OrganizationService organizationService,
CalendarService calendarService) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel(ResourceBundle res,
String label) |
ResourceBundle |
getResourceBundle(org.exoplatform.services.resources.ResourceBundleService ressourceBundleService) |
void |
sendEmail(CalendarEvent event,
String username) |
public static final String FIELD_MESSAGE
public static final String FIELD_EVENT
public static final String FIELD_DESCRIPTION
public static final String FIELD_ATTACHMENTS
public static final String FIELD_FROM
public static final String FIELD_TO
public static final String FIELD_PLACE
public static final String FIELD_MEETING
public MailNotification(org.exoplatform.services.mail.MailService mailService,
org.exoplatform.services.organization.OrganizationService organizationService,
CalendarService calendarService)
public void sendEmail(CalendarEvent event, String username) throws Exception
Exceptionpublic String getLabel(ResourceBundle res, String label)
public ResourceBundle getResourceBundle(org.exoplatform.services.resources.ResourceBundleService ressourceBundleService) throws Exception
ExceptionCopyright © 2003–2019 eXo Platform SAS. All rights reserved.