Package com.liferay.commerce.model
Interface CommerceOrderModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CommerceOrder>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<CommerceOrder>,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.WorkflowedModel
- All Known Subinterfaces:
CommerceOrder
- All Known Implementing Classes:
CommerceOrderWrapper
@ProviderType
public interface CommerceOrderModel
extends com.liferay.portal.kernel.model.BaseModel<CommerceOrder>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.WorkflowedModel
The base model interface for the CommerceOrder service. Represents a row in the "CommerceOrder" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.commerce.model.impl.CommerceOrderModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.commerce.model.impl.CommerceOrderImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the advance status of this commerce order.longReturns the billing address ID of this commerce order.longReturns the commerce account ID of this commerce order.Returns the commerce currency code of this commerce order.longReturns the commerce order ID of this commerce order.longReturns the commerce order type ID of this commerce order.Returns the commerce payment method key of this commerce order.longReturns the commerce shipping method ID of this commerce order.longReturns the company ID of this commerce order.Returns the coupon code of this commerce order.Returns the create date of this commerce order.Returns the delivery commerce term entry description of this commerce order.longReturns the delivery commerce term entry ID of this commerce order.Returns the delivery commerce term entry name of this commerce order.Returns the external reference code of this commerce order.longReturns the group ID of this commerce order.Returns the last price update date of this commerce order.booleanReturns the manually adjusted of this commerce order.Returns the modified date of this commerce order.longReturns the mvcc version of this commerce order.getName()Returns the name of this commerce order.Returns the order date of this commerce order.intReturns the order status of this commerce order.Returns the payment commerce term entry description of this commerce order.longReturns the payment commerce term entry ID of this commerce order.Returns the payment commerce term entry name of this commerce order.intReturns the payment status of this commerce order.longReturns the primary key of this commerce order.Returns the printed note of this commerce order.Returns the purchase order number of this commerce order.Returns the requested delivery date of this commerce order.booleanReturns the shippable of this commerce order.longReturns the shipping address ID of this commerce order.Returns the shipping amount of this commerce order.Returns the shipping discount amount of this commerce order.Returns the shipping discount percentage level1 of this commerce order.Returns the shipping discount percentage level1 with tax amount of this commerce order.Returns the shipping discount percentage level2 of this commerce order.Returns the shipping discount percentage level2 with tax amount of this commerce order.Returns the shipping discount percentage level3 of this commerce order.Returns the shipping discount percentage level3 with tax amount of this commerce order.Returns the shipping discount percentage level4 of this commerce order.Returns the shipping discount percentage level4 with tax amount of this commerce order.Returns the shipping discount with tax amount of this commerce order.Returns the shipping option name of this commerce order.Returns the shipping with tax amount of this commerce order.intReturns the status of this commerce order.longReturns the status by user ID of this commerce order.Returns the status by user name of this commerce order.Returns the status by user uuid of this commerce order.Returns the status date of this commerce order.Returns the subtotal of this commerce order.Returns the subtotal discount amount of this commerce order.Returns the subtotal discount percentage level1 of this commerce order.Returns the subtotal discount percentage level1 with tax amount of this commerce order.Returns the subtotal discount percentage level2 of this commerce order.Returns the subtotal discount percentage level2 with tax amount of this commerce order.Returns the subtotal discount percentage level3 of this commerce order.Returns the subtotal discount percentage level3 with tax amount of this commerce order.Returns the subtotal discount percentage level4 of this commerce order.Returns the subtotal discount percentage level4 with tax amount of this commerce order.Returns the subtotal discount with tax amount of this commerce order.Returns the subtotal with tax amount of this commerce order.Returns the tax amount of this commerce order.getTotal()Returns the total of this commerce order.Returns the total discount amount of this commerce order.Returns the total discount percentage level1 of this commerce order.Returns the total discount percentage level1 with tax amount of this commerce order.Returns the total discount percentage level2 of this commerce order.Returns the total discount percentage level2 with tax amount of this commerce order.Returns the total discount percentage level3 of this commerce order.Returns the total discount percentage level3 with tax amount of this commerce order.Returns the total discount percentage level4 of this commerce order.Returns the total discount percentage level4 with tax amount of this commerce order.Returns the total discount with tax amount of this commerce order.Returns the total with tax amount of this commerce order.Returns the transaction ID of this commerce order.longReturns the user ID of this commerce order.Returns the user name of this commerce order.Returns the user uuid of this commerce order.getUuid()Returns the uuid of this commerce order.booleanReturnstrueif this commerce order is approved.booleanisDenied()Returnstrueif this commerce order is denied.booleanisDraft()Returnstrueif this commerce order is a draft.booleanReturnstrueif this commerce order is expired.booleanReturnstrueif this commerce order is inactive.booleanReturnstrueif this commerce order is incomplete.booleanReturnstrueif this commerce order is manually adjusted.booleanReturnstrueif this commerce order is pending.booleanReturnstrueif this commerce order is scheduled.booleanReturnstrueif this commerce order is shippable.voidsetAdvanceStatus(String advanceStatus) Sets the advance status of this commerce order.voidsetBillingAddressId(long billingAddressId) Sets the billing address ID of this commerce order.voidsetCommerceAccountId(long commerceAccountId) Sets the commerce account ID of this commerce order.voidsetCommerceCurrencyCode(String commerceCurrencyCode) Sets the commerce currency code of this commerce order.voidsetCommerceOrderId(long commerceOrderId) Sets the commerce order ID of this commerce order.voidsetCommerceOrderTypeId(long commerceOrderTypeId) Sets the commerce order type ID of this commerce order.voidsetCommercePaymentMethodKey(String commercePaymentMethodKey) Sets the commerce payment method key of this commerce order.voidsetCommerceShippingMethodId(long commerceShippingMethodId) Sets the commerce shipping method ID of this commerce order.voidsetCompanyId(long companyId) Sets the company ID of this commerce order.voidsetCouponCode(String couponCode) Sets the coupon code of this commerce order.voidsetCreateDate(Date createDate) Sets the create date of this commerce order.voidsetDeliveryCommerceTermEntryDescription(String deliveryCommerceTermEntryDescription) Sets the delivery commerce term entry description of this commerce order.voidsetDeliveryCommerceTermEntryId(long deliveryCommerceTermEntryId) Sets the delivery commerce term entry ID of this commerce order.voidsetDeliveryCommerceTermEntryName(String deliveryCommerceTermEntryName) Sets the delivery commerce term entry name of this commerce order.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this commerce order.voidsetGroupId(long groupId) Sets the group ID of this commerce order.voidsetLastPriceUpdateDate(Date lastPriceUpdateDate) Sets the last price update date of this commerce order.voidsetManuallyAdjusted(boolean manuallyAdjusted) Sets whether this commerce order is manually adjusted.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this commerce order.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this commerce order.voidSets the name of this commerce order.voidsetOrderDate(Date orderDate) Sets the order date of this commerce order.voidsetOrderStatus(int orderStatus) Sets the order status of this commerce order.voidsetPaymentCommerceTermEntryDescription(String paymentCommerceTermEntryDescription) Sets the payment commerce term entry description of this commerce order.voidsetPaymentCommerceTermEntryId(long paymentCommerceTermEntryId) Sets the payment commerce term entry ID of this commerce order.voidsetPaymentCommerceTermEntryName(String paymentCommerceTermEntryName) Sets the payment commerce term entry name of this commerce order.voidsetPaymentStatus(int paymentStatus) Sets the payment status of this commerce order.voidsetPrimaryKey(long primaryKey) Sets the primary key of this commerce order.voidsetPrintedNote(String printedNote) Sets the printed note of this commerce order.voidsetPurchaseOrderNumber(String purchaseOrderNumber) Sets the purchase order number of this commerce order.voidsetRequestedDeliveryDate(Date requestedDeliveryDate) Sets the requested delivery date of this commerce order.voidsetShippable(boolean shippable) Sets whether this commerce order is shippable.voidsetShippingAddressId(long shippingAddressId) Sets the shipping address ID of this commerce order.voidsetShippingAmount(BigDecimal shippingAmount) Sets the shipping amount of this commerce order.voidsetShippingDiscountAmount(BigDecimal shippingDiscountAmount) Sets the shipping discount amount of this commerce order.voidsetShippingDiscountPercentageLevel1(BigDecimal shippingDiscountPercentageLevel1) Sets the shipping discount percentage level1 of this commerce order.voidsetShippingDiscountPercentageLevel1WithTaxAmount(BigDecimal shippingDiscountPercentageLevel1WithTaxAmount) Sets the shipping discount percentage level1 with tax amount of this commerce order.voidsetShippingDiscountPercentageLevel2(BigDecimal shippingDiscountPercentageLevel2) Sets the shipping discount percentage level2 of this commerce order.voidsetShippingDiscountPercentageLevel2WithTaxAmount(BigDecimal shippingDiscountPercentageLevel2WithTaxAmount) Sets the shipping discount percentage level2 with tax amount of this commerce order.voidsetShippingDiscountPercentageLevel3(BigDecimal shippingDiscountPercentageLevel3) Sets the shipping discount percentage level3 of this commerce order.voidsetShippingDiscountPercentageLevel3WithTaxAmount(BigDecimal shippingDiscountPercentageLevel3WithTaxAmount) Sets the shipping discount percentage level3 with tax amount of this commerce order.voidsetShippingDiscountPercentageLevel4(BigDecimal shippingDiscountPercentageLevel4) Sets the shipping discount percentage level4 of this commerce order.voidsetShippingDiscountPercentageLevel4WithTaxAmount(BigDecimal shippingDiscountPercentageLevel4WithTaxAmount) Sets the shipping discount percentage level4 with tax amount of this commerce order.voidsetShippingDiscountWithTaxAmount(BigDecimal shippingDiscountWithTaxAmount) Sets the shipping discount with tax amount of this commerce order.voidsetShippingOptionName(String shippingOptionName) Sets the shipping option name of this commerce order.voidsetShippingWithTaxAmount(BigDecimal shippingWithTaxAmount) Sets the shipping with tax amount of this commerce order.voidsetStatus(int status) Sets the status of this commerce order.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this commerce order.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this commerce order.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this commerce order.voidsetStatusDate(Date statusDate) Sets the status date of this commerce order.voidsetSubtotal(BigDecimal subtotal) Sets the subtotal of this commerce order.voidsetSubtotalDiscountAmount(BigDecimal subtotalDiscountAmount) Sets the subtotal discount amount of this commerce order.voidsetSubtotalDiscountPercentageLevel1(BigDecimal subtotalDiscountPercentageLevel1) Sets the subtotal discount percentage level1 of this commerce order.voidsetSubtotalDiscountPercentageLevel1WithTaxAmount(BigDecimal subtotalDiscountPercentageLevel1WithTaxAmount) Sets the subtotal discount percentage level1 with tax amount of this commerce order.voidsetSubtotalDiscountPercentageLevel2(BigDecimal subtotalDiscountPercentageLevel2) Sets the subtotal discount percentage level2 of this commerce order.voidsetSubtotalDiscountPercentageLevel2WithTaxAmount(BigDecimal subtotalDiscountPercentageLevel2WithTaxAmount) Sets the subtotal discount percentage level2 with tax amount of this commerce order.voidsetSubtotalDiscountPercentageLevel3(BigDecimal subtotalDiscountPercentageLevel3) Sets the subtotal discount percentage level3 of this commerce order.voidsetSubtotalDiscountPercentageLevel3WithTaxAmount(BigDecimal subtotalDiscountPercentageLevel3WithTaxAmount) Sets the subtotal discount percentage level3 with tax amount of this commerce order.voidsetSubtotalDiscountPercentageLevel4(BigDecimal subtotalDiscountPercentageLevel4) Sets the subtotal discount percentage level4 of this commerce order.voidsetSubtotalDiscountPercentageLevel4WithTaxAmount(BigDecimal subtotalDiscountPercentageLevel4WithTaxAmount) Sets the subtotal discount percentage level4 with tax amount of this commerce order.voidsetSubtotalDiscountWithTaxAmount(BigDecimal subtotalDiscountWithTaxAmount) Sets the subtotal discount with tax amount of this commerce order.voidsetSubtotalWithTaxAmount(BigDecimal subtotalWithTaxAmount) Sets the subtotal with tax amount of this commerce order.voidsetTaxAmount(BigDecimal taxAmount) Sets the tax amount of this commerce order.voidsetTotal(BigDecimal total) Sets the total of this commerce order.voidsetTotalDiscountAmount(BigDecimal totalDiscountAmount) Sets the total discount amount of this commerce order.voidsetTotalDiscountPercentageLevel1(BigDecimal totalDiscountPercentageLevel1) Sets the total discount percentage level1 of this commerce order.voidsetTotalDiscountPercentageLevel1WithTaxAmount(BigDecimal totalDiscountPercentageLevel1WithTaxAmount) Sets the total discount percentage level1 with tax amount of this commerce order.voidsetTotalDiscountPercentageLevel2(BigDecimal totalDiscountPercentageLevel2) Sets the total discount percentage level2 of this commerce order.voidsetTotalDiscountPercentageLevel2WithTaxAmount(BigDecimal totalDiscountPercentageLevel2WithTaxAmount) Sets the total discount percentage level2 with tax amount of this commerce order.voidsetTotalDiscountPercentageLevel3(BigDecimal totalDiscountPercentageLevel3) Sets the total discount percentage level3 of this commerce order.voidsetTotalDiscountPercentageLevel3WithTaxAmount(BigDecimal totalDiscountPercentageLevel3WithTaxAmount) Sets the total discount percentage level3 with tax amount of this commerce order.voidsetTotalDiscountPercentageLevel4(BigDecimal totalDiscountPercentageLevel4) Sets the total discount percentage level4 of this commerce order.voidsetTotalDiscountPercentageLevel4WithTaxAmount(BigDecimal totalDiscountPercentageLevel4WithTaxAmount) Sets the total discount percentage level4 with tax amount of this commerce order.voidsetTotalDiscountWithTaxAmount(BigDecimal totalDiscountWithTaxAmount) Sets the total discount with tax amount of this commerce order.voidsetTotalWithTaxAmount(BigDecimal totalWithTaxAmount) Sets the total with tax amount of this commerce order.voidsetTransactionId(String transactionId) Sets the transaction ID of this commerce order.voidsetUserId(long userId) Sets the user ID of this commerce order.voidsetUserName(String userName) Sets the user name of this commerce order.voidsetUserUuid(String userUuid) Sets the user uuid of this commerce order.voidSets the uuid of this commerce order.default StringMethods 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 java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this commerce order.- Returns:
- the primary key of this commerce order
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this commerce order.- Parameters:
primaryKey- the primary key of this commerce order
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this commerce order.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this commerce order
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this commerce order.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this commerce order
-
getUuid
Returns the uuid of this commerce order.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this commerce order
-
setUuid
Sets the uuid of this commerce order.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this commerce order
-
getExternalReferenceCode
Returns the external reference code of this commerce order.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this commerce order
-
setExternalReferenceCode
Sets the external reference code of this commerce order.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this commerce order
-
getCommerceOrderId
long getCommerceOrderId()Returns the commerce order ID of this commerce order.- Returns:
- the commerce order ID of this commerce order
-
setCommerceOrderId
void setCommerceOrderId(long commerceOrderId) Sets the commerce order ID of this commerce order.- Parameters:
commerceOrderId- the commerce order ID of this commerce order
-
getGroupId
long getGroupId()Returns the group ID of this commerce order.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this commerce order
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this commerce order.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this commerce order
-
getCompanyId
long getCompanyId()Returns the company ID of this commerce order.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- 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 order
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this commerce order.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- 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 order
-
getUserId
long getUserId()Returns the user ID of this commerce order.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this commerce order
-
setUserId
void setUserId(long userId) Sets the user ID of this commerce order.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this commerce order
-
getUserUuid
String getUserUuid()Returns the user uuid of this commerce order.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this commerce order
-
setUserUuid
Sets the user uuid of this commerce order.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this commerce order
-
getUserName
Returns the user name of this commerce order.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this commerce order
-
setUserName
Sets the user name of this commerce order.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this commerce order
-
getCreateDate
Date getCreateDate()Returns the create date of this commerce order.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this commerce order
-
setCreateDate
Sets the create date of this commerce order.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this commerce order
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this commerce order.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this commerce order
-
setModifiedDate
Sets the modified date of this commerce order.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this commerce order
-
getBillingAddressId
long getBillingAddressId()Returns the billing address ID of this commerce order.- Returns:
- the billing address ID of this commerce order
-
setBillingAddressId
void setBillingAddressId(long billingAddressId) Sets the billing address ID of this commerce order.- Parameters:
billingAddressId- the billing address ID of this commerce order
-
getCommerceAccountId
long getCommerceAccountId()Returns the commerce account ID of this commerce order.- Returns:
- the commerce account ID of this commerce order
-
setCommerceAccountId
void setCommerceAccountId(long commerceAccountId) Sets the commerce account ID of this commerce order.- Parameters:
commerceAccountId- the commerce account ID of this commerce order
-
getCommerceCurrencyCode
Returns the commerce currency code of this commerce order.- Returns:
- the commerce currency code of this commerce order
-
setCommerceCurrencyCode
Sets the commerce currency code of this commerce order.- Parameters:
commerceCurrencyCode- the commerce currency code of this commerce order
-
getCommerceOrderTypeId
long getCommerceOrderTypeId()Returns the commerce order type ID of this commerce order.- Returns:
- the commerce order type ID of this commerce order
-
setCommerceOrderTypeId
void setCommerceOrderTypeId(long commerceOrderTypeId) Sets the commerce order type ID of this commerce order.- Parameters:
commerceOrderTypeId- the commerce order type ID of this commerce order
-
getCommerceShippingMethodId
long getCommerceShippingMethodId()Returns the commerce shipping method ID of this commerce order.- Returns:
- the commerce shipping method ID of this commerce order
-
setCommerceShippingMethodId
void setCommerceShippingMethodId(long commerceShippingMethodId) Sets the commerce shipping method ID of this commerce order.- Parameters:
commerceShippingMethodId- the commerce shipping method ID of this commerce order
-
getDeliveryCommerceTermEntryId
long getDeliveryCommerceTermEntryId()Returns the delivery commerce term entry ID of this commerce order.- Returns:
- the delivery commerce term entry ID of this commerce order
-
setDeliveryCommerceTermEntryId
void setDeliveryCommerceTermEntryId(long deliveryCommerceTermEntryId) Sets the delivery commerce term entry ID of this commerce order.- Parameters:
deliveryCommerceTermEntryId- the delivery commerce term entry ID of this commerce order
-
getPaymentCommerceTermEntryId
long getPaymentCommerceTermEntryId()Returns the payment commerce term entry ID of this commerce order.- Returns:
- the payment commerce term entry ID of this commerce order
-
setPaymentCommerceTermEntryId
void setPaymentCommerceTermEntryId(long paymentCommerceTermEntryId) Sets the payment commerce term entry ID of this commerce order.- Parameters:
paymentCommerceTermEntryId- the payment commerce term entry ID of this commerce order
-
getShippingAddressId
long getShippingAddressId()Returns the shipping address ID of this commerce order.- Returns:
- the shipping address ID of this commerce order
-
setShippingAddressId
void setShippingAddressId(long shippingAddressId) Sets the shipping address ID of this commerce order.- Parameters:
shippingAddressId- the shipping address ID of this commerce order
-
getAdvanceStatus
Returns the advance status of this commerce order.- Returns:
- the advance status of this commerce order
-
setAdvanceStatus
Sets the advance status of this commerce order.- Parameters:
advanceStatus- the advance status of this commerce order
-
getCommercePaymentMethodKey
Returns the commerce payment method key of this commerce order.- Returns:
- the commerce payment method key of this commerce order
-
setCommercePaymentMethodKey
Sets the commerce payment method key of this commerce order.- Parameters:
commercePaymentMethodKey- the commerce payment method key of this commerce order
-
getCouponCode
Returns the coupon code of this commerce order.- Returns:
- the coupon code of this commerce order
-
setCouponCode
Sets the coupon code of this commerce order.- Parameters:
couponCode- the coupon code of this commerce order
-
getDeliveryCommerceTermEntryDescription
Returns the delivery commerce term entry description of this commerce order.- Returns:
- the delivery commerce term entry description of this commerce order
-
setDeliveryCommerceTermEntryDescription
Sets the delivery commerce term entry description of this commerce order.- Parameters:
deliveryCommerceTermEntryDescription- the delivery commerce term entry description of this commerce order
-
getDeliveryCommerceTermEntryName
Returns the delivery commerce term entry name of this commerce order.- Returns:
- the delivery commerce term entry name of this commerce order
-
setDeliveryCommerceTermEntryName
Sets the delivery commerce term entry name of this commerce order.- Parameters:
deliveryCommerceTermEntryName- the delivery commerce term entry name of this commerce order
-
getLastPriceUpdateDate
Date getLastPriceUpdateDate()Returns the last price update date of this commerce order.- Returns:
- the last price update date of this commerce order
-
setLastPriceUpdateDate
Sets the last price update date of this commerce order.- Parameters:
lastPriceUpdateDate- the last price update date of this commerce order
-
getManuallyAdjusted
boolean getManuallyAdjusted()Returns the manually adjusted of this commerce order.- Returns:
- the manually adjusted of this commerce order
-
isManuallyAdjusted
boolean isManuallyAdjusted()Returnstrueif this commerce order is manually adjusted.- Returns:
trueif this commerce order is manually adjusted;falseotherwise
-
setManuallyAdjusted
void setManuallyAdjusted(boolean manuallyAdjusted) Sets whether this commerce order is manually adjusted.- Parameters:
manuallyAdjusted- the manually adjusted of this commerce order
-
getName
Returns the name of this commerce order.- Returns:
- the name of this commerce order
-
setName
Sets the name of this commerce order.- Parameters:
name- the name of this commerce order
-
getOrderDate
Date getOrderDate()Returns the order date of this commerce order.- Returns:
- the order date of this commerce order
-
setOrderDate
Sets the order date of this commerce order.- Parameters:
orderDate- the order date of this commerce order
-
getOrderStatus
int getOrderStatus()Returns the order status of this commerce order.- Returns:
- the order status of this commerce order
-
setOrderStatus
void setOrderStatus(int orderStatus) Sets the order status of this commerce order.- Parameters:
orderStatus- the order status of this commerce order
-
getPaymentCommerceTermEntryDescription
Returns the payment commerce term entry description of this commerce order.- Returns:
- the payment commerce term entry description of this commerce order
-
setPaymentCommerceTermEntryDescription
Sets the payment commerce term entry description of this commerce order.- Parameters:
paymentCommerceTermEntryDescription- the payment commerce term entry description of this commerce order
-
getPaymentCommerceTermEntryName
Returns the payment commerce term entry name of this commerce order.- Returns:
- the payment commerce term entry name of this commerce order
-
setPaymentCommerceTermEntryName
Sets the payment commerce term entry name of this commerce order.- Parameters:
paymentCommerceTermEntryName- the payment commerce term entry name of this commerce order
-
getPaymentStatus
int getPaymentStatus()Returns the payment status of this commerce order.- Returns:
- the payment status of this commerce order
-
setPaymentStatus
void setPaymentStatus(int paymentStatus) Sets the payment status of this commerce order.- Parameters:
paymentStatus- the payment status of this commerce order
-
getPrintedNote
Returns the printed note of this commerce order.- Returns:
- the printed note of this commerce order
-
setPrintedNote
Sets the printed note of this commerce order.- Parameters:
printedNote- the printed note of this commerce order
-
getPurchaseOrderNumber
Returns the purchase order number of this commerce order.- Returns:
- the purchase order number of this commerce order
-
setPurchaseOrderNumber
Sets the purchase order number of this commerce order.- Parameters:
purchaseOrderNumber- the purchase order number of this commerce order
-
getRequestedDeliveryDate
Date getRequestedDeliveryDate()Returns the requested delivery date of this commerce order.- Returns:
- the requested delivery date of this commerce order
-
setRequestedDeliveryDate
Sets the requested delivery date of this commerce order.- Parameters:
requestedDeliveryDate- the requested delivery date of this commerce order
-
getShippable
boolean getShippable()Returns the shippable of this commerce order.- Returns:
- the shippable of this commerce order
-
isShippable
boolean isShippable()Returnstrueif this commerce order is shippable.- Returns:
trueif this commerce order is shippable;falseotherwise
-
setShippable
void setShippable(boolean shippable) Sets whether this commerce order is shippable.- Parameters:
shippable- the shippable of this commerce order
-
getShippingAmount
BigDecimal getShippingAmount()Returns the shipping amount of this commerce order.- Returns:
- the shipping amount of this commerce order
-
setShippingAmount
Sets the shipping amount of this commerce order.- Parameters:
shippingAmount- the shipping amount of this commerce order
-
getShippingDiscountAmount
BigDecimal getShippingDiscountAmount()Returns the shipping discount amount of this commerce order.- Returns:
- the shipping discount amount of this commerce order
-
setShippingDiscountAmount
Sets the shipping discount amount of this commerce order.- Parameters:
shippingDiscountAmount- the shipping discount amount of this commerce order
-
getShippingDiscountPercentageLevel1
BigDecimal getShippingDiscountPercentageLevel1()Returns the shipping discount percentage level1 of this commerce order.- Returns:
- the shipping discount percentage level1 of this commerce order
-
setShippingDiscountPercentageLevel1
Sets the shipping discount percentage level1 of this commerce order.- Parameters:
shippingDiscountPercentageLevel1- the shipping discount percentage level1 of this commerce order
-
getShippingDiscountPercentageLevel2
BigDecimal getShippingDiscountPercentageLevel2()Returns the shipping discount percentage level2 of this commerce order.- Returns:
- the shipping discount percentage level2 of this commerce order
-
setShippingDiscountPercentageLevel2
Sets the shipping discount percentage level2 of this commerce order.- Parameters:
shippingDiscountPercentageLevel2- the shipping discount percentage level2 of this commerce order
-
getShippingDiscountPercentageLevel3
BigDecimal getShippingDiscountPercentageLevel3()Returns the shipping discount percentage level3 of this commerce order.- Returns:
- the shipping discount percentage level3 of this commerce order
-
setShippingDiscountPercentageLevel3
Sets the shipping discount percentage level3 of this commerce order.- Parameters:
shippingDiscountPercentageLevel3- the shipping discount percentage level3 of this commerce order
-
getShippingDiscountPercentageLevel4
BigDecimal getShippingDiscountPercentageLevel4()Returns the shipping discount percentage level4 of this commerce order.- Returns:
- the shipping discount percentage level4 of this commerce order
-
setShippingDiscountPercentageLevel4
Sets the shipping discount percentage level4 of this commerce order.- Parameters:
shippingDiscountPercentageLevel4- the shipping discount percentage level4 of this commerce order
-
getShippingDiscountPercentageLevel1WithTaxAmount
BigDecimal getShippingDiscountPercentageLevel1WithTaxAmount()Returns the shipping discount percentage level1 with tax amount of this commerce order.- Returns:
- the shipping discount percentage level1 with tax amount of this commerce order
-
setShippingDiscountPercentageLevel1WithTaxAmount
void setShippingDiscountPercentageLevel1WithTaxAmount(BigDecimal shippingDiscountPercentageLevel1WithTaxAmount) Sets the shipping discount percentage level1 with tax amount of this commerce order.- Parameters:
shippingDiscountPercentageLevel1WithTaxAmount- the shipping discount percentage level1 with tax amount of this commerce order
-
getShippingDiscountPercentageLevel2WithTaxAmount
BigDecimal getShippingDiscountPercentageLevel2WithTaxAmount()Returns the shipping discount percentage level2 with tax amount of this commerce order.- Returns:
- the shipping discount percentage level2 with tax amount of this commerce order
-
setShippingDiscountPercentageLevel2WithTaxAmount
void setShippingDiscountPercentageLevel2WithTaxAmount(BigDecimal shippingDiscountPercentageLevel2WithTaxAmount) Sets the shipping discount percentage level2 with tax amount of this commerce order.- Parameters:
shippingDiscountPercentageLevel2WithTaxAmount- the shipping discount percentage level2 with tax amount of this commerce order
-
getShippingDiscountPercentageLevel3WithTaxAmount
BigDecimal getShippingDiscountPercentageLevel3WithTaxAmount()Returns the shipping discount percentage level3 with tax amount of this commerce order.- Returns:
- the shipping discount percentage level3 with tax amount of this commerce order
-
setShippingDiscountPercentageLevel3WithTaxAmount
void setShippingDiscountPercentageLevel3WithTaxAmount(BigDecimal shippingDiscountPercentageLevel3WithTaxAmount) Sets the shipping discount percentage level3 with tax amount of this commerce order.- Parameters:
shippingDiscountPercentageLevel3WithTaxAmount- the shipping discount percentage level3 with tax amount of this commerce order
-
getShippingDiscountPercentageLevel4WithTaxAmount
BigDecimal getShippingDiscountPercentageLevel4WithTaxAmount()Returns the shipping discount percentage level4 with tax amount of this commerce order.- Returns:
- the shipping discount percentage level4 with tax amount of this commerce order
-
setShippingDiscountPercentageLevel4WithTaxAmount
void setShippingDiscountPercentageLevel4WithTaxAmount(BigDecimal shippingDiscountPercentageLevel4WithTaxAmount) Sets the shipping discount percentage level4 with tax amount of this commerce order.- Parameters:
shippingDiscountPercentageLevel4WithTaxAmount- the shipping discount percentage level4 with tax amount of this commerce order
-
getShippingDiscountWithTaxAmount
BigDecimal getShippingDiscountWithTaxAmount()Returns the shipping discount with tax amount of this commerce order.- Returns:
- the shipping discount with tax amount of this commerce order
-
setShippingDiscountWithTaxAmount
Sets the shipping discount with tax amount of this commerce order.- Parameters:
shippingDiscountWithTaxAmount- the shipping discount with tax amount of this commerce order
-
getShippingOptionName
Returns the shipping option name of this commerce order.- Returns:
- the shipping option name of this commerce order
-
setShippingOptionName
Sets the shipping option name of this commerce order.- Parameters:
shippingOptionName- the shipping option name of this commerce order
-
getShippingWithTaxAmount
BigDecimal getShippingWithTaxAmount()Returns the shipping with tax amount of this commerce order.- Returns:
- the shipping with tax amount of this commerce order
-
setShippingWithTaxAmount
Sets the shipping with tax amount of this commerce order.- Parameters:
shippingWithTaxAmount- the shipping with tax amount of this commerce order
-
getSubtotal
BigDecimal getSubtotal()Returns the subtotal of this commerce order.- Returns:
- the subtotal of this commerce order
-
setSubtotal
Sets the subtotal of this commerce order.- Parameters:
subtotal- the subtotal of this commerce order
-
getSubtotalDiscountAmount
BigDecimal getSubtotalDiscountAmount()Returns the subtotal discount amount of this commerce order.- Returns:
- the subtotal discount amount of this commerce order
-
setSubtotalDiscountAmount
Sets the subtotal discount amount of this commerce order.- Parameters:
subtotalDiscountAmount- the subtotal discount amount of this commerce order
-
getSubtotalDiscountPercentageLevel1
BigDecimal getSubtotalDiscountPercentageLevel1()Returns the subtotal discount percentage level1 of this commerce order.- Returns:
- the subtotal discount percentage level1 of this commerce order
-
setSubtotalDiscountPercentageLevel1
Sets the subtotal discount percentage level1 of this commerce order.- Parameters:
subtotalDiscountPercentageLevel1- the subtotal discount percentage level1 of this commerce order
-
getSubtotalDiscountPercentageLevel2
BigDecimal getSubtotalDiscountPercentageLevel2()Returns the subtotal discount percentage level2 of this commerce order.- Returns:
- the subtotal discount percentage level2 of this commerce order
-
setSubtotalDiscountPercentageLevel2
Sets the subtotal discount percentage level2 of this commerce order.- Parameters:
subtotalDiscountPercentageLevel2- the subtotal discount percentage level2 of this commerce order
-
getSubtotalDiscountPercentageLevel3
BigDecimal getSubtotalDiscountPercentageLevel3()Returns the subtotal discount percentage level3 of this commerce order.- Returns:
- the subtotal discount percentage level3 of this commerce order
-
setSubtotalDiscountPercentageLevel3
Sets the subtotal discount percentage level3 of this commerce order.- Parameters:
subtotalDiscountPercentageLevel3- the subtotal discount percentage level3 of this commerce order
-
getSubtotalDiscountPercentageLevel4
BigDecimal getSubtotalDiscountPercentageLevel4()Returns the subtotal discount percentage level4 of this commerce order.- Returns:
- the subtotal discount percentage level4 of this commerce order
-
setSubtotalDiscountPercentageLevel4
Sets the subtotal discount percentage level4 of this commerce order.- Parameters:
subtotalDiscountPercentageLevel4- the subtotal discount percentage level4 of this commerce order
-
getSubtotalDiscountPercentageLevel1WithTaxAmount
BigDecimal getSubtotalDiscountPercentageLevel1WithTaxAmount()Returns the subtotal discount percentage level1 with tax amount of this commerce order.- Returns:
- the subtotal discount percentage level1 with tax amount of this commerce order
-
setSubtotalDiscountPercentageLevel1WithTaxAmount
void setSubtotalDiscountPercentageLevel1WithTaxAmount(BigDecimal subtotalDiscountPercentageLevel1WithTaxAmount) Sets the subtotal discount percentage level1 with tax amount of this commerce order.- Parameters:
subtotalDiscountPercentageLevel1WithTaxAmount- the subtotal discount percentage level1 with tax amount of this commerce order
-
getSubtotalDiscountPercentageLevel2WithTaxAmount
BigDecimal getSubtotalDiscountPercentageLevel2WithTaxAmount()Returns the subtotal discount percentage level2 with tax amount of this commerce order.- Returns:
- the subtotal discount percentage level2 with tax amount of this commerce order
-
setSubtotalDiscountPercentageLevel2WithTaxAmount
void setSubtotalDiscountPercentageLevel2WithTaxAmount(BigDecimal subtotalDiscountPercentageLevel2WithTaxAmount) Sets the subtotal discount percentage level2 with tax amount of this commerce order.- Parameters:
subtotalDiscountPercentageLevel2WithTaxAmount- the subtotal discount percentage level2 with tax amount of this commerce order
-
getSubtotalDiscountPercentageLevel3WithTaxAmount
BigDecimal getSubtotalDiscountPercentageLevel3WithTaxAmount()Returns the subtotal discount percentage level3 with tax amount of this commerce order.- Returns:
- the subtotal discount percentage level3 with tax amount of this commerce order
-
setSubtotalDiscountPercentageLevel3WithTaxAmount
void setSubtotalDiscountPercentageLevel3WithTaxAmount(BigDecimal subtotalDiscountPercentageLevel3WithTaxAmount) Sets the subtotal discount percentage level3 with tax amount of this commerce order.- Parameters:
subtotalDiscountPercentageLevel3WithTaxAmount- the subtotal discount percentage level3 with tax amount of this commerce order
-
getSubtotalDiscountPercentageLevel4WithTaxAmount
BigDecimal getSubtotalDiscountPercentageLevel4WithTaxAmount()Returns the subtotal discount percentage level4 with tax amount of this commerce order.- Returns:
- the subtotal discount percentage level4 with tax amount of this commerce order
-
setSubtotalDiscountPercentageLevel4WithTaxAmount
void setSubtotalDiscountPercentageLevel4WithTaxAmount(BigDecimal subtotalDiscountPercentageLevel4WithTaxAmount) Sets the subtotal discount percentage level4 with tax amount of this commerce order.- Parameters:
subtotalDiscountPercentageLevel4WithTaxAmount- the subtotal discount percentage level4 with tax amount of this commerce order
-
getSubtotalDiscountWithTaxAmount
BigDecimal getSubtotalDiscountWithTaxAmount()Returns the subtotal discount with tax amount of this commerce order.- Returns:
- the subtotal discount with tax amount of this commerce order
-
setSubtotalDiscountWithTaxAmount
Sets the subtotal discount with tax amount of this commerce order.- Parameters:
subtotalDiscountWithTaxAmount- the subtotal discount with tax amount of this commerce order
-
getSubtotalWithTaxAmount
BigDecimal getSubtotalWithTaxAmount()Returns the subtotal with tax amount of this commerce order.- Returns:
- the subtotal with tax amount of this commerce order
-
setSubtotalWithTaxAmount
Sets the subtotal with tax amount of this commerce order.- Parameters:
subtotalWithTaxAmount- the subtotal with tax amount of this commerce order
-
getTaxAmount
BigDecimal getTaxAmount()Returns the tax amount of this commerce order.- Returns:
- the tax amount of this commerce order
-
setTaxAmount
Sets the tax amount of this commerce order.- Parameters:
taxAmount- the tax amount of this commerce order
-
getTotal
BigDecimal getTotal()Returns the total of this commerce order.- Returns:
- the total of this commerce order
-
setTotal
Sets the total of this commerce order.- Parameters:
total- the total of this commerce order
-
getTotalDiscountAmount
BigDecimal getTotalDiscountAmount()Returns the total discount amount of this commerce order.- Returns:
- the total discount amount of this commerce order
-
setTotalDiscountAmount
Sets the total discount amount of this commerce order.- Parameters:
totalDiscountAmount- the total discount amount of this commerce order
-
getTotalDiscountPercentageLevel1
BigDecimal getTotalDiscountPercentageLevel1()Returns the total discount percentage level1 of this commerce order.- Returns:
- the total discount percentage level1 of this commerce order
-
setTotalDiscountPercentageLevel1
Sets the total discount percentage level1 of this commerce order.- Parameters:
totalDiscountPercentageLevel1- the total discount percentage level1 of this commerce order
-
getTotalDiscountPercentageLevel2
BigDecimal getTotalDiscountPercentageLevel2()Returns the total discount percentage level2 of this commerce order.- Returns:
- the total discount percentage level2 of this commerce order
-
setTotalDiscountPercentageLevel2
Sets the total discount percentage level2 of this commerce order.- Parameters:
totalDiscountPercentageLevel2- the total discount percentage level2 of this commerce order
-
getTotalDiscountPercentageLevel3
BigDecimal getTotalDiscountPercentageLevel3()Returns the total discount percentage level3 of this commerce order.- Returns:
- the total discount percentage level3 of this commerce order
-
setTotalDiscountPercentageLevel3
Sets the total discount percentage level3 of this commerce order.- Parameters:
totalDiscountPercentageLevel3- the total discount percentage level3 of this commerce order
-
getTotalDiscountPercentageLevel4
BigDecimal getTotalDiscountPercentageLevel4()Returns the total discount percentage level4 of this commerce order.- Returns:
- the total discount percentage level4 of this commerce order
-
setTotalDiscountPercentageLevel4
Sets the total discount percentage level4 of this commerce order.- Parameters:
totalDiscountPercentageLevel4- the total discount percentage level4 of this commerce order
-
getTotalDiscountPercentageLevel1WithTaxAmount
BigDecimal getTotalDiscountPercentageLevel1WithTaxAmount()Returns the total discount percentage level1 with tax amount of this commerce order.- Returns:
- the total discount percentage level1 with tax amount of this commerce order
-
setTotalDiscountPercentageLevel1WithTaxAmount
void setTotalDiscountPercentageLevel1WithTaxAmount(BigDecimal totalDiscountPercentageLevel1WithTaxAmount) Sets the total discount percentage level1 with tax amount of this commerce order.- Parameters:
totalDiscountPercentageLevel1WithTaxAmount- the total discount percentage level1 with tax amount of this commerce order
-
getTotalDiscountPercentageLevel2WithTaxAmount
BigDecimal getTotalDiscountPercentageLevel2WithTaxAmount()Returns the total discount percentage level2 with tax amount of this commerce order.- Returns:
- the total discount percentage level2 with tax amount of this commerce order
-
setTotalDiscountPercentageLevel2WithTaxAmount
void setTotalDiscountPercentageLevel2WithTaxAmount(BigDecimal totalDiscountPercentageLevel2WithTaxAmount) Sets the total discount percentage level2 with tax amount of this commerce order.- Parameters:
totalDiscountPercentageLevel2WithTaxAmount- the total discount percentage level2 with tax amount of this commerce order
-
getTotalDiscountPercentageLevel3WithTaxAmount
BigDecimal getTotalDiscountPercentageLevel3WithTaxAmount()Returns the total discount percentage level3 with tax amount of this commerce order.- Returns:
- the total discount percentage level3 with tax amount of this commerce order
-
setTotalDiscountPercentageLevel3WithTaxAmount
void setTotalDiscountPercentageLevel3WithTaxAmount(BigDecimal totalDiscountPercentageLevel3WithTaxAmount) Sets the total discount percentage level3 with tax amount of this commerce order.- Parameters:
totalDiscountPercentageLevel3WithTaxAmount- the total discount percentage level3 with tax amount of this commerce order
-
getTotalDiscountPercentageLevel4WithTaxAmount
BigDecimal getTotalDiscountPercentageLevel4WithTaxAmount()Returns the total discount percentage level4 with tax amount of this commerce order.- Returns:
- the total discount percentage level4 with tax amount of this commerce order
-
setTotalDiscountPercentageLevel4WithTaxAmount
void setTotalDiscountPercentageLevel4WithTaxAmount(BigDecimal totalDiscountPercentageLevel4WithTaxAmount) Sets the total discount percentage level4 with tax amount of this commerce order.- Parameters:
totalDiscountPercentageLevel4WithTaxAmount- the total discount percentage level4 with tax amount of this commerce order
-
getTotalDiscountWithTaxAmount
BigDecimal getTotalDiscountWithTaxAmount()Returns the total discount with tax amount of this commerce order.- Returns:
- the total discount with tax amount of this commerce order
-
setTotalDiscountWithTaxAmount
Sets the total discount with tax amount of this commerce order.- Parameters:
totalDiscountWithTaxAmount- the total discount with tax amount of this commerce order
-
getTotalWithTaxAmount
BigDecimal getTotalWithTaxAmount()Returns the total with tax amount of this commerce order.- Returns:
- the total with tax amount of this commerce order
-
setTotalWithTaxAmount
Sets the total with tax amount of this commerce order.- Parameters:
totalWithTaxAmount- the total with tax amount of this commerce order
-
getTransactionId
Returns the transaction ID of this commerce order.- Returns:
- the transaction ID of this commerce order
-
setTransactionId
Sets the transaction ID of this commerce order.- Parameters:
transactionId- the transaction ID of this commerce order
-
getStatus
int getStatus()Returns the status of this commerce order.- Specified by:
getStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status of this commerce order
-
setStatus
void setStatus(int status) Sets the status of this commerce order.- Specified by:
setStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
status- the status of this commerce order
-
getStatusByUserId
long getStatusByUserId()Returns the status by user ID of this commerce order.- Specified by:
getStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user ID of this commerce order
-
setStatusByUserId
void setStatusByUserId(long statusByUserId) Sets the status by user ID of this commerce order.- Specified by:
setStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserId- the status by user ID of this commerce order
-
getStatusByUserUuid
String getStatusByUserUuid()Returns the status by user uuid of this commerce order.- Specified by:
getStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user uuid of this commerce order
-
setStatusByUserUuid
Sets the status by user uuid of this commerce order.- Specified by:
setStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserUuid- the status by user uuid of this commerce order
-
getStatusByUserName
Returns the status by user name of this commerce order.- Specified by:
getStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user name of this commerce order
-
setStatusByUserName
Sets the status by user name of this commerce order.- Specified by:
setStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserName- the status by user name of this commerce order
-
getStatusDate
Date getStatusDate()Returns the status date of this commerce order.- Specified by:
getStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status date of this commerce order
-
setStatusDate
Sets the status date of this commerce order.- Specified by:
setStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusDate- the status date of this commerce order
-
isApproved
boolean isApproved()Returnstrueif this commerce order is approved.- Specified by:
isApprovedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this commerce order is approved;falseotherwise
-
isDenied
boolean isDenied()Returnstrueif this commerce order is denied.- Specified by:
isDeniedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this commerce order is denied;falseotherwise
-
isDraft
boolean isDraft()Returnstrueif this commerce order is a draft.- Specified by:
isDraftin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this commerce order is a draft;falseotherwise
-
isExpired
boolean isExpired()Returnstrueif this commerce order is expired.- Specified by:
isExpiredin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this commerce order is expired;falseotherwise
-
isInactive
boolean isInactive()Returnstrueif this commerce order is inactive.- Specified by:
isInactivein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this commerce order is inactive;falseotherwise
-
isIncomplete
boolean isIncomplete()Returnstrueif this commerce order is incomplete.- Specified by:
isIncompletein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this commerce order is incomplete;falseotherwise
-
isPending
boolean isPending()Returnstrueif this commerce order is pending.- Specified by:
isPendingin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this commerce order is pending;falseotherwise
-
isScheduled
boolean isScheduled()Returnstrueif this commerce order is scheduled.- Specified by:
isScheduledin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this commerce order is scheduled;falseotherwise
-
cloneWithOriginalValues
CommerceOrder cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CommerceOrder>
-
toXmlString
-