Class NotificationRecipient

java.lang.Object
com.liferay.portal.workflow.kaleo.runtime.notification.NotificationRecipient

public class NotificationRecipient extends Object
  • 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

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • getCompanyId

      public long getCompanyId()
    • getEmailAddress

      public String getEmailAddress()
    • getFullName

      public String getFullName()
    • getInternetAddress

      public javax.mail.internet.InternetAddress getInternetAddress() throws javax.mail.internet.AddressException, UnsupportedEncodingException
      Throws:
      javax.mail.internet.AddressException
      UnsupportedEncodingException
    • getNotificationReceptionType

      public com.liferay.portal.workflow.kaleo.definition.NotificationReceptionType getNotificationReceptionType()
    • getScreenName

      public String getScreenName()
    • getUserId

      public long getUserId()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object