Package com.liferay.notification.model
Interface NotificationQueueEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<NotificationQueueEntry>,com.liferay.portal.kernel.model.MVCCModel,NotificationQueueEntryModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.TypedModel
- All Known Implementing Classes:
NotificationQueueEntryWrapper
@ProviderType
public interface NotificationQueueEntry
extends NotificationQueueEntryModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the NotificationQueueEntry service. Represents a row in the "NotificationQueueEntry" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<NotificationQueueEntry,Long> -
Method Summary
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.notification.model.NotificationQueueEntryModel
cloneWithOriginalValues, getBody, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getModifiedDate, getMvccVersion, getNotificationQueueEntryId, getNotificationTemplateId, getPrimaryKey, getPriority, getSentDate, getStatus, getSubject, getType, getUserId, getUserName, getUserUuid, setBody, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setModifiedDate, setMvccVersion, setNotificationQueueEntryId, setNotificationTemplateId, setPrimaryKey, setPriority, setSentDate, setStatus, setSubject, setType, setUserId, setUserName, setUserUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
NOTIFICATION_QUEUE_ENTRY_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<NotificationQueueEntry,Long> NOTIFICATION_QUEUE_ENTRY_ID_ACCESSOR
-
-
Method Details
-
getNotificationRecipient
NotificationRecipient getNotificationRecipient()
-