public class NotificationEventTO extends java.lang.Object implements java.lang.Comparable<NotificationEventTO>
限定符和类型 | 方法和说明 |
---|---|
int |
compareTo(NotificationEventTO theOther) |
java.lang.String |
getContextTitle() |
java.lang.String |
getCreatorFirstLastName() |
NotificationEvent |
getEvent() |
java.util.Date |
getEventDate() |
PublishEventTO.EventType |
getEventType() |
java.util.Locale |
getLocale() |
Subscriber.NotificationInterval |
getNotificationInterval() |
Publisher |
getPublisher() |
java.lang.String |
getRecipientEmail() |
java.lang.String |
getSourceEntryId() |
java.lang.String |
getSourceEntryTitle() |
java.lang.String |
getSourceTitle() |
java.lang.String |
getSourceTYpe() |
boolean |
hasSamePublisher(NotificationEventTO theOther) |
boolean |
isEventEligible()
Returns true if event is eligible to be sent in the next notification interval.
|
public NotificationEvent getEvent()
public PublishEventTO.EventType getEventType()
public boolean isEventEligible()
public java.lang.String getRecipientEmail()
public java.lang.String getCreatorFirstLastName()
public java.util.Date getEventDate()
public java.lang.String getContextTitle()
public java.lang.String getSourceTitle()
public Subscriber.NotificationInterval getNotificationInterval()
public Publisher getPublisher()
public boolean hasSamePublisher(NotificationEventTO theOther)
public java.lang.String getSourceEntryId()
public int compareTo(NotificationEventTO theOther)
compareTo
在接口中 java.lang.Comparable<NotificationEventTO>
public java.util.Locale getLocale()
public java.lang.String getSourceEntryTitle()
public java.lang.String getSourceTYpe()