Class CommerceNotificationAttachmentWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationAttachment>
com.liferay.commerce.notification.model.CommerceNotificationAttachmentWrapper
- All Implemented Interfaces:
CommerceNotificationAttachment
,CommerceNotificationAttachmentModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<CommerceNotificationAttachment>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
,Serializable
,Cloneable
,Comparable<CommerceNotificationAttachment>
@Deprecated
public class CommerceNotificationAttachmentWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationAttachment>
implements CommerceNotificationAttachment, com.liferay.portal.kernel.model.ModelWrapper<CommerceNotificationAttachment>
Deprecated.
This class is a wrapper for CommerceNotificationAttachment
.
- 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.CommerceNotificationAttachment
COMMERCE_NOTIFICATION_ATTACHMENT_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceNotificationAttachmentWrapper
(CommerceNotificationAttachment commerceNotificationAttachment) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.long
Deprecated.Returns the commerce notification attachment ID of this commerce notification attachment.long
Deprecated.Returns the commerce notification queue entry ID of this commerce notification attachment.long
Deprecated.Returns the company ID of this commerce notification attachment.Deprecated.Returns the create date of this commerce notification attachment.boolean
Deprecated.Returns the delete on send of this commerce notification attachment.com.liferay.portal.kernel.repository.model.FileEntry
Deprecated.long
Deprecated.Returns the file entry ID of this commerce notification attachment.long
Deprecated.Returns the group ID of this commerce notification attachment.Deprecated.Deprecated.Returns the modified date of this commerce notification attachment.long
Deprecated.Returns the mvcc version of this commerce notification attachment.long
Deprecated.Returns the primary key of this commerce notification attachment.com.liferay.exportimport.kernel.lar.StagedModelType
Deprecated.long
Deprecated.Returns the user ID of this commerce notification attachment.Deprecated.Returns the user name of this commerce notification attachment.Deprecated.Returns the user uuid of this commerce notification attachment.getUuid()
Deprecated.Returns the uuid of this commerce notification attachment.boolean
Deprecated.Returnstrue
if this commerce notification attachment is delete on send.void
persist()
Deprecated.void
setCommerceNotificationAttachmentId
(long commerceNotificationAttachmentId) Deprecated.Sets the commerce notification attachment ID of this commerce notification attachment.void
setCommerceNotificationQueueEntryId
(long commerceNotificationQueueEntryId) Deprecated.Sets the commerce notification queue entry ID of this commerce notification attachment.void
setCompanyId
(long companyId) Deprecated.Sets the company ID of this commerce notification attachment.void
setCreateDate
(Date createDate) Deprecated.Sets the create date of this commerce notification attachment.void
setDeleteOnSend
(boolean deleteOnSend) Deprecated.Sets whether this commerce notification attachment is delete on send.void
setFileEntryId
(long fileEntryId) Deprecated.Sets the file entry ID of this commerce notification attachment.void
setGroupId
(long groupId) Deprecated.Sets the group ID of this commerce notification attachment.void
setModelAttributes
(Map<String, Object> attributes) Deprecated.void
setModifiedDate
(Date modifiedDate) Deprecated.Sets the modified date of this commerce notification attachment.void
setMvccVersion
(long mvccVersion) Deprecated.Sets the mvcc version of this commerce notification attachment.void
setPrimaryKey
(long primaryKey) Deprecated.Sets the primary key of this commerce notification attachment.void
setUserId
(long userId) Deprecated.Sets the user ID of this commerce notification attachment.void
setUserName
(String userName) Deprecated.Sets the user name of this commerce notification attachment.void
setUserUuid
(String userUuid) Deprecated.Sets the user uuid of this commerce notification attachment.void
Deprecated.Sets the uuid of this commerce notification attachment.Deprecated.protected CommerceNotificationAttachmentWrapper
wrap
(CommerceNotificationAttachment commerceNotificationAttachment) 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
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
CommerceNotificationAttachmentWrapper
public CommerceNotificationAttachmentWrapper(CommerceNotificationAttachment commerceNotificationAttachment) Deprecated.
-
-
Method Details
-
getModelAttributes
Deprecated.- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>
-
setModelAttributes
Deprecated.- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>
-
cloneWithOriginalValues
Deprecated.- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>
- Specified by:
cloneWithOriginalValues
in interfaceCommerceNotificationAttachmentModel
-
getCommerceNotificationAttachmentId
public long getCommerceNotificationAttachmentId()Deprecated.Returns the commerce notification attachment ID of this commerce notification attachment.- Specified by:
getCommerceNotificationAttachmentId
in interfaceCommerceNotificationAttachmentModel
- Returns:
- the commerce notification attachment ID of this commerce notification attachment
-
getCommerceNotificationQueueEntryId
public long getCommerceNotificationQueueEntryId()Deprecated.Returns the commerce notification queue entry ID of this commerce notification attachment.- Specified by:
getCommerceNotificationQueueEntryId
in interfaceCommerceNotificationAttachmentModel
- Returns:
- the commerce notification queue entry ID of this commerce notification attachment
-
getCompanyId
public long getCompanyId()Deprecated.Returns the company ID of this commerce notification attachment.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCommerceNotificationAttachmentModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this commerce notification attachment
-
getCreateDate
Deprecated.Returns the create date of this commerce notification attachment.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCommerceNotificationAttachmentModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this commerce notification attachment
-
getDeleteOnSend
public boolean getDeleteOnSend()Deprecated.Returns the delete on send of this commerce notification attachment.- Specified by:
getDeleteOnSend
in interfaceCommerceNotificationAttachmentModel
- Returns:
- the delete on send of this commerce notification attachment
-
getFileEntry
public com.liferay.portal.kernel.repository.model.FileEntry getFileEntry() throws com.liferay.portal.kernel.exception.PortalExceptionDeprecated.- Specified by:
getFileEntry
in interfaceCommerceNotificationAttachment
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFileEntryId
public long getFileEntryId()Deprecated.Returns the file entry ID of this commerce notification attachment.- Specified by:
getFileEntryId
in interfaceCommerceNotificationAttachmentModel
- Returns:
- the file entry ID of this commerce notification attachment
-
getGroupId
public long getGroupId()Deprecated.Returns the group ID of this commerce notification attachment.- Specified by:
getGroupId
in interfaceCommerceNotificationAttachmentModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this commerce notification attachment
-
getModifiedDate
Deprecated.Returns the modified date of this commerce notification attachment.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCommerceNotificationAttachmentModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this commerce notification attachment
-
getMvccVersion
public long getMvccVersion()Deprecated.Returns the mvcc version of this commerce notification attachment.- Specified by:
getMvccVersion
in interfaceCommerceNotificationAttachmentModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this commerce notification attachment
-
getPrimaryKey
public long getPrimaryKey()Deprecated.Returns the primary key of this commerce notification attachment.- Specified by:
getPrimaryKey
in interfaceCommerceNotificationAttachmentModel
- Returns:
- the primary key of this commerce notification attachment
-
getUserId
public long getUserId()Deprecated.Returns the user ID of this commerce notification attachment.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCommerceNotificationAttachmentModel
- Returns:
- the user ID of this commerce notification attachment
-
getUserName
Deprecated.Returns the user name of this commerce notification attachment.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCommerceNotificationAttachmentModel
- Returns:
- the user name of this commerce notification attachment
-
getUserUuid
Deprecated.Returns the user uuid of this commerce notification attachment.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCommerceNotificationAttachmentModel
- Returns:
- the user uuid of this commerce notification attachment
-
getUuid
Deprecated.Returns the uuid of this commerce notification attachment.- Specified by:
getUuid
in interfaceCommerceNotificationAttachmentModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this commerce notification attachment
-
isDeleteOnSend
public boolean isDeleteOnSend()Deprecated.Returnstrue
if this commerce notification attachment is delete on send.- Specified by:
isDeleteOnSend
in interfaceCommerceNotificationAttachmentModel
- Returns:
true
if this commerce notification attachment is delete on send;false
otherwise
-
persist
public void persist()Deprecated.- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCommerceNotificationAttachmentId
public void setCommerceNotificationAttachmentId(long commerceNotificationAttachmentId) Deprecated.Sets the commerce notification attachment ID of this commerce notification attachment.- Specified by:
setCommerceNotificationAttachmentId
in interfaceCommerceNotificationAttachmentModel
- Parameters:
commerceNotificationAttachmentId
- the commerce notification attachment ID of this commerce notification attachment
-
setCommerceNotificationQueueEntryId
public void setCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId) Deprecated.Sets the commerce notification queue entry ID of this commerce notification attachment.- Specified by:
setCommerceNotificationQueueEntryId
in interfaceCommerceNotificationAttachmentModel
- Parameters:
commerceNotificationQueueEntryId
- the commerce notification queue entry ID of this commerce notification attachment
-
setCompanyId
public void setCompanyId(long companyId) Deprecated.Sets the company ID of this commerce notification attachment.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCommerceNotificationAttachmentModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this commerce notification attachment
-
setCreateDate
Deprecated.Sets the create date of this commerce notification attachment.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCommerceNotificationAttachmentModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this commerce notification attachment
-
setDeleteOnSend
public void setDeleteOnSend(boolean deleteOnSend) Deprecated.Sets whether this commerce notification attachment is delete on send.- Specified by:
setDeleteOnSend
in interfaceCommerceNotificationAttachmentModel
- Parameters:
deleteOnSend
- the delete on send of this commerce notification attachment
-
setFileEntryId
public void setFileEntryId(long fileEntryId) Deprecated.Sets the file entry ID of this commerce notification attachment.- Specified by:
setFileEntryId
in interfaceCommerceNotificationAttachmentModel
- Parameters:
fileEntryId
- the file entry ID of this commerce notification attachment
-
setGroupId
public void setGroupId(long groupId) Deprecated.Sets the group ID of this commerce notification attachment.- Specified by:
setGroupId
in interfaceCommerceNotificationAttachmentModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this commerce notification attachment
-
setModifiedDate
Deprecated.Sets the modified date of this commerce notification attachment.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCommerceNotificationAttachmentModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this commerce notification attachment
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this commerce notification attachment.- Specified by:
setMvccVersion
in interfaceCommerceNotificationAttachmentModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this commerce notification attachment
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this commerce notification attachment.- Specified by:
setPrimaryKey
in interfaceCommerceNotificationAttachmentModel
- Parameters:
primaryKey
- the primary key of this commerce notification attachment
-
setUserId
public void setUserId(long userId) Deprecated.Sets the user ID of this commerce notification attachment.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCommerceNotificationAttachmentModel
- Parameters:
userId
- the user ID of this commerce notification attachment
-
setUserName
Deprecated.Sets the user name of this commerce notification attachment.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCommerceNotificationAttachmentModel
- Parameters:
userName
- the user name of this commerce notification attachment
-
setUserUuid
Deprecated.Sets the user uuid of this commerce notification attachment.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCommerceNotificationAttachmentModel
- Parameters:
userUuid
- the user uuid of this commerce notification attachment
-
setUuid
Deprecated.Sets the uuid of this commerce notification attachment.- Specified by:
setUuid
in interfaceCommerceNotificationAttachmentModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this commerce notification attachment
-
toXmlString
Deprecated.- Specified by:
toXmlString
in interfaceCommerceNotificationAttachmentModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()Deprecated.- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
protected CommerceNotificationAttachmentWrapper wrap(CommerceNotificationAttachment commerceNotificationAttachment) Deprecated.- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationAttachment>
-