Liferay 7.0-ce-b4

com.liferay.portal.util
Class GroupSubscriptionCheckSubscriptionSender

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

public class GroupSubscriptionCheckSubscriptionSender
extends SubscriptionSender

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.util.SubscriptionSender
body, bulk, companyId, creatorUserId, currentUserId, fileAttachments, fromAddress, fromName, groupId, htmlFormat, inReplyTo, localizedBodyMap, localizedPortletTitleMap, localizedSubjectMap, mailId, portletId, replyToAddress, scopeGroupId, serviceContext, smtpAccount, subject, uniqueMailId
 
Constructor Summary
GroupSubscriptionCheckSubscriptionSender(String resourceName)
           
 
Method Summary
protected  Boolean hasSubscribePermission(PermissionChecker permissionChecker, Subscription subscription)
           
 
Methods inherited from class com.liferay.portal.util.SubscriptionSender
addFileAttachment, addFileAttachment, addPersistedSubscribers, addRuntimeSubscribers, deleteSubscription, flushNotifications, flushNotificationsAsync, getContextAttribute, getCurrentUserId, getMailId, getUserId, hasPermission, hasPermission, initialize, notifyPersistedSubscriber, notifyPersistedSubscriber, notifyRuntimeSubscriber, notifySubscriber, notifySubscriber, processMailMessage, replaceContent, replaceContent, sendEmail, sendEmailNotification, sendNotification, sendUserNotification, setBody, setBulk, setClassName, setClassPK, setCompanyId, setContextAttribute, setContextAttribute, setContextAttribute, setContextAttributes, setContextCreatorUserPrefix, setCreatorUserId, setCurrentUserId, setEntryTitle, setEntryURL, setFrom, setGroupId, setHtmlFormat, setInReplyTo, setLocalizedBodyMap, setLocalizedPortletTitleMap, setLocalizedSubjectMap, setMailId, setNotificationClassNameId, setNotificationType, setPortletId, setReplyToAddress, setScopeGroupId, setServiceContext, setSMTPAccount, setSubject, setUniqueMailId, setUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupSubscriptionCheckSubscriptionSender

public GroupSubscriptionCheckSubscriptionSender(String resourceName)
Method Detail

hasSubscribePermission

protected Boolean hasSubscribePermission(PermissionChecker permissionChecker,
                                         Subscription subscription)
                                  throws PortalException
Overrides:
hasSubscribePermission in class SubscriptionSender
Throws:
PortalException

Liferay 7.0-ce-b4