Liferay 6.1.0-ce-rc1

com.liferay.portlet.messageboards.util
Class MBSubscriptionSender

java.lang.Object
  extended by com.liferay.portal.util.SubscriptionSender
      extended by com.liferay.portlet.messageboards.util.MBSubscriptionSender
All Implemented Interfaces:
Serializable

public class MBSubscriptionSender
extends SubscriptionSender

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.util.SubscriptionSender
body, bulk, companyId, fileAttachments, fromAddress, fromName, groupId, htmlFormat, inReplyTo, localizedBodyMap, localizedSubjectMap, mailId, portletId, replyToAddress, scopeGroupId, serviceContext, smtpAccount, subject, userId
 
Constructor Summary
MBSubscriptionSender()
           
 
Method Summary
 void addMailingListSubscriber(long groupId, long categoryId)
           
protected  String getMailingListSubject(String subject, String mailId)
           
protected  void processMailMessage(MailMessage mailMessage, Locale locale)
           
 
Methods inherited from class com.liferay.portal.util.SubscriptionSender
addFileAttachment, addFileAttachment, addPersistedSubscribers, addRuntimeSubscribers, deleteSubscription, flushNotifications, flushNotificationsAsync, getContextAttribute, getMailId, getPortalURL, hasPermission, initialize, notifySubscriber, replaceContent, sendEmail, setBody, setBulk, setCompanyId, setContextAttribute, setContextAttribute, setContextAttributes, setContextUserPrefix, setFrom, setGroupId, setHtmlFormat, setInReplyTo, setLocalizedBodyMap, setLocalizedSubjectMap, setMailId, setPortletId, setReplyToAddress, setScopeGroupId, setServiceContext, setSMTPAccount, setSubject, setUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBSubscriptionSender

public MBSubscriptionSender()
Method Detail

addMailingListSubscriber

public void addMailingListSubscriber(long groupId,
                                     long categoryId)
                              throws PortalException,
                                     SystemException
Throws:
PortalException
SystemException

getMailingListSubject

protected String getMailingListSubject(String subject,
                                       String mailId)

processMailMessage

protected void processMailMessage(MailMessage mailMessage,
                                  Locale locale)
                           throws Exception
Overrides:
processMailMessage in class SubscriptionSender
Throws:
Exception

Liferay 6.1.0-ce-rc1