Class ThreadsActivityNotifier
java.lang.Object
org.ametys.plugins.workspaces.activities.AbstractWorkspacesActivityNotifier
org.ametys.plugins.workspaces.activities.forums.ThreadsActivityNotifier
- All Implemented Interfaces:
PluginAware,ActivityNotifier,Contextualizable,Serviceable
- Direct Known Subclasses:
DeleteThreadActivityNotifier,ReportThreadCommentActivityNotifier
Class representing an activity notifier for workspaces threads
-
Field Summary
Fields inherited from class org.ametys.plugins.workspaces.activities.AbstractWorkspacesActivityNotifier
_context, _i18nUtils, _notificationPreferenceHelper, _pluginName, _projectManager, _renderingContextHandler, _resolver, _rightManager, _srcResolver, _userManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMailBodyURI(Activity activity) Get the URI to resolve to get the mail bodygetSubjectI18nParams(Activity activity) Get the subject i18n parametersgetTargetAmetysObject(Activity activity) Retrieve the ametys object targeted by this activity.booleansupport(ActivityType activityType) trueif the notifier support the activity typeMethods inherited from class org.ametys.plugins.workspaces.activities.AbstractWorkspacesActivityNotifier
_getSubjectI18nKey, contextualize, getMailHtmlBody, getMailSubject, getMailTextBody, getUsersEmailToNotify, service, setPluginInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ametys.web.activities.notify.ActivityNotifier
isAsync
-
Constructor Details
-
ThreadsActivityNotifier
public ThreadsActivityNotifier()
-
-
Method Details
-
support
Description copied from interface:ActivityNotifiertrueif the notifier support the activity type- Parameters:
activityType- the activity type- Returns:
trueif the notifier support the activity type
-
getSubjectI18nParams
Description copied from class:AbstractWorkspacesActivityNotifierGet the subject i18n parameters- Overrides:
getSubjectI18nParamsin classAbstractWorkspacesActivityNotifier- Parameters:
activity- the activity- Returns:
- the subject i18n parameters
-
getMailBodyURI
Description copied from class:AbstractWorkspacesActivityNotifierGet the URI to resolve to get the mail body- Specified by:
getMailBodyURIin classAbstractWorkspacesActivityNotifier- Parameters:
activity- the activity- Returns:
- the uri
-
getTargetAmetysObject
Description copied from class:AbstractWorkspacesActivityNotifierRetrieve the ametys object targeted by this activity. This method is intended for right computation purposes.- Specified by:
getTargetAmetysObjectin classAbstractWorkspacesActivityNotifier- Parameters:
activity- the activity- Returns:
- the target
-