public class CommerceWishListItemWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceWishListItem> implements CommerceWishListItem, com.liferay.portal.kernel.model.ModelWrapper<CommerceWishListItem>
This class is a wrapper for CommerceWishListItem.
CommerceWishListItem,
Serialized FormCOMMERCE_WISH_LIST_ITEM_ID_ACCESSOR| Constructor and Description |
|---|
CommerceWishListItemWrapper(CommerceWishListItem commerceWishListItem) |
| Modifier and Type | Method and Description |
|---|---|
CommerceWishListItem |
cloneWithOriginalValues() |
com.liferay.commerce.product.model.CPInstance |
fetchCPInstance() |
CommerceWishList |
getCommerceWishList() |
long |
getCommerceWishListId()
Returns the commerce wish list ID of this commerce wish list item.
|
long |
getCommerceWishListItemId()
Returns the commerce wish list item ID of this commerce wish list item.
|
long |
getCompanyId()
Returns the company ID of this commerce wish list item.
|
com.liferay.commerce.product.model.CPDefinition |
getCPDefinition() |
java.lang.String |
getCPInstanceUuid()
Returns the cp instance uuid of this commerce wish list item.
|
com.liferay.commerce.product.model.CProduct |
getCProduct() |
long |
getCProductId()
Returns the c product ID of this commerce wish list item.
|
java.util.Date |
getCreateDate()
Returns the create date of this commerce wish list item.
|
long |
getGroupId()
Returns the group ID of this commerce wish list item.
|
java.lang.String |
getJson()
Returns the json of this commerce wish list item.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this commerce wish list item.
|
long |
getMvccVersion()
Returns the mvcc version of this commerce wish list item.
|
long |
getPrimaryKey()
Returns the primary key of this commerce wish list item.
|
long |
getUserId()
Returns the user ID of this commerce wish list item.
|
java.lang.String |
getUserName()
Returns the user name of this commerce wish list item.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this commerce wish list item.
|
boolean |
isIgnoreSKUCombinations() |
void |
persist() |
void |
setCommerceWishListId(long commerceWishListId)
Sets the commerce wish list ID of this commerce wish list item.
|
void |
setCommerceWishListItemId(long commerceWishListItemId)
Sets the commerce wish list item ID of this commerce wish list item.
|
void |
setCompanyId(long companyId)
Sets the company ID of this commerce wish list item.
|
void |
setCPInstanceUuid(java.lang.String CPInstanceUuid)
Sets the cp instance uuid of this commerce wish list item.
|
void |
setCProductId(long CProductId)
Sets the c product ID of this commerce wish list item.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this commerce wish list item.
|
void |
setGroupId(long groupId)
Sets the group ID of this commerce wish list item.
|
void |
setJson(java.lang.String json)
Sets the json of this commerce wish list item.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this commerce wish list item.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this commerce wish list item.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this commerce wish list item.
|
void |
setUserId(long userId)
Sets the user ID of this commerce wish list item.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this commerce wish list item.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this commerce wish list item.
|
protected CommerceWishListItemWrapper |
wrap(CommerceWishListItem commerceWishListItem) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic CommerceWishListItemWrapper(CommerceWishListItem commerceWishListItem)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceWishListItem>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CommerceWishListItem>public CommerceWishListItem cloneWithOriginalValues()
cloneWithOriginalValues in interface CommerceWishListItemModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CommerceWishListItem>public com.liferay.commerce.product.model.CPInstance fetchCPInstance()
throws com.liferay.portal.kernel.exception.PortalException
fetchCPInstance in interface CommerceWishListItemcom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceWishList getCommerceWishList() throws com.liferay.portal.kernel.exception.PortalException
getCommerceWishList in interface CommerceWishListItemcom.liferay.portal.kernel.exception.PortalExceptionpublic long getCommerceWishListId()
getCommerceWishListId in interface CommerceWishListItemModelpublic long getCommerceWishListItemId()
getCommerceWishListItemId in interface CommerceWishListItemModelpublic long getCompanyId()
getCompanyId in interface CommerceWishListItemModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic com.liferay.commerce.product.model.CPDefinition getCPDefinition()
throws com.liferay.portal.kernel.exception.PortalException
getCPDefinition in interface CommerceWishListItemcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getCPInstanceUuid()
getCPInstanceUuid in interface CommerceWishListItemModelpublic com.liferay.commerce.product.model.CProduct getCProduct()
throws com.liferay.portal.kernel.exception.PortalException
getCProduct in interface CommerceWishListItemcom.liferay.portal.kernel.exception.PortalExceptionpublic long getCProductId()
getCProductId in interface CommerceWishListItemModelpublic java.util.Date getCreateDate()
getCreateDate in interface CommerceWishListItemModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getGroupId()
getGroupId in interface CommerceWishListItemModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.lang.String getJson()
getJson in interface CommerceWishListItemModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CommerceWishListItemModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long getMvccVersion()
getMvccVersion in interface CommerceWishListItemModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface CommerceWishListItemModelpublic long getUserId()
getUserId in interface CommerceWishListItemModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CommerceWishListItemModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CommerceWishListItemModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic boolean isIgnoreSKUCombinations()
throws com.liferay.portal.kernel.exception.PortalException
isIgnoreSKUCombinations in interface CommerceWishListItemcom.liferay.portal.kernel.exception.PortalExceptionpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCommerceWishListId(long commerceWishListId)
setCommerceWishListId in interface CommerceWishListItemModelcommerceWishListId - the commerce wish list ID of this commerce wish list itempublic void setCommerceWishListItemId(long commerceWishListItemId)
setCommerceWishListItemId in interface CommerceWishListItemModelcommerceWishListItemId - the commerce wish list item ID of this commerce wish list itempublic void setCompanyId(long companyId)
setCompanyId in interface CommerceWishListItemModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this commerce wish list itempublic void setCPInstanceUuid(java.lang.String CPInstanceUuid)
setCPInstanceUuid in interface CommerceWishListItemModelCPInstanceUuid - the cp instance uuid of this commerce wish list itempublic void setCProductId(long CProductId)
setCProductId in interface CommerceWishListItemModelCProductId - the c product ID of this commerce wish list itempublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CommerceWishListItemModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this commerce wish list itempublic void setGroupId(long groupId)
setGroupId in interface CommerceWishListItemModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this commerce wish list itempublic void setJson(java.lang.String json)
setJson in interface CommerceWishListItemModeljson - the json of this commerce wish list itempublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CommerceWishListItemModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this commerce wish list itempublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CommerceWishListItemModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this commerce wish list itempublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CommerceWishListItemModelprimaryKey - the primary key of this commerce wish list itempublic void setUserId(long userId)
setUserId in interface CommerceWishListItemModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this commerce wish list itempublic void setUserName(java.lang.String userName)
setUserName in interface CommerceWishListItemModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this commerce wish list itempublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CommerceWishListItemModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this commerce wish list itemprotected CommerceWishListItemWrapper wrap(CommerceWishListItem commerceWishListItem)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceWishListItem>