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
modelFields 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.longDeprecated.Returns the commerce notification attachment ID of this commerce notification attachment.longDeprecated.Returns the commerce notification queue entry ID of this commerce notification attachment.longDeprecated.Returns the company ID of this commerce notification attachment.Deprecated.Returns the create date of this commerce notification attachment.booleanDeprecated.Returns the delete on send of this commerce notification attachment.com.liferay.portal.kernel.repository.model.FileEntryDeprecated.longDeprecated.Returns the file entry ID of this commerce notification attachment.longDeprecated.Returns the group ID of this commerce notification attachment.Deprecated.Deprecated.Returns the modified date of this commerce notification attachment.longDeprecated.Returns the mvcc version of this commerce notification attachment.longDeprecated.Returns the primary key of this commerce notification attachment.com.liferay.exportimport.kernel.lar.StagedModelTypeDeprecated.longDeprecated.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.booleanDeprecated.Returnstrueif this commerce notification attachment is delete on send.voidpersist()Deprecated.voidsetCommerceNotificationAttachmentId(long commerceNotificationAttachmentId) Deprecated.Sets the commerce notification attachment ID of this commerce notification attachment.voidsetCommerceNotificationQueueEntryId(long commerceNotificationQueueEntryId) Deprecated.Sets the commerce notification queue entry ID of this commerce notification attachment.voidsetCompanyId(long companyId) Deprecated.Sets the company ID of this commerce notification attachment.voidsetCreateDate(Date createDate) Deprecated.Sets the create date of this commerce notification attachment.voidsetDeleteOnSend(boolean deleteOnSend) Deprecated.Sets whether this commerce notification attachment is delete on send.voidsetFileEntryId(long fileEntryId) Deprecated.Sets the file entry ID of this commerce notification attachment.voidsetGroupId(long groupId) Deprecated.Sets the group ID of this commerce notification attachment.voidsetModelAttributes(Map<String, Object> attributes) Deprecated.voidsetModifiedDate(Date modifiedDate) Deprecated.Sets the modified date of this commerce notification attachment.voidsetMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this commerce notification attachment.voidsetPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this commerce notification attachment.voidsetUserId(long userId) Deprecated.Sets the user ID of this commerce notification attachment.voidsetUserName(String userName) Deprecated.Sets the user name of this commerce notification attachment.voidsetUserUuid(String userUuid) Deprecated.Sets the user uuid of this commerce notification attachment.voidDeprecated.Sets the uuid of this commerce notification attachment.Deprecated.protected CommerceNotificationAttachmentWrapperwrap(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, 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
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
CommerceNotificationAttachmentWrapper
public CommerceNotificationAttachmentWrapper(CommerceNotificationAttachment commerceNotificationAttachment) Deprecated.
-
-
Method Details
-
getModelAttributes
Deprecated.- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>
-
setModelAttributes
Deprecated.- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>
-
cloneWithOriginalValues
Deprecated.- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationAttachment>- Specified by:
cloneWithOriginalValuesin interfaceCommerceNotificationAttachmentModel
-
getCommerceNotificationAttachmentId
public long getCommerceNotificationAttachmentId()Deprecated.Returns the commerce notification attachment ID of this commerce notification attachment.- Specified by:
getCommerceNotificationAttachmentIdin 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:
getCommerceNotificationQueueEntryIdin 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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCommerceNotificationAttachmentModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCommerceNotificationAttachmentModel- Specified by:
getCreateDatein 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:
getDeleteOnSendin 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:
getFileEntryin 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:
getFileEntryIdin 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:
getGroupIdin interfaceCommerceNotificationAttachmentModel- Specified by:
getGroupIdin 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:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCommerceNotificationAttachmentModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceCommerceNotificationAttachmentModel- Specified by:
getMvccVersionin 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:
getPrimaryKeyin 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:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCommerceNotificationAttachmentModel- Returns:
- the user ID of this commerce notification attachment
-
getUserName
Deprecated.Returns the user name of this commerce notification attachment.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCommerceNotificationAttachmentModel- Returns:
- the user name of this commerce notification attachment
-
getUserUuid
Deprecated.Returns the user uuid of this commerce notification attachment.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCommerceNotificationAttachmentModel- Returns:
- the user uuid of this commerce notification attachment
-
getUuid
Deprecated.Returns the uuid of this commerce notification attachment.- Specified by:
getUuidin interfaceCommerceNotificationAttachmentModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this commerce notification attachment
-
isDeleteOnSend
public boolean isDeleteOnSend()Deprecated.Returnstrueif this commerce notification attachment is delete on send.- Specified by:
isDeleteOnSendin interfaceCommerceNotificationAttachmentModel- Returns:
trueif this commerce notification attachment is delete on send;falseotherwise
-
persist
public void persist()Deprecated.- Specified by:
persistin 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:
setCommerceNotificationAttachmentIdin 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:
setCommerceNotificationQueueEntryIdin 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCommerceNotificationAttachmentModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin 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:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCommerceNotificationAttachmentModel- Specified by:
setCreateDatein 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:
setDeleteOnSendin 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:
setFileEntryIdin 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:
setGroupIdin interfaceCommerceNotificationAttachmentModel- Specified by:
setGroupIdin 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:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCommerceNotificationAttachmentModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceCommerceNotificationAttachmentModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCommerceNotificationAttachmentModel- Parameters:
userId- the user ID of this commerce notification attachment
-
setUserName
Deprecated.Sets the user name of this commerce notification attachment.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCommerceNotificationAttachmentModel- Parameters:
userName- the user name of this commerce notification attachment
-
setUserUuid
Deprecated.Sets the user uuid of this commerce notification attachment.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCommerceNotificationAttachmentModel- Parameters:
userUuid- the user uuid of this commerce notification attachment
-
setUuid
Deprecated.Sets the uuid of this commerce notification attachment.- Specified by:
setUuidin interfaceCommerceNotificationAttachmentModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this commerce notification attachment
-
toXmlString
Deprecated.- Specified by:
toXmlStringin interfaceCommerceNotificationAttachmentModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()Deprecated.- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
protected CommerceNotificationAttachmentWrapper wrap(CommerceNotificationAttachment commerceNotificationAttachment) Deprecated.- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceNotificationAttachment>
-