Class CommerceWishListItemWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceWishListItem>
com.liferay.commerce.wish.list.model.CommerceWishListItemWrapper
- All Implemented Interfaces:
CommerceWishListItem
,CommerceWishListItemModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommerceWishListItem>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<CommerceWishListItem>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<CommerceWishListItem>
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
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.commerce.wish.list.model.CommerceWishListItem
COMMERCE_WISH_LIST_ITEM_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.commerce.product.model.CPInstance
long
Returns the commerce wish list ID of this commerce wish list item.long
Returns the commerce wish list item ID of this commerce wish list item.long
Returns the company ID of this commerce wish list item.com.liferay.commerce.product.model.CPDefinition
Returns the cp instance uuid of this commerce wish list item.com.liferay.commerce.product.model.CProduct
long
Returns the c product ID of this commerce wish list item.Returns the create date of this commerce wish list item.long
Returns the group ID of this commerce wish list item.getJson()
Returns the json of this commerce wish list item.Returns the modified date of this commerce wish list item.long
Returns the mvcc version of this commerce wish list item.long
Returns the primary key of this commerce wish list item.long
Returns the user ID of this commerce wish list item.Returns the user name of this commerce wish list item.Returns the user uuid of this commerce wish list item.boolean
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
(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
(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
Sets the json of this commerce wish list item.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(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
(String userName) Sets the user name of this commerce wish list item.void
setUserUuid
(String userUuid) Sets the user uuid of this commerce wish list item.protected CommerceWishListItemWrapper
wrap
(CommerceWishListItem commerceWishListItem) 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
-
Constructor Details
-
CommerceWishListItemWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceWishListItem>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceWishListItem>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceWishListItem>
- Specified by:
cloneWithOriginalValues
in interfaceCommerceWishListItemModel
-
fetchCPInstance
public com.liferay.commerce.product.model.CPInstance fetchCPInstance() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
fetchCPInstance
in interfaceCommerceWishListItem
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceWishList
public CommerceWishList getCommerceWishList() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getCommerceWishList
in interfaceCommerceWishListItem
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceWishListId
public long getCommerceWishListId()Returns the commerce wish list ID of this commerce wish list item.- Specified by:
getCommerceWishListId
in interfaceCommerceWishListItemModel
- Returns:
- the commerce wish list ID of this commerce wish list item
-
getCommerceWishListItemId
public long getCommerceWishListItemId()Returns the commerce wish list item ID of this commerce wish list item.- Specified by:
getCommerceWishListItemId
in interfaceCommerceWishListItemModel
- Returns:
- the commerce wish list item ID of this commerce wish list item
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce wish list item.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCommerceWishListItemModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this commerce wish list item
-
getCPDefinition
public com.liferay.commerce.product.model.CPDefinition getCPDefinition() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getCPDefinition
in interfaceCommerceWishListItem
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPInstanceUuid
Returns the cp instance uuid of this commerce wish list item.- Specified by:
getCPInstanceUuid
in interfaceCommerceWishListItemModel
- Returns:
- the cp instance uuid of this commerce wish list item
-
getCProduct
public com.liferay.commerce.product.model.CProduct getCProduct() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getCProduct
in interfaceCommerceWishListItem
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCProductId
public long getCProductId()Returns the c product ID of this commerce wish list item.- Specified by:
getCProductId
in interfaceCommerceWishListItemModel
- Returns:
- the c product ID of this commerce wish list item
-
getCreateDate
Returns the create date of this commerce wish list item.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCommerceWishListItemModel
- Returns:
- the create date of this commerce wish list item
-
getGroupId
public long getGroupId()Returns the group ID of this commerce wish list item.- Specified by:
getGroupId
in interfaceCommerceWishListItemModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this commerce wish list item
-
getJson
Returns the json of this commerce wish list item.- Specified by:
getJson
in interfaceCommerceWishListItemModel
- Returns:
- the json of this commerce wish list item
-
getModifiedDate
Returns the modified date of this commerce wish list item.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCommerceWishListItemModel
- Returns:
- the modified date of this commerce wish list item
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this commerce wish list item.- Specified by:
getMvccVersion
in interfaceCommerceWishListItemModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this commerce wish list item
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce wish list item.- Specified by:
getPrimaryKey
in interfaceCommerceWishListItemModel
- Returns:
- the primary key of this commerce wish list item
-
getUserId
public long getUserId()Returns the user ID of this commerce wish list item.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCommerceWishListItemModel
- Returns:
- the user ID of this commerce wish list item
-
getUserName
Returns the user name of this commerce wish list item.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCommerceWishListItemModel
- Returns:
- the user name of this commerce wish list item
-
getUserUuid
Returns the user uuid of this commerce wish list item.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCommerceWishListItemModel
- Returns:
- the user uuid of this commerce wish list item
-
isIgnoreSKUCombinations
public boolean isIgnoreSKUCombinations() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
isIgnoreSKUCombinations
in interfaceCommerceWishListItem
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCommerceWishListId
public void setCommerceWishListId(long commerceWishListId) Sets the commerce wish list ID of this commerce wish list item.- Specified by:
setCommerceWishListId
in interfaceCommerceWishListItemModel
- Parameters:
commerceWishListId
- the commerce wish list ID of this commerce wish list item
-
setCommerceWishListItemId
public void setCommerceWishListItemId(long commerceWishListItemId) Sets the commerce wish list item ID of this commerce wish list item.- Specified by:
setCommerceWishListItemId
in interfaceCommerceWishListItemModel
- Parameters:
commerceWishListItemId
- the commerce wish list item ID of this commerce wish list item
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this commerce wish list item.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCommerceWishListItemModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this commerce wish list item
-
setCPInstanceUuid
Sets the cp instance uuid of this commerce wish list item.- Specified by:
setCPInstanceUuid
in interfaceCommerceWishListItemModel
- Parameters:
CPInstanceUuid
- the cp instance uuid of this commerce wish list item
-
setCProductId
public void setCProductId(long CProductId) Sets the c product ID of this commerce wish list item.- Specified by:
setCProductId
in interfaceCommerceWishListItemModel
- Parameters:
CProductId
- the c product ID of this commerce wish list item
-
setCreateDate
Sets the create date of this commerce wish list item.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCommerceWishListItemModel
- Parameters:
createDate
- the create date of this commerce wish list item
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this commerce wish list item.- Specified by:
setGroupId
in interfaceCommerceWishListItemModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this commerce wish list item
-
setJson
Sets the json of this commerce wish list item.- Specified by:
setJson
in interfaceCommerceWishListItemModel
- Parameters:
json
- the json of this commerce wish list item
-
setModifiedDate
Sets the modified date of this commerce wish list item.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCommerceWishListItemModel
- Parameters:
modifiedDate
- the modified date of this commerce wish list item
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce wish list item.- Specified by:
setMvccVersion
in interfaceCommerceWishListItemModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this commerce wish list item
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this commerce wish list item.- Specified by:
setPrimaryKey
in interfaceCommerceWishListItemModel
- Parameters:
primaryKey
- the primary key of this commerce wish list item
-
setUserId
public void setUserId(long userId) Sets the user ID of this commerce wish list item.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCommerceWishListItemModel
- Parameters:
userId
- the user ID of this commerce wish list item
-
setUserName
Sets the user name of this commerce wish list item.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCommerceWishListItemModel
- Parameters:
userName
- the user name of this commerce wish list item
-
setUserUuid
Sets the user uuid of this commerce wish list item.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCommerceWishListItemModel
- Parameters:
userUuid
- the user uuid of this commerce wish list item
-
toXmlString
- Specified by:
toXmlString
in interfaceCommerceWishListItemModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceWishListItem>
-