Class CommerceNotificationQueueEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationQueueEntry>
com.liferay.commerce.notification.model.CommerceNotificationQueueEntryWrapper
- All Implemented Interfaces:
CommerceNotificationQueueEntry
,CommerceNotificationQueueEntryModel
,com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<CommerceNotificationQueueEntry>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
,Serializable
,Cloneable
,Comparable<CommerceNotificationQueueEntry>
@Deprecated
public class CommerceNotificationQueueEntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationQueueEntry>
implements CommerceNotificationQueueEntry, com.liferay.portal.kernel.model.ModelWrapper<CommerceNotificationQueueEntry>
Deprecated.
This class is a wrapper for CommerceNotificationQueueEntry
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.commerce.notification.model.CommerceNotificationQueueEntry
COMMERCE_NOTIFICATION_QUEUE_ENTRY_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceNotificationQueueEntryWrapper
(CommerceNotificationQueueEntry commerceNotificationQueueEntry) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getBcc()
Deprecated.Returns the bcc of this commerce notification queue entry.getBody()
Deprecated.Returns the body of this commerce notification queue entry.getCc()
Deprecated.Returns the cc of this commerce notification queue entry.Deprecated.Returns the fully qualified class name of this commerce notification queue entry.long
Deprecated.Returns the class name ID of this commerce notification queue entry.long
Deprecated.Returns the class pk of this commerce notification queue entry.long
Deprecated.Returns the commerce notification queue entry ID of this commerce notification queue entry.long
Deprecated.Returns the commerce notification template ID of this commerce notification queue entry.long
Deprecated.Returns the company ID of this commerce notification queue entry.Deprecated.Returns the create date of this commerce notification queue entry.getFrom()
Deprecated.Returns the from of this commerce notification queue entry.Deprecated.Returns the from name of this commerce notification queue entry.long
Deprecated.Returns the group ID of this commerce notification queue entry.Deprecated.Deprecated.Returns the modified date of this commerce notification queue entry.long
Deprecated.Returns the mvcc version of this commerce notification queue entry.long
Deprecated.Returns the primary key of this commerce notification queue entry.double
Deprecated.Returns the priority of this commerce notification queue entry.boolean
getSent()
Deprecated.Returns the sent of this commerce notification queue entry.Deprecated.Returns the sent date of this commerce notification queue entry.Deprecated.Returns the subject of this commerce notification queue entry.getTo()
Deprecated.Returns the to of this commerce notification queue entry.Deprecated.Returns the to name of this commerce notification queue entry.long
Deprecated.Returns the user ID of this commerce notification queue entry.Deprecated.Returns the user name of this commerce notification queue entry.Deprecated.Returns the user uuid of this commerce notification queue entry.boolean
isSent()
Deprecated.Returnstrue
if this commerce notification queue entry is sent.void
persist()
Deprecated.void
Deprecated.Sets the bcc of this commerce notification queue entry.void
Deprecated.Sets the body of this commerce notification queue entry.void
Deprecated.Sets the cc of this commerce notification queue entry.void
setClassName
(String className) Deprecated.void
setClassNameId
(long classNameId) Deprecated.Sets the class name ID of this commerce notification queue entry.void
setClassPK
(long classPK) Deprecated.Sets the class pk of this commerce notification queue entry.void
setCommerceNotificationQueueEntryId
(long commerceNotificationQueueEntryId) Deprecated.Sets the commerce notification queue entry ID of this commerce notification queue entry.void
setCommerceNotificationTemplateId
(long commerceNotificationTemplateId) Deprecated.Sets the commerce notification template ID of this commerce notification queue entry.void
setCompanyId
(long companyId) Deprecated.Sets the company ID of this commerce notification queue entry.void
setCreateDate
(Date createDate) Deprecated.Sets the create date of this commerce notification queue entry.void
Deprecated.Sets the from of this commerce notification queue entry.void
setFromName
(String fromName) Deprecated.Sets the from name of this commerce notification queue entry.void
setGroupId
(long groupId) Deprecated.Sets the group ID of this commerce notification queue entry.void
setModelAttributes
(Map<String, Object> attributes) Deprecated.void
setModifiedDate
(Date modifiedDate) Deprecated.Sets the modified date of this commerce notification queue entry.void
setMvccVersion
(long mvccVersion) Deprecated.Sets the mvcc version of this commerce notification queue entry.void
setPrimaryKey
(long primaryKey) Deprecated.Sets the primary key of this commerce notification queue entry.void
setPriority
(double priority) Deprecated.Sets the priority of this commerce notification queue entry.void
setSent
(boolean sent) Deprecated.Sets whether this commerce notification queue entry is sent.void
setSentDate
(Date sentDate) Deprecated.Sets the sent date of this commerce notification queue entry.void
setSubject
(String subject) Deprecated.Sets the subject of this commerce notification queue entry.void
Deprecated.Sets the to of this commerce notification queue entry.void
Deprecated.Sets the to name of this commerce notification queue entry.void
setUserId
(long userId) Deprecated.Sets the user ID of this commerce notification queue entry.void
setUserName
(String userName) Deprecated.Sets the user name of this commerce notification queue entry.void
setUserUuid
(String userUuid) Deprecated.Sets the user uuid of this commerce notification queue entry.Deprecated.protected CommerceNotificationQueueEntryWrapper
wrap
(CommerceNotificationQueueEntry commerceNotificationQueueEntry) Deprecated.Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
CommerceNotificationQueueEntryWrapper
public CommerceNotificationQueueEntryWrapper(CommerceNotificationQueueEntry commerceNotificationQueueEntry) Deprecated.
-
-
Method Details
-
getModelAttributes
Deprecated.- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>
-
setModelAttributes
Deprecated.- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>
-
cloneWithOriginalValues
Deprecated.- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>
- Specified by:
cloneWithOriginalValues
in interfaceCommerceNotificationQueueEntryModel
-
getBcc
Deprecated.Returns the bcc of this commerce notification queue entry.- Specified by:
getBcc
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the bcc of this commerce notification queue entry
-
getBody
Deprecated.Returns the body of this commerce notification queue entry.- Specified by:
getBody
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the body of this commerce notification queue entry
-
getCc
Deprecated.Returns the cc of this commerce notification queue entry.- Specified by:
getCc
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the cc of this commerce notification queue entry
-
getClassName
Deprecated.Returns the fully qualified class name of this commerce notification queue entry.- Specified by:
getClassName
in interfaceCommerceNotificationQueueEntryModel
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the fully qualified class name of this commerce notification queue entry
-
getClassNameId
public long getClassNameId()Deprecated.Returns the class name ID of this commerce notification queue entry.- Specified by:
getClassNameId
in interfaceCommerceNotificationQueueEntryModel
- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the class name ID of this commerce notification queue entry
-
getClassPK
public long getClassPK()Deprecated.Returns the class pk of this commerce notification queue entry.- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
getClassPK
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the class pk of this commerce notification queue entry
-
getCommerceNotificationQueueEntryId
public long getCommerceNotificationQueueEntryId()Deprecated.Returns the commerce notification queue entry ID of this commerce notification queue entry.- Specified by:
getCommerceNotificationQueueEntryId
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the commerce notification queue entry ID of this commerce notification queue entry
-
getCommerceNotificationTemplateId
public long getCommerceNotificationTemplateId()Deprecated.Returns the commerce notification template ID of this commerce notification queue entry.- Specified by:
getCommerceNotificationTemplateId
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the commerce notification template ID of this commerce notification queue entry
-
getCompanyId
public long getCompanyId()Deprecated.Returns the company ID of this commerce notification queue entry.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCommerceNotificationQueueEntryModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this commerce notification queue entry
-
getCreateDate
Deprecated.Returns the create date of this commerce notification queue entry.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the create date of this commerce notification queue entry
-
getFrom
Deprecated.Returns the from of this commerce notification queue entry.- Specified by:
getFrom
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the from of this commerce notification queue entry
-
getFromName
Deprecated.Returns the from name of this commerce notification queue entry.- Specified by:
getFromName
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the from name of this commerce notification queue entry
-
getGroupId
public long getGroupId()Deprecated.Returns the group ID of this commerce notification queue entry.- Specified by:
getGroupId
in interfaceCommerceNotificationQueueEntryModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this commerce notification queue entry
-
getModifiedDate
Deprecated.Returns the modified date of this commerce notification queue entry.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the modified date of this commerce notification queue entry
-
getMvccVersion
public long getMvccVersion()Deprecated.Returns the mvcc version of this commerce notification queue entry.- Specified by:
getMvccVersion
in interfaceCommerceNotificationQueueEntryModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this commerce notification queue entry
-
getPrimaryKey
public long getPrimaryKey()Deprecated.Returns the primary key of this commerce notification queue entry.- Specified by:
getPrimaryKey
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the primary key of this commerce notification queue entry
-
getPriority
public double getPriority()Deprecated.Returns the priority of this commerce notification queue entry.- Specified by:
getPriority
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the priority of this commerce notification queue entry
-
getSent
public boolean getSent()Deprecated.Returns the sent of this commerce notification queue entry.- Specified by:
getSent
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the sent of this commerce notification queue entry
-
getSentDate
Deprecated.Returns the sent date of this commerce notification queue entry.- Specified by:
getSentDate
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the sent date of this commerce notification queue entry
-
getSubject
Deprecated.Returns the subject of this commerce notification queue entry.- Specified by:
getSubject
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the subject of this commerce notification queue entry
-
getTo
Deprecated.Returns the to of this commerce notification queue entry.- Specified by:
getTo
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the to of this commerce notification queue entry
-
getToName
Deprecated.Returns the to name of this commerce notification queue entry.- Specified by:
getToName
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the to name of this commerce notification queue entry
-
getUserId
public long getUserId()Deprecated.Returns the user ID of this commerce notification queue entry.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the user ID of this commerce notification queue entry
-
getUserName
Deprecated.Returns the user name of this commerce notification queue entry.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the user name of this commerce notification queue entry
-
getUserUuid
Deprecated.Returns the user uuid of this commerce notification queue entry.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCommerceNotificationQueueEntryModel
- Returns:
- the user uuid of this commerce notification queue entry
-
isSent
public boolean isSent()Deprecated.Returnstrue
if this commerce notification queue entry is sent.- Specified by:
isSent
in interfaceCommerceNotificationQueueEntryModel
- Returns:
true
if this commerce notification queue entry is sent;false
otherwise
-
persist
public void persist()Deprecated.- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setBcc
Deprecated.Sets the bcc of this commerce notification queue entry.- Specified by:
setBcc
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
bcc
- the bcc of this commerce notification queue entry
-
setBody
Deprecated.Sets the body of this commerce notification queue entry.- Specified by:
setBody
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
body
- the body of this commerce notification queue entry
-
setCc
Deprecated.Sets the cc of this commerce notification queue entry.- Specified by:
setCc
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
cc
- the cc of this commerce notification queue entry
-
setClassName
Deprecated.- Specified by:
setClassName
in interfaceCommerceNotificationQueueEntryModel
-
setClassNameId
public void setClassNameId(long classNameId) Deprecated.Sets the class name ID of this commerce notification queue entry.- Specified by:
setClassNameId
in interfaceCommerceNotificationQueueEntryModel
- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Parameters:
classNameId
- the class name ID of this commerce notification queue entry
-
setClassPK
public void setClassPK(long classPK) Deprecated.Sets the class pk of this commerce notification queue entry.- Specified by:
setClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
setClassPK
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
classPK
- the class pk of this commerce notification queue entry
-
setCommerceNotificationQueueEntryId
public void setCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId) Deprecated.Sets the commerce notification queue entry ID of this commerce notification queue entry.- Specified by:
setCommerceNotificationQueueEntryId
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
commerceNotificationQueueEntryId
- the commerce notification queue entry ID of this commerce notification queue entry
-
setCommerceNotificationTemplateId
public void setCommerceNotificationTemplateId(long commerceNotificationTemplateId) Deprecated.Sets the commerce notification template ID of this commerce notification queue entry.- Specified by:
setCommerceNotificationTemplateId
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
commerceNotificationTemplateId
- the commerce notification template ID of this commerce notification queue entry
-
setCompanyId
public void setCompanyId(long companyId) Deprecated.Sets the company ID of this commerce notification queue entry.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCommerceNotificationQueueEntryModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this commerce notification queue entry
-
setCreateDate
Deprecated.Sets the create date of this commerce notification queue entry.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
createDate
- the create date of this commerce notification queue entry
-
setFrom
Deprecated.Sets the from of this commerce notification queue entry.- Specified by:
setFrom
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
from
- the from of this commerce notification queue entry
-
setFromName
Deprecated.Sets the from name of this commerce notification queue entry.- Specified by:
setFromName
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
fromName
- the from name of this commerce notification queue entry
-
setGroupId
public void setGroupId(long groupId) Deprecated.Sets the group ID of this commerce notification queue entry.- Specified by:
setGroupId
in interfaceCommerceNotificationQueueEntryModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this commerce notification queue entry
-
setModifiedDate
Deprecated.Sets the modified date of this commerce notification queue entry.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
modifiedDate
- the modified date of this commerce notification queue entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this commerce notification queue entry.- Specified by:
setMvccVersion
in interfaceCommerceNotificationQueueEntryModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this commerce notification queue entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this commerce notification queue entry.- Specified by:
setPrimaryKey
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
primaryKey
- the primary key of this commerce notification queue entry
-
setPriority
public void setPriority(double priority) Deprecated.Sets the priority of this commerce notification queue entry.- Specified by:
setPriority
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
priority
- the priority of this commerce notification queue entry
-
setSent
public void setSent(boolean sent) Deprecated.Sets whether this commerce notification queue entry is sent.- Specified by:
setSent
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
sent
- the sent of this commerce notification queue entry
-
setSentDate
Deprecated.Sets the sent date of this commerce notification queue entry.- Specified by:
setSentDate
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
sentDate
- the sent date of this commerce notification queue entry
-
setSubject
Deprecated.Sets the subject of this commerce notification queue entry.- Specified by:
setSubject
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
subject
- the subject of this commerce notification queue entry
-
setTo
Deprecated.Sets the to of this commerce notification queue entry.- Specified by:
setTo
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
to
- the to of this commerce notification queue entry
-
setToName
Deprecated.Sets the to name of this commerce notification queue entry.- Specified by:
setToName
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
toName
- the to name of this commerce notification queue entry
-
setUserId
public void setUserId(long userId) Deprecated.Sets the user ID of this commerce notification queue entry.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
userId
- the user ID of this commerce notification queue entry
-
setUserName
Deprecated.Sets the user name of this commerce notification queue entry.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
userName
- the user name of this commerce notification queue entry
-
setUserUuid
Deprecated.Sets the user uuid of this commerce notification queue entry.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCommerceNotificationQueueEntryModel
- Parameters:
userUuid
- the user uuid of this commerce notification queue entry
-
toXmlString
Deprecated.- Specified by:
toXmlString
in interfaceCommerceNotificationQueueEntryModel
-
wrap
protected CommerceNotificationQueueEntryWrapper wrap(CommerceNotificationQueueEntry commerceNotificationQueueEntry) Deprecated.- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationQueueEntry>
-