Class CommerceWishListWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceWishList>
com.liferay.commerce.wish.list.model.CommerceWishListWrapper
- All Implemented Interfaces:
CommerceWishList,CommerceWishListModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceWishList>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<CommerceWishList>,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<CommerceWishList>
public class CommerceWishListWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceWishList>
implements CommerceWishList, com.liferay.portal.kernel.model.ModelWrapper<CommerceWishList>
This class is a wrapper for CommerceWishList.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.commerce.wish.list.model.CommerceWishList
COMMERCE_WISH_LIST_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the commerce wish list ID of this commerce wish list.longReturns the company ID of this commerce wish list.Returns the create date of this commerce wish list.booleanReturns the default wish list of this commerce wish list.longReturns the group ID of this commerce wish list.Returns the modified date of this commerce wish list.longReturns the mvcc version of this commerce wish list.getName()Returns the name of this commerce wish list.longReturns the primary key of this commerce wish list.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the user ID of this commerce wish list.Returns the user name of this commerce wish list.Returns the user uuid of this commerce wish list.getUuid()Returns the uuid of this commerce wish list.booleanReturnstrueif this commerce wish list is default wish list.booleanvoidpersist()voidsetCommerceWishListId(long commerceWishListId) Sets the commerce wish list ID of this commerce wish list.voidsetCompanyId(long companyId) Sets the company ID of this commerce wish list.voidsetCreateDate(Date createDate) Sets the create date of this commerce wish list.voidsetDefaultWishList(boolean defaultWishList) Sets whether this commerce wish list is default wish list.voidsetGroupId(long groupId) Sets the group ID of this commerce wish list.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this commerce wish list.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this commerce wish list.voidSets the name of this commerce wish list.voidsetPrimaryKey(long primaryKey) Sets the primary key of this commerce wish list.voidsetUserId(long userId) Sets the user ID of this commerce wish list.voidsetUserName(String userName) Sets the user name of this commerce wish list.voidsetUserUuid(String userUuid) Sets the user uuid of this commerce wish list.voidSets the uuid of this commerce wish list.protected CommerceWishListWrapperwrap(CommerceWishList commerceWishList) 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
-
CommerceWishListWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceWishList>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceWishList>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceWishList>- Specified by:
cloneWithOriginalValuesin interfaceCommerceWishListModel
-
getCommerceWishListId
public long getCommerceWishListId()Returns the commerce wish list ID of this commerce wish list.- Specified by:
getCommerceWishListIdin interfaceCommerceWishListModel- Returns:
- the commerce wish list ID of this commerce wish list
-
getCompanyId
public long getCompanyId()Returns the company ID of this commerce wish list.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCommerceWishListModel- 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 wish list
-
getCreateDate
Returns the create date of this commerce wish list.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCommerceWishListModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this commerce wish list
-
getDefaultWishList
public boolean getDefaultWishList()Returns the default wish list of this commerce wish list.- Specified by:
getDefaultWishListin interfaceCommerceWishListModel- Returns:
- the default wish list of this commerce wish list
-
getGroupId
public long getGroupId()Returns the group ID of this commerce wish list.- Specified by:
getGroupIdin interfaceCommerceWishListModel- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this commerce wish list
-
getModifiedDate
Returns the modified date of this commerce wish list.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCommerceWishListModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this commerce wish list
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this commerce wish list.- Specified by:
getMvccVersionin interfaceCommerceWishListModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this commerce wish list
-
getName
Returns the name of this commerce wish list.- Specified by:
getNamein interfaceCommerceWishListModel- Returns:
- the name of this commerce wish list
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this commerce wish list.- Specified by:
getPrimaryKeyin interfaceCommerceWishListModel- Returns:
- the primary key of this commerce wish list
-
getUserId
public long getUserId()Returns the user ID of this commerce wish list.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCommerceWishListModel- Returns:
- the user ID of this commerce wish list
-
getUserName
Returns the user name of this commerce wish list.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCommerceWishListModel- Returns:
- the user name of this commerce wish list
-
getUserUuid
Returns the user uuid of this commerce wish list.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCommerceWishListModel- Returns:
- the user uuid of this commerce wish list
-
getUuid
Returns the uuid of this commerce wish list.- Specified by:
getUuidin interfaceCommerceWishListModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this commerce wish list
-
isDefaultWishList
public boolean isDefaultWishList()Returnstrueif this commerce wish list is default wish list.- Specified by:
isDefaultWishListin interfaceCommerceWishListModel- Returns:
trueif this commerce wish list is default wish list;falseotherwise
-
isGuestWishList
public boolean isGuestWishList() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
isGuestWishListin interfaceCommerceWishList- Throws:
com.liferay.portal.kernel.exception.PortalException
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCommerceWishListId
public void setCommerceWishListId(long commerceWishListId) Sets the commerce wish list ID of this commerce wish list.- Specified by:
setCommerceWishListIdin interfaceCommerceWishListModel- Parameters:
commerceWishListId- the commerce wish list ID of this commerce wish list
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this commerce wish list.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCommerceWishListModel- 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 wish list
-
setCreateDate
Sets the create date of this commerce wish list.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCommerceWishListModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this commerce wish list
-
setDefaultWishList
public void setDefaultWishList(boolean defaultWishList) Sets whether this commerce wish list is default wish list.- Specified by:
setDefaultWishListin interfaceCommerceWishListModel- Parameters:
defaultWishList- the default wish list of this commerce wish list
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this commerce wish list.- Specified by:
setGroupIdin interfaceCommerceWishListModel- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this commerce wish list
-
setModifiedDate
Sets the modified date of this commerce wish list.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCommerceWishListModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this commerce wish list
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce wish list.- Specified by:
setMvccVersionin interfaceCommerceWishListModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this commerce wish list
-
setName
Sets the name of this commerce wish list.- Specified by:
setNamein interfaceCommerceWishListModel- Parameters:
name- the name of this commerce wish list
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this commerce wish list.- Specified by:
setPrimaryKeyin interfaceCommerceWishListModel- Parameters:
primaryKey- the primary key of this commerce wish list
-
setUserId
public void setUserId(long userId) Sets the user ID of this commerce wish list.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCommerceWishListModel- Parameters:
userId- the user ID of this commerce wish list
-
setUserName
Sets the user name of this commerce wish list.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCommerceWishListModel- Parameters:
userName- the user name of this commerce wish list
-
setUserUuid
Sets the user uuid of this commerce wish list.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCommerceWishListModel- Parameters:
userUuid- the user uuid of this commerce wish list
-
setUuid
Sets the uuid of this commerce wish list.- Specified by:
setUuidin interfaceCommerceWishListModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this commerce wish list
-
toXmlString
- Specified by:
toXmlStringin interfaceCommerceWishListModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CommerceWishList>
-