Class NotificationRecipient
java.lang.Object
com.liferay.portal.workflow.kaleo.runtime.notification.NotificationRecipient
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationRecipient(com.liferay.portal.kernel.model.User user, com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType notificationReceptionType) NotificationRecipient(String emailAddress, com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType notificationReceptionType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongjavax.mail.internet.InternetAddresscom.liferay.portal.workflow.kaleo.definition.NotificationReceptionTypelonginthashCode()
-
Constructor Details
-
NotificationRecipient
public NotificationRecipient(String emailAddress, com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType notificationReceptionType) -
NotificationRecipient
public NotificationRecipient(com.liferay.portal.kernel.model.User user, com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType notificationReceptionType)
-
-
Method Details
-
equals
-
getCompanyId
public long getCompanyId() -
getEmailAddress
-
getFullName
-
getInternetAddress
public javax.mail.internet.InternetAddress getInternetAddress() throws javax.mail.internet.AddressException, UnsupportedEncodingException- Throws:
javax.mail.internet.AddressExceptionUnsupportedEncodingException
-
getNotificationReceptionType
public com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType getNotificationReceptionType() -
getScreenName
-
getUserId
public long getUserId() -
hashCode
public int hashCode()
-