Interface CPConfigurationEntry
- All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CPConfigurationEntry>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<CPConfigurationEntry>
,CPConfigurationEntryModel
,com.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationEntry>
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,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
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
,com.liferay.portal.kernel.model.TypedModel
- All Known Implementing Classes:
CPConfigurationEntryWrapper
@ProviderType
public interface CPConfigurationEntry
extends CPConfigurationEntryModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CPConfigurationEntry service. Represents a row in the "CPConfigurationEntry" 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<CPConfigurationEntry,
Long> -
Method Summary
Modifier and TypeMethodDescriptionMethods 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, 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.commerce.product.model.CPConfigurationEntryModel
cloneWithOriginalValues, getAllowedOrderQuantities, getBackOrders, getClassName, getClassNameId, getClassPK, getCommerceAvailabilityEstimateId, getCompanyId, getCPConfigurationEntryId, getCPConfigurationListId, getCPDefinitionInventoryEngine, getCPTaxCategoryId, getCreateDate, getCtCollectionId, getDepth, getDisplayAvailability, getDisplayStockQuantity, getExternalReferenceCode, getFreeShipping, getGroupId, getHeight, getLowStockActivity, getMaxOrderQuantity, getMinOrderQuantity, getMinStockQuantity, getModifiedDate, getMultipleOrderQuantity, getMvccVersion, getPrimaryKey, getPurchasable, getShippable, getShippingExtraPrice, getShipSeparately, getTaxExempt, getUserId, getUserName, getUserUuid, getUuid, getVisible, getWeight, getWidth, isBackOrders, isDisplayAvailability, isDisplayStockQuantity, isFreeShipping, isPurchasable, isShippable, isShipSeparately, isTaxExempt, isVisible, setAllowedOrderQuantities, setBackOrders, setClassName, setClassNameId, setClassPK, setCommerceAvailabilityEstimateId, setCompanyId, setCPConfigurationEntryId, setCPConfigurationListId, setCPDefinitionInventoryEngine, setCPTaxCategoryId, setCreateDate, setCtCollectionId, setDepth, setDisplayAvailability, setDisplayStockQuantity, setExternalReferenceCode, setFreeShipping, setGroupId, setHeight, setLowStockActivity, setMaxOrderQuantity, setMinOrderQuantity, setMinStockQuantity, setModifiedDate, setMultipleOrderQuantity, setMvccVersion, setPrimaryKey, setPurchasable, setShippable, setShippingExtraPrice, setShipSeparately, setTaxExempt, setUserId, setUserName, setUserUuid, setUuid, setVisible, setWeight, setWidth, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
CP_CONFIGURATION_ENTRY_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<CPConfigurationEntry,Long> CP_CONFIGURATION_ENTRY_ID_ACCESSOR
-
-
Method Details
-
getAllowedOrderQuantitiesArray
BigDecimal[] getAllowedOrderQuantitiesArray() -
getCPTaxCategory
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getParentCPConfigurationList
CPConfigurationList getParentCPConfigurationList() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-