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.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.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.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.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.default StringDeprecated.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
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:
getMvccVersionin 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:
setMvccVersionin 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:
getGroupIdin 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:
setGroupIdin 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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin 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:
getUserIdin 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:
setUserIdin 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:
getUserUuidin 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:
setUserUuidin 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:
getUserNamein 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:
setUserNamein 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:
getCreateDatein 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:
setCreateDatein 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:
getModifiedDatein 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:
setModifiedDatein 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:
getClassNamein 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:
getClassNameIdin 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:
setClassNameIdin 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:
getClassPKin 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:
setClassPKin 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.Returnstrueif this commerce notification queue entry is sent.- Returns:
trueif this commerce notification queue entry is sent;falseotherwise
-
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:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationQueueEntry>
-
toXmlString
Deprecated.
-