Class CalendarEventDeletedActivityNotifier
java.lang.Object
org.ametys.plugins.workspaces.activities.AbstractWorkspacesActivityNotifier
org.ametys.plugins.workspaces.activities.calendars.CalendarEventActivityNotifier
org.ametys.plugins.workspaces.activities.calendars.CalendarEventDeletedActivityNotifier
- All Implemented Interfaces:
PluginAware
,ActivityNotifier
,Contextualizable
,Serviceable
Class representing a activity notifier for calendar event workspaces
-
Field Summary
Fields inherited from class org.ametys.plugins.workspaces.activities.AbstractWorkspacesActivityNotifier
_context, _i18nUtils, _notificationPreferenceHelper, _pluginName, _projectManager, _renderingContextHandler, _resolver, _rightManager, _srcResolver, _userManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isAsync()
true
if the notifier is asynchronousboolean
support
(ActivityType activityType) true
if the notifier support the activity typeMethods inherited from class org.ametys.plugins.workspaces.activities.calendars.CalendarEventActivityNotifier
getMailBodyURI, getSubjectI18nParams, getTargetAmetysObject
Methods inherited from class org.ametys.plugins.workspaces.activities.AbstractWorkspacesActivityNotifier
_getSubjectI18nKey, contextualize, getMailHtmlBody, getMailSubject, getMailTextBody, getUsersEmailToNotify, service, setPluginInfo
-
Constructor Details
-
CalendarEventDeletedActivityNotifier
public CalendarEventDeletedActivityNotifier()
-
-
Method Details
-
support
Description copied from interface:ActivityNotifier
true
if the notifier support the activity type- Specified by:
support
in interfaceActivityNotifier
- Overrides:
support
in classCalendarEventActivityNotifier
- Parameters:
activityType
- the activity type- Returns:
true
if the notifier support the activity type
-
isAsync
Description copied from interface:ActivityNotifier
true
if the notifier is asynchronous- Returns:
true
if the notifier is asynchronous
-