@ProviderType public interface CommerceOrderItem extends CommerceOrderItemModel, com.liferay.portal.kernel.model.PersistedModel
CommerceOrderItemModel
Modifier and Type | Field and Description |
---|---|
static com.liferay.portal.kernel.util.Accessor<CommerceOrderItem,java.lang.Long> |
COMMERCE_ORDER_ITEM_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
com.liferay.commerce.product.model.CPInstance |
fetchCPInstance() |
com.liferay.commerce.product.model.CPMeasurementUnit |
fetchCPMeasurementUnit() |
com.liferay.commerce.product.model.CProduct |
fetchCProduct() |
java.util.List<CommerceOrderItem> |
getChildCommerceOrderItems() |
CommerceOrder |
getCommerceOrder() |
com.liferay.commerce.product.model.CPDefinition |
getCPDefinition() |
long |
getCPDefinitionId() |
com.liferay.commerce.product.model.CPInstance |
getCPInstance()
Deprecated.
As of Athanasius (7.3.x)
|
com.liferay.commerce.product.model.CProduct |
getCProduct()
Deprecated.
As of Athanasius (7.3.x)
|
com.liferay.commerce.currency.model.CommerceMoney |
getDiscountAmountMoney() |
com.liferay.commerce.currency.model.CommerceMoney |
getDiscountWithTaxAmountMoney() |
com.liferay.commerce.currency.model.CommerceMoney |
getFinalPriceMoney() |
com.liferay.commerce.currency.model.CommerceMoney |
getFinalPriceWithTaxAmountMoney() |
long |
getParentCommerceOrderItemCPDefinitionId() |
com.liferay.commerce.currency.model.CommerceMoney |
getPromoPriceMoney() |
com.liferay.commerce.currency.model.CommerceMoney |
getPromoPriceWithTaxAmountMoney() |
com.liferay.commerce.currency.model.CommerceMoney |
getUnitPriceMoney() |
com.liferay.commerce.currency.model.CommerceMoney |
getUnitPriceWithTaxAmountMoney() |
boolean |
hasParentCommerceOrderItem() |
cloneWithOriginalValues, getAvailableLanguageIds, getCommerceInventoryBookedQuantityId, getCommerceOrderId, getCommerceOrderItemId, getCommercePriceListId, getCompanyId, getCPInstanceId, getCPMeasurementUnitId, getCProductId, getCreateDate, getCustomerCommerceOrderItemId, getDefaultLanguageId, getDeliveryGroup, getDeliveryMaxSubscriptionCycles, getDeliverySubscriptionLength, getDeliverySubscriptionType, getDeliverySubscriptionTypeSettings, getDepth, getDiscountAmount, getDiscountManuallyAdjusted, getDiscountPercentageLevel1, getDiscountPercentageLevel1WithTaxAmount, getDiscountPercentageLevel2, getDiscountPercentageLevel2WithTaxAmount, getDiscountPercentageLevel3, getDiscountPercentageLevel3WithTaxAmount, getDiscountPercentageLevel4, getDiscountPercentageLevel4WithTaxAmount, getDiscountWithTaxAmount, getExternalReferenceCode, getFinalPrice, getFinalPriceWithTaxAmount, getFreeShipping, getGroupId, getHeight, getJson, getManuallyAdjusted, getMaxSubscriptionCycles, getModifiedDate, getMvccVersion, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getParentCommerceOrderItemId, getPriceManuallyAdjusted, getPriceOnApplication, getPrimaryKey, getPrintedNote, getPromoPrice, getPromoPriceWithTaxAmount, getQuantity, getReplacedCPInstanceId, getReplacedSku, getRequestedDeliveryDate, getShippable, getShippedQuantity, getShippingAddressId, getShippingExtraPrice, getShipSeparately, getSku, getSubscription, getSubscriptionLength, getSubscriptionType, getSubscriptionTypeSettings, getUnitOfMeasureIncrementalOrderQuantity, getUnitOfMeasureKey, getUnitPrice, getUnitPriceWithTaxAmount, getUserId, getUserName, getUserUuid, getUuid, getWeight, getWidth, isDiscountManuallyAdjusted, isFreeShipping, isManuallyAdjusted, isPriceManuallyAdjusted, isPriceOnApplication, isShippable, isShipSeparately, isSubscription, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCommerceInventoryBookedQuantityId, setCommerceOrderId, setCommerceOrderItemId, setCommercePriceListId, setCompanyId, setCPInstanceId, setCPMeasurementUnitId, setCProductId, setCreateDate, setCustomerCommerceOrderItemId, setDeliveryGroup, setDeliveryMaxSubscriptionCycles, setDeliverySubscriptionLength, setDeliverySubscriptionType, setDeliverySubscriptionTypeSettings, setDepth, setDiscountAmount, setDiscountManuallyAdjusted, setDiscountPercentageLevel1, setDiscountPercentageLevel1WithTaxAmount, setDiscountPercentageLevel2, setDiscountPercentageLevel2WithTaxAmount, setDiscountPercentageLevel3, setDiscountPercentageLevel3WithTaxAmount, setDiscountPercentageLevel4, setDiscountPercentageLevel4WithTaxAmount, setDiscountWithTaxAmount, setExternalReferenceCode, setFinalPrice, setFinalPriceWithTaxAmount, setFreeShipping, setGroupId, setHeight, setJson, setManuallyAdjusted, setMaxSubscriptionCycles, setModifiedDate, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setParentCommerceOrderItemId, setPriceManuallyAdjusted, setPriceOnApplication, setPrimaryKey, setPrintedNote, setPromoPrice, setPromoPriceWithTaxAmount, setQuantity, setReplacedCPInstanceId, setReplacedSku, setRequestedDeliveryDate, setShippable, setShippedQuantity, setShippingAddressId, setShippingExtraPrice, setShipSeparately, setSku, setSubscription, setSubscriptionLength, setSubscriptionType, setSubscriptionTypeSettings, setUnitOfMeasureIncrementalOrderQuantity, setUnitOfMeasureKey, setUnitPrice, setUnitPriceWithTaxAmount, setUserId, setUserName, setUserUuid, setUuid, setWeight, setWidth, toXmlString
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
clone, getStagedModelType
static final com.liferay.portal.kernel.util.Accessor<CommerceOrderItem,java.lang.Long> COMMERCE_ORDER_ITEM_ID_ACCESSOR
com.liferay.commerce.product.model.CPInstance fetchCPInstance()
com.liferay.commerce.product.model.CPMeasurementUnit fetchCPMeasurementUnit()
com.liferay.commerce.product.model.CProduct fetchCProduct()
java.util.List<CommerceOrderItem> getChildCommerceOrderItems()
CommerceOrder getCommerceOrder() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.commerce.product.model.CPDefinition getCPDefinition() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
long getCPDefinitionId()
@Deprecated com.liferay.commerce.product.model.CPInstance getCPInstance() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Deprecated com.liferay.commerce.product.model.CProduct getCProduct() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.commerce.currency.model.CommerceMoney getDiscountAmountMoney() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.commerce.currency.model.CommerceMoney getDiscountWithTaxAmountMoney() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.commerce.currency.model.CommerceMoney getFinalPriceMoney() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.commerce.currency.model.CommerceMoney getFinalPriceWithTaxAmountMoney() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
long getParentCommerceOrderItemCPDefinitionId()
com.liferay.commerce.currency.model.CommerceMoney getPromoPriceMoney() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.commerce.currency.model.CommerceMoney getPromoPriceWithTaxAmountMoney() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.commerce.currency.model.CommerceMoney getUnitPriceMoney() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.commerce.currency.model.CommerceMoney getUnitPriceWithTaxAmountMoney() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean hasParentCommerceOrderItem()