Liferay 6.1.2-ce-ga3

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)
           
 
Methods inherited from class com.liferay.portal.util.SubscriptionSender
addFileAttachment, addFileAttachment, addPersistedSubscribers, addRuntimeSubscribers, deleteSubscription, flushNotifications, flushNotificationsAsync, getContextAttribute, getMailId, hasPermission, initialize, notifySubscriber, processMailMessage, replaceContent, replaceContent, sendEmail, setBody, setBulk, setCompanyId, setContextAttribute, 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)

Liferay 6.1.2-ce-ga3