Commerce Commerce 1.x Class Reference Model comSimpleObject
Base object for all model classes in Commerce.
Contains logic for Formatters, properties, making the Commerce class and adapter available, etc.
Meta
- Extends:
xPDOSimpleObject
Descendant Classes
-
comCurrency
-
comProduct
-
comProductBundleProduct
-
comProductPriceIndex
-
comProductMatrix
-
comProductMatrixColumn
-
comProductMatrixRow
-
comOrder
-
comOrderField
-
comOrderItem
-
comOrderShipment
-
comInvoice
-
comDeliveryType
-
comShippingMethod
-
comStatus
-
comStatusChange
-
comStatusChangeAction
-
comTaxGroup
-
comTaxRule
-
comTaxRate
-
comOrderItemTax
-
comOrderItemAdjustment
-
comOrderLog
-
comOrderAddress
-
comAddress
-
comOrderMessage
-
comTransaction
-
comTransactionLog
-
comPaymentMethod
-
comSchedulerTask
-
comI18n
-
comModule
-
comCoupon
-
comCouponUsage
-
comDiscount
-
comResourceProduct
-
comProductBundle
-
comProductMatrixProduct
-
comCartOrder
-
comProcessingOrder
-
comCompletedOrder
-
comCancelledOrder
-
comSessionCartOrder
-
comSessionCartOrderItem
-
comShippingMethodByCountry
-
comShippingMethodByWeight
-
comStatusChangeActionEmail
-
comStatusChangeActionEvent
-
comStatusChangeActionInvoice
-
comStatusChangeActionCaptureTransactions
-
comStatusChangeActionWebhook
-
comOrderItemShippingAdjustment
-
comOrderItemDiscountAdjustment
-
comOrderItemExtraAdjustment
-
comOrderEmailMessage
-
comOrderInternalMessage
-
comOrderTemplatedEmailMessage
-
comFreeProductDiscount
-
comUserDiscount
-
comUserGroupDiscount
The following classes belong to classes in extensions or third-party code. They may require a package to be installed or are not publicly available at all.
-
ctsSchedule
-
ctsScheduleSlot
-
ctsDate
-
ctsDateSlot
-
ctsOrderSlot
-
Digitalproduct
-
DigitalproductFile
-
DigitalproductProduct
-
UserGroupShipment
-
MyParcelOrderShipment
-
DigitalproductOrderShipment
-
TableRatesShippingMethod
-
MyParcelShippingMethod
-
TimeSlotsShippingMethod
-
GoogleRoutesShippingMethod
-
UserGroupStatusChangeAction
-
MyParcelCreateShipmentAction
-
ReserveTimeSlotStatusChangeAction
-
SlackStatusChangeAction
-
SnippetStatusChangeAction
-
CaptureKlarnaOrder
-
ReleaseKlarnaOrder
-
AvalaraCreateTransaction
Fields
Field | Type | Description |
---|---|---|
id | integer (INTEGER ) |
Primary key |
class_key | string (varchar[100] ) |
Type of object |
properties | array (text )may be null |
Serialized arbitrary data stored with an object. Use utility methods instead of directly accessing these values: getProperty($key, $default) , getProperties() , setProperty($key, $value) , setProperties($properties, $merge) , unsetProperty($key) , unsetProperties($keys) |