Package com.liferay.mentions.util
Interface MentionsNotifier
public interface MentionsNotifier
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notify
(long userId, long groupId, String title, String content, String className, long classPK, com.liferay.portal.kernel.settings.LocalizedValuesMap subjectLocalizedValuesMap, com.liferay.portal.kernel.settings.LocalizedValuesMap bodyLocalizedValuesMap, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Method Details
-
notify
void notify(long userId, long groupId, String title, String content, String className, long classPK, com.liferay.portal.kernel.settings.LocalizedValuesMap subjectLocalizedValuesMap, com.liferay.portal.kernel.settings.LocalizedValuesMap bodyLocalizedValuesMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-