public class NotificationQueueEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationQueueEntry> implements com.liferay.portal.kernel.model.ModelWrapper<NotificationQueueEntry>, NotificationQueueEntry
This class is a wrapper for NotificationQueueEntry.
NotificationQueueEntry,
Serialized FormNOTIFICATION_QUEUE_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
NotificationQueueEntryWrapper(NotificationQueueEntry notificationQueueEntry) |
| Modifier and Type | Method and Description |
|---|---|
NotificationQueueEntry |
cloneWithOriginalValues() |
java.lang.String |
getBcc()
Returns the bcc of this notification queue entry.
|
java.lang.String |
getBody()
Returns the body of this notification queue entry.
|
java.lang.String |
getCc()
Returns the cc of this notification queue entry.
|
java.lang.String |
getClassName()
Returns the fully qualified class name of this notification queue entry.
|
long |
getClassNameId()
Returns the class name ID of this notification queue entry.
|
long |
getClassPK()
Returns the class pk of this notification queue entry.
|
long |
getCompanyId()
Returns the company ID of this notification queue entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this notification queue entry.
|
java.lang.String |
getFrom()
Returns the from of this notification queue entry.
|
java.lang.String |
getFromName()
Returns the from name of this notification queue entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this notification queue entry.
|
long |
getMvccVersion()
Returns the mvcc version of this notification queue entry.
|
long |
getNotificationQueueEntryId()
Returns the notification queue entry ID of this notification queue entry.
|
long |
getNotificationTemplateId()
Returns the notification template ID of this notification queue entry.
|
long |
getPrimaryKey()
Returns the primary key of this notification queue entry.
|
double |
getPriority()
Returns the priority of this notification queue entry.
|
boolean |
getSent()
Returns the sent of this notification queue entry.
|
java.util.Date |
getSentDate()
Returns the sent date of this notification queue entry.
|
int |
getStatus()
Returns the status of this notification queue entry.
|
java.lang.String |
getSubject()
Returns the subject of this notification queue entry.
|
java.lang.String |
getTo()
Returns the to of this notification queue entry.
|
java.lang.String |
getToName()
Returns the to name of this notification queue entry.
|
long |
getUserId()
Returns the user ID of this notification queue entry.
|
java.lang.String |
getUserName()
Returns the user name of this notification queue entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this notification queue entry.
|
boolean |
isSent()
Returns
true if this notification queue entry is sent. |
void |
persist() |
void |
setBcc(java.lang.String bcc)
Sets the bcc of this notification queue entry.
|
void |
setBody(java.lang.String body)
Sets the body of this notification queue entry.
|
void |
setCc(java.lang.String cc)
Sets the cc of this notification queue entry.
|
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this notification queue entry.
|
void |
setClassPK(long classPK)
Sets the class pk of this notification queue entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this notification queue entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this notification queue entry.
|
void |
setFrom(java.lang.String from)
Sets the from of this notification queue entry.
|
void |
setFromName(java.lang.String fromName)
Sets the from name of this notification queue entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this notification queue entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this notification queue entry.
|
void |
setNotificationQueueEntryId(long notificationQueueEntryId)
Sets the notification queue entry ID of this notification queue entry.
|
void |
setNotificationTemplateId(long notificationTemplateId)
Sets the notification template ID of this notification queue entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this notification queue entry.
|
void |
setPriority(double priority)
Sets the priority of this notification queue entry.
|
void |
setSent(boolean sent)
Sets whether this notification queue entry is sent.
|
void |
setSentDate(java.util.Date sentDate)
Sets the sent date of this notification queue entry.
|
void |
setStatus(int status)
Sets the status of this notification queue entry.
|
void |
setSubject(java.lang.String subject)
Sets the subject of this notification queue entry.
|
void |
setTo(java.lang.String to)
Sets the to of this notification queue entry.
|
void |
setToName(java.lang.String toName)
Sets the to name of this notification queue entry.
|
void |
setUserId(long userId)
Sets the user ID of this notification queue entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this notification queue entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this notification queue entry.
|
protected NotificationQueueEntryWrapper |
wrap(NotificationQueueEntry notificationQueueEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic NotificationQueueEntryWrapper(NotificationQueueEntry notificationQueueEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntry>public NotificationQueueEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface NotificationQueueEntryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<NotificationQueueEntry>public java.lang.String getBcc()
getBcc in interface NotificationQueueEntryModelpublic java.lang.String getBody()
getBody in interface NotificationQueueEntryModelpublic java.lang.String getCc()
getCc in interface NotificationQueueEntryModelpublic java.lang.String getClassName()
getClassName in interface NotificationQueueEntryModelgetClassName in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassNameId()
getClassNameId in interface NotificationQueueEntryModelgetClassNameId in interface com.liferay.portal.kernel.model.TypedModelpublic long getClassPK()
getClassPK in interface NotificationQueueEntryModelgetClassPK in interface com.liferay.portal.kernel.model.AttachedModelpublic long getCompanyId()
getCompanyId in interface NotificationQueueEntryModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.util.Date getCreateDate()
getCreateDate in interface NotificationQueueEntryModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getFrom()
getFrom in interface NotificationQueueEntryModelpublic java.lang.String getFromName()
getFromName in interface NotificationQueueEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface NotificationQueueEntryModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getMvccVersion()
getMvccVersion in interface NotificationQueueEntryModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getNotificationQueueEntryId()
getNotificationQueueEntryId in interface NotificationQueueEntryModelpublic long getNotificationTemplateId()
getNotificationTemplateId in interface NotificationQueueEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface NotificationQueueEntryModelpublic double getPriority()
getPriority in interface NotificationQueueEntryModelpublic boolean getSent()
getSent in interface NotificationQueueEntryModelpublic java.util.Date getSentDate()
getSentDate in interface NotificationQueueEntryModelpublic int getStatus()
getStatus in interface NotificationQueueEntryModelpublic java.lang.String getSubject()
getSubject in interface NotificationQueueEntryModelpublic java.lang.String getTo()
getTo in interface NotificationQueueEntryModelpublic java.lang.String getToName()
getToName in interface NotificationQueueEntryModelpublic long getUserId()
getUserId in interface NotificationQueueEntryModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface NotificationQueueEntryModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface NotificationQueueEntryModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic boolean isSent()
true if this notification queue entry is sent.isSent in interface NotificationQueueEntryModeltrue if this notification queue entry is sent; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setBcc(java.lang.String bcc)
setBcc in interface NotificationQueueEntryModelbcc - the bcc of this notification queue entrypublic void setBody(java.lang.String body)
setBody in interface NotificationQueueEntryModelbody - the body of this notification queue entrypublic void setCc(java.lang.String cc)
setCc in interface NotificationQueueEntryModelcc - the cc of this notification queue entrypublic void setClassName(java.lang.String className)
setClassName in interface NotificationQueueEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface NotificationQueueEntryModelsetClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this notification queue entrypublic void setClassPK(long classPK)
setClassPK in interface NotificationQueueEntryModelsetClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - the class pk of this notification queue entrypublic void setCompanyId(long companyId)
setCompanyId in interface NotificationQueueEntryModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this notification queue entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface NotificationQueueEntryModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this notification queue entrypublic void setFrom(java.lang.String from)
setFrom in interface NotificationQueueEntryModelfrom - the from of this notification queue entrypublic void setFromName(java.lang.String fromName)
setFromName in interface NotificationQueueEntryModelfromName - the from name of this notification queue entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface NotificationQueueEntryModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this notification queue entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface NotificationQueueEntryModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this notification queue entrypublic void setNotificationQueueEntryId(long notificationQueueEntryId)
setNotificationQueueEntryId in interface NotificationQueueEntryModelnotificationQueueEntryId - the notification queue entry ID of this notification queue entrypublic void setNotificationTemplateId(long notificationTemplateId)
setNotificationTemplateId in interface NotificationQueueEntryModelnotificationTemplateId - the notification template ID of this notification queue entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface NotificationQueueEntryModelprimaryKey - the primary key of this notification queue entrypublic void setPriority(double priority)
setPriority in interface NotificationQueueEntryModelpriority - the priority of this notification queue entrypublic void setSent(boolean sent)
setSent in interface NotificationQueueEntryModelsent - the sent of this notification queue entrypublic void setSentDate(java.util.Date sentDate)
setSentDate in interface NotificationQueueEntryModelsentDate - the sent date of this notification queue entrypublic void setStatus(int status)
setStatus in interface NotificationQueueEntryModelstatus - the status of this notification queue entrypublic void setSubject(java.lang.String subject)
setSubject in interface NotificationQueueEntryModelsubject - the subject of this notification queue entrypublic void setTo(java.lang.String to)
setTo in interface NotificationQueueEntryModelto - the to of this notification queue entrypublic void setToName(java.lang.String toName)
setToName in interface NotificationQueueEntryModeltoName - the to name of this notification queue entrypublic void setUserId(long userId)
setUserId in interface NotificationQueueEntryModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this notification queue entrypublic void setUserName(java.lang.String userName)
setUserName in interface NotificationQueueEntryModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this notification queue entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface NotificationQueueEntryModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this notification queue entryprotected NotificationQueueEntryWrapper wrap(NotificationQueueEntry notificationQueueEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationQueueEntry>