Interface CommerceNotificationQueueEntryModel
- All Superinterfaces:
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
,Cloneable
,Comparable<CommerceNotificationQueueEntry>
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.TypedModel
- All Known Subinterfaces:
CommerceNotificationQueueEntry
- All Known Implementing Classes:
CommerceNotificationQueueEntryWrapper
@Deprecated
@ProviderType
public interface CommerceNotificationQueueEntryModel
extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
Deprecated.
The base model interface for the CommerceNotificationQueueEntry service. Represents a row in the "CommerceNotificationQueueEntry" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.commerce.notification.model.impl.CommerceNotificationQueueEntryModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.commerce.notification.model.impl.CommerceNotificationQueueEntryImpl
.
- See Also:
- Generated:
-
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.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
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
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.default String
Deprecated.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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Deprecated.Returns the primary key of this commerce notification queue entry.- Returns:
- the primary key of this commerce notification queue entry
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this commerce notification queue entry.- Parameters:
primaryKey
- the primary key of this commerce notification queue entry
-
getMvccVersion
long getMvccVersion()Deprecated.Returns the mvcc version of this commerce notification queue entry.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this commerce notification queue entry
-
setMvccVersion
void setMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this commerce notification queue entry.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this commerce notification queue entry
-
getCommerceNotificationQueueEntryId
long getCommerceNotificationQueueEntryId()Deprecated.Returns the commerce notification queue entry ID of this commerce notification queue entry.- Returns:
- the commerce notification queue entry ID of this commerce notification queue entry
-
setCommerceNotificationQueueEntryId
void setCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId) Deprecated.Sets the commerce notification queue entry ID of this commerce notification queue entry.- Parameters:
commerceNotificationQueueEntryId
- the commerce notification queue entry ID of this commerce notification queue entry
-
getGroupId
long getGroupId()Deprecated.Returns the group ID of this commerce notification queue entry.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this commerce notification queue entry
-
setGroupId
void setGroupId(long groupId) Deprecated.Sets the group ID of this commerce notification queue entry.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this commerce notification queue entry
-
getCompanyId
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 interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this commerce notification queue entry
-
setCompanyId
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 interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this commerce notification queue entry
-
getUserId
long getUserId()Deprecated.Returns the user ID of this commerce notification queue entry.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user ID of this commerce notification queue entry
-
setUserId
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
- Parameters:
userId
- the user ID of this commerce notification queue entry
-
getUserUuid
String getUserUuid()Deprecated.Returns the user uuid of this commerce notification queue entry.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user uuid 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
- Parameters:
userUuid
- the user uuid 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
- Returns:
- the user name 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
- Parameters:
userName
- the user name of this commerce notification queue entry
-
getCreateDate
Date getCreateDate()Deprecated.Returns the create date of this commerce notification queue entry.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the create date 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
- Parameters:
createDate
- the create date of this commerce notification queue entry
-
getModifiedDate
Date getModifiedDate()Deprecated.Returns the modified date of this commerce notification queue entry.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the modified date 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
- Parameters:
modifiedDate
- the modified date of this commerce notification queue entry
-
getClassName
String getClassName()Deprecated.Returns the fully qualified class name of this commerce notification queue entry.- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the fully qualified class name of this commerce notification queue entry
-
setClassName
Deprecated. -
getClassNameId
long getClassNameId()Deprecated.Returns the class name ID of this commerce notification queue entry.- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Returns:
- the class name ID of this commerce notification queue entry
-
setClassNameId
void setClassNameId(long classNameId) Deprecated.Sets the class name ID of this commerce notification queue entry.- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Parameters:
classNameId
- the class name ID of this commerce notification queue entry
-
getClassPK
long getClassPK()Deprecated.Returns the class pk of this commerce notification queue entry.- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Returns:
- the class pk of this commerce notification queue entry
-
setClassPK
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
- Parameters:
classPK
- the class pk of this commerce notification queue entry
-
getCommerceNotificationTemplateId
long getCommerceNotificationTemplateId()Deprecated.Returns the commerce notification template ID of this commerce notification queue entry.- Returns:
- the commerce notification template ID of this commerce notification queue entry
-
setCommerceNotificationTemplateId
void setCommerceNotificationTemplateId(long commerceNotificationTemplateId) Deprecated.Sets the commerce notification template ID of this commerce notification queue entry.- Parameters:
commerceNotificationTemplateId
- the commerce notification template ID of this commerce notification queue entry
-
getFrom
Deprecated.Returns the from of this commerce notification queue entry.- Returns:
- the from of this commerce notification queue entry
-
setFrom
Deprecated.Sets the from of this commerce notification queue entry.- Parameters:
from
- the from of this commerce notification queue entry
-
getFromName
Deprecated.Returns the from name of this commerce notification queue entry.- Returns:
- the from name of this commerce notification queue entry
-
setFromName
Deprecated.Sets the from name of this commerce notification queue entry.- Parameters:
fromName
- the from name of this commerce notification queue entry
-
getTo
Deprecated.Returns the to of this commerce notification queue entry.- Returns:
- the to of this commerce notification queue entry
-
setTo
Deprecated.Sets the to of this commerce notification queue entry.- Parameters:
to
- the to of this commerce notification queue entry
-
getToName
Deprecated.Returns the to name of this commerce notification queue entry.- Returns:
- the to name of this commerce notification queue entry
-
setToName
Deprecated.Sets the to name of this commerce notification queue entry.- Parameters:
toName
- the to name of this commerce notification queue entry
-
getCc
Deprecated.Returns the cc of this commerce notification queue entry.- Returns:
- the cc of this commerce notification queue entry
-
setCc
Deprecated.Sets the cc of this commerce notification queue entry.- Parameters:
cc
- the cc of this commerce notification queue entry
-
getBcc
Deprecated.Returns the bcc of this commerce notification queue entry.- Returns:
- the bcc of this commerce notification queue entry
-
setBcc
Deprecated.Sets the bcc of this commerce notification queue entry.- Parameters:
bcc
- the bcc of this commerce notification queue entry
-
getSubject
Deprecated.Returns the subject of this commerce notification queue entry.- Returns:
- the subject of this commerce notification queue entry
-
setSubject
Deprecated.Sets the subject of this commerce notification queue entry.- Parameters:
subject
- the subject of this commerce notification queue entry
-
getBody
Deprecated.Returns the body of this commerce notification queue entry.- Returns:
- the body of this commerce notification queue entry
-
setBody
Deprecated.Sets the body of this commerce notification queue entry.- Parameters:
body
- the body of this commerce notification queue entry
-
getPriority
double getPriority()Deprecated.Returns the priority of this commerce notification queue entry.- Returns:
- the priority of this commerce notification queue entry
-
setPriority
void setPriority(double priority) Deprecated.Sets the priority of this commerce notification queue entry.- Parameters:
priority
- the priority of this commerce notification queue entry
-
getSent
boolean getSent()Deprecated.Returns the sent of this commerce notification queue entry.- Returns:
- the sent of this commerce notification queue entry
-
isSent
boolean isSent()Deprecated.Returnstrue
if this commerce notification queue entry is sent.- Returns:
true
if this commerce notification queue entry is sent;false
otherwise
-
setSent
void setSent(boolean sent) Deprecated.Sets whether this commerce notification queue entry is sent.- Parameters:
sent
- the sent of this commerce notification queue entry
-
getSentDate
Date getSentDate()Deprecated.Returns the sent date of this commerce notification queue entry.- Returns:
- the sent date of this commerce notification queue entry
-
setSentDate
Deprecated.Sets the sent date of this commerce notification queue entry.- Parameters:
sentDate
- the sent date of this commerce notification queue entry
-
cloneWithOriginalValues
CommerceNotificationQueueEntry cloneWithOriginalValues()Deprecated.- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>
-
toXmlString
Deprecated.
-