Interface CommerceWishListItem
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceWishListItem>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,CommerceWishListItemModel,Comparable<CommerceWishListItem>,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
CommerceWishListItemWrapper
@ProviderType
public interface CommerceWishListItem
extends CommerceWishListItemModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CommerceWishListItem service. Represents a row in the "CommerceWishListItem" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<CommerceWishListItem,Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.commerce.product.model.CPInstancecom.liferay.commerce.product.model.CPDefinitioncom.liferay.commerce.product.model.CProductbooleanMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface com.liferay.commerce.wish.list.model.CommerceWishListItemModel
cloneWithOriginalValues, getCommerceWishListId, getCommerceWishListItemId, getCompanyId, getCPInstanceUuid, getCProductId, getCreateDate, getGroupId, getJson, getModifiedDate, getMvccVersion, getPrimaryKey, getUserId, getUserName, getUserUuid, setCommerceWishListId, setCommerceWishListItemId, setCompanyId, setCPInstanceUuid, setCProductId, setCreateDate, setGroupId, setJson, setModifiedDate, setMvccVersion, setPrimaryKey, setUserId, setUserName, setUserUuid, toXmlStringMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
COMMERCE_WISH_LIST_ITEM_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CommerceWishListItem,Long> COMMERCE_WISH_LIST_ITEM_ID_ACCESSOR
-
-
Method Details
-
fetchCPInstance
com.liferay.commerce.product.model.CPInstance fetchCPInstance() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceWishList
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPDefinition
com.liferay.commerce.product.model.CPDefinition getCPDefinition() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCProduct
com.liferay.commerce.product.model.CProduct getCProduct() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
isIgnoreSKUCombinations
boolean isIgnoreSKUCombinations() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-