Interface CommerceOrderItem

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<CommerceOrderItem>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, CommerceOrderItemModel, Comparable<CommerceOrderItem>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.LocalizedModel, 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
All Known Implementing Classes:
CommerceOrderItemWrapper

@ProviderType public interface CommerceOrderItem extends CommerceOrderItemModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the CommerceOrderItem service. Represents a row in the "CommerceOrderItem" database table, with each column mapped to a property of this class.
See Also:
Generated:
  • Field Details

    • COMMERCE_ORDER_ITEM_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<CommerceOrderItem,Long> COMMERCE_ORDER_ITEM_ID_ACCESSOR
  • Method Details

    • fetchCPInstance

      com.liferay.commerce.product.model.CPInstance fetchCPInstance()
    • fetchCPMeasurementUnit

      com.liferay.commerce.product.model.CPMeasurementUnit fetchCPMeasurementUnit()
    • fetchCProduct

      com.liferay.commerce.product.model.CProduct fetchCProduct()
    • getChildCommerceOrderItems

      List<CommerceOrderItem> getChildCommerceOrderItems()
    • getCommerceOrder

      CommerceOrder getCommerceOrder() throws com.liferay.portal.kernel.exception.PortalException
      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
    • getCPDefinitionId

      long getCPDefinitionId()
    • getCPInstance

      @Deprecated com.liferay.commerce.product.model.CPInstance getCPInstance() throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      As of Athanasius (7.3.x)
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCProduct

      @Deprecated com.liferay.commerce.product.model.CProduct getCProduct() throws com.liferay.portal.kernel.exception.PortalException
      Deprecated.
      As of Athanasius (7.3.x)
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDiscountAmountMoney

      com.liferay.commerce.currency.model.CommerceMoney getDiscountAmountMoney() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDiscountWithTaxAmountMoney

      com.liferay.commerce.currency.model.CommerceMoney getDiscountWithTaxAmountMoney() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFinalPriceMoney

      com.liferay.commerce.currency.model.CommerceMoney getFinalPriceMoney() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFinalPriceWithTaxAmountMoney

      com.liferay.commerce.currency.model.CommerceMoney getFinalPriceWithTaxAmountMoney() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getParentCommerceOrderItemCPDefinitionId

      long getParentCommerceOrderItemCPDefinitionId()
    • getPromoPriceMoney

      com.liferay.commerce.currency.model.CommerceMoney getPromoPriceMoney() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getPromoPriceWithTaxAmountMoney

      com.liferay.commerce.currency.model.CommerceMoney getPromoPriceWithTaxAmountMoney() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getUnitPriceMoney

      com.liferay.commerce.currency.model.CommerceMoney getUnitPriceMoney() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getUnitPriceWithTaxAmountMoney

      com.liferay.commerce.currency.model.CommerceMoney getUnitPriceWithTaxAmountMoney() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • hasParentCommerceOrderItem

      boolean hasParentCommerceOrderItem()