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
modelFields 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.longDeprecated.Returns the class name ID of this commerce notification queue entry.longDeprecated.Returns the class pk of this commerce notification queue entry.longDeprecated.Returns the commerce notification queue entry ID of this commerce notification queue entry.longDeprecated.Returns the commerce notification template ID of this commerce notification queue entry.longDeprecated.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.longDeprecated.Returns the group ID of this commerce notification queue entry.Deprecated.Deprecated.Returns the modified date of this commerce notification queue entry.longDeprecated.Returns the mvcc version of this commerce notification queue entry.longDeprecated.Returns the primary key of this commerce notification queue entry.doubleDeprecated.Returns the priority of this commerce notification queue entry.booleangetSent()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.longDeprecated.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.booleanisSent()Deprecated.Returnstrueif this commerce notification queue entry is sent.voidpersist()Deprecated.voidDeprecated.Sets the bcc of this commerce notification queue entry.voidDeprecated.Sets the body of this commerce notification queue entry.voidDeprecated.Sets the cc of this commerce notification queue entry.voidsetClassName(String className) Deprecated.voidsetClassNameId(long classNameId) Deprecated.Sets the class name ID of this commerce notification queue entry.voidsetClassPK(long classPK) Deprecated.Sets the class pk of this commerce notification queue entry.voidsetCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId) Deprecated.Sets the commerce notification queue entry ID of this commerce notification queue entry.voidsetCommerceNotificationTemplateId(long commerceNotificationTemplateId) Deprecated.Sets the commerce notification template ID of this commerce notification queue entry.voidsetCompanyId(long companyId) Deprecated.Sets the company ID of this commerce notification queue entry.voidsetCreateDate(Date createDate) Deprecated.Sets the create date of this commerce notification queue entry.voidDeprecated.Sets the from of this commerce notification queue entry.voidsetFromName(String fromName) Deprecated.Sets the from name of this commerce notification queue entry.voidsetGroupId(long groupId) Deprecated.Sets the group ID of this commerce notification queue entry.voidsetModelAttributes(Map<String, Object> attributes) Deprecated.voidsetModifiedDate(Date modifiedDate) Deprecated.Sets the modified date of this commerce notification queue entry.voidsetMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this commerce notification queue entry.voidsetPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this commerce notification queue entry.voidsetPriority(double priority) Deprecated.Sets the priority of this commerce notification queue entry.voidsetSent(boolean sent) Deprecated.Sets whether this commerce notification queue entry is sent.voidsetSentDate(Date sentDate) Deprecated.Sets the sent date of this commerce notification queue entry.voidsetSubject(String subject) Deprecated.Sets the subject of this commerce notification queue entry.voidDeprecated.Sets the to of this commerce notification queue entry.voidDeprecated.Sets the to name of this commerce notification queue entry.voidsetUserId(long userId) Deprecated.Sets the user ID of this commerce notification queue entry.voidsetUserName(String userName) Deprecated.Sets the user name of this commerce notification queue entry.voidsetUserUuid(String userUuid) Deprecated.Sets the user uuid of this commerce notification queue entry.Deprecated.protected CommerceNotificationQueueEntryWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
CommerceNotificationQueueEntryWrapper
public CommerceNotificationQueueEntryWrapper(CommerceNotificationQueueEntry commerceNotificationQueueEntry) Deprecated.
-
-
Method Details
-
getModelAttributes
Deprecated.- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>
-
setModelAttributes
Deprecated.- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>
-
cloneWithOriginalValues
Deprecated.- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>- Specified by:
cloneWithOriginalValuesin interfaceCommerceNotificationQueueEntryModel
-
getBcc
Deprecated.Returns the bcc of this commerce notification queue entry.- Specified by:
getBccin interfaceCommerceNotificationQueueEntryModel- Returns:
- the bcc of this commerce notification queue entry
-
getBody
Deprecated.Returns the body of this commerce notification queue entry.- Specified by:
getBodyin interfaceCommerceNotificationQueueEntryModel- Returns:
- the body of this commerce notification queue entry
-
getCc
Deprecated.Returns the cc of this commerce notification queue entry.- Specified by:
getCcin 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:
getClassNamein interfaceCommerceNotificationQueueEntryModel- Specified by:
getClassNamein 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:
getClassNameIdin interfaceCommerceNotificationQueueEntryModel- Specified by:
getClassNameIdin 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:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
getClassPKin 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:
getCommerceNotificationQueueEntryIdin 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:
getCommerceNotificationTemplateIdin 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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCommerceNotificationQueueEntryModel- Specified by:
getCompanyIdin 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCommerceNotificationQueueEntryModel- Returns:
- the create date of this commerce notification queue entry
-
getFrom
Deprecated.Returns the from of this commerce notification queue entry.- Specified by:
getFromin interfaceCommerceNotificationQueueEntryModel- Returns:
- the from of this commerce notification queue entry
-
getFromName
Deprecated.Returns the from name of this commerce notification queue entry.- Specified by:
getFromNamein 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:
getGroupIdin interfaceCommerceNotificationQueueEntryModel- Specified by:
getGroupIdin 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:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceCommerceNotificationQueueEntryModel- Specified by:
getMvccVersionin 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:
getPrimaryKeyin 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:
getPriorityin 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:
getSentin interfaceCommerceNotificationQueueEntryModel- Returns:
- the sent of this commerce notification queue entry
-
getSentDate
Deprecated.Returns the sent date of this commerce notification queue entry.- Specified by:
getSentDatein interfaceCommerceNotificationQueueEntryModel- Returns:
- the sent date of this commerce notification queue entry
-
getSubject
Deprecated.Returns the subject of this commerce notification queue entry.- Specified by:
getSubjectin interfaceCommerceNotificationQueueEntryModel- Returns:
- the subject of this commerce notification queue entry
-
getTo
Deprecated.Returns the to of this commerce notification queue entry.- Specified by:
getToin interfaceCommerceNotificationQueueEntryModel- Returns:
- the to of this commerce notification queue entry
-
getToName
Deprecated.Returns the to name of this commerce notification queue entry.- Specified by:
getToNamein 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:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin 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:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein 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:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCommerceNotificationQueueEntryModel- Returns:
- the user uuid of this commerce notification queue entry
-
isSent
public boolean isSent()Deprecated.Returnstrueif this commerce notification queue entry is sent.- Specified by:
isSentin interfaceCommerceNotificationQueueEntryModel- Returns:
trueif this commerce notification queue entry is sent;falseotherwise
-
persist
public void persist()Deprecated.- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setBcc
Deprecated.Sets the bcc of this commerce notification queue entry.- Specified by:
setBccin interfaceCommerceNotificationQueueEntryModel- Parameters:
bcc- the bcc of this commerce notification queue entry
-
setBody
Deprecated.Sets the body of this commerce notification queue entry.- Specified by:
setBodyin interfaceCommerceNotificationQueueEntryModel- Parameters:
body- the body of this commerce notification queue entry
-
setCc
Deprecated.Sets the cc of this commerce notification queue entry.- Specified by:
setCcin interfaceCommerceNotificationQueueEntryModel- Parameters:
cc- the cc of this commerce notification queue entry
-
setClassName
Deprecated.- Specified by:
setClassNamein interfaceCommerceNotificationQueueEntryModel
-
setClassNameId
public void setClassNameId(long classNameId) Deprecated.Sets the class name ID of this commerce notification queue entry.- Specified by:
setClassNameIdin interfaceCommerceNotificationQueueEntryModel- Specified by:
setClassNameIdin 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:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel- Specified by:
setClassPKin 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:
setCommerceNotificationQueueEntryIdin 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:
setCommerceNotificationTemplateIdin 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCommerceNotificationQueueEntryModel- Specified by:
setCompanyIdin 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:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
setFromin 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:
setFromNamein 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:
setGroupIdin interfaceCommerceNotificationQueueEntryModel- Specified by:
setGroupIdin 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:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceCommerceNotificationQueueEntryModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin 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:
setPriorityin 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:
setSentin 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:
setSentDatein 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:
setSubjectin interfaceCommerceNotificationQueueEntryModel- Parameters:
subject- the subject of this commerce notification queue entry
-
setTo
Deprecated.Sets the to of this commerce notification queue entry.- Specified by:
setToin 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:
setToNamein 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin 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:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein 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:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCommerceNotificationQueueEntryModel- Parameters:
userUuid- the user uuid of this commerce notification queue entry
-
toXmlString
Deprecated.- Specified by:
toXmlStringin interfaceCommerceNotificationQueueEntryModel
-
wrap
protected CommerceNotificationQueueEntryWrapper wrap(CommerceNotificationQueueEntry commerceNotificationQueueEntry) Deprecated.- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationQueueEntry>
-