Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • CustomerStatusInformation
  • EmptyOrderItemDownloadInformation
  • GXEngineOrder
  • OrderItem
  • OrderItemAttribute
  • OrderItemDownloadInformation
  • OrderItemProperty
  • OrderListItem
  • OrderPaymentType
  • OrderShippingType
  • OrderStatusHistoryListItem
  • OrderTotal
  • StoredOrderItem
  • StoredOrderItemAttribute
  • StoredOrderItemProperty
  • StoredOrderTotal

Class OrderListItem

Class OrderListItem

Package: Order\Entities
Category: System
Located at CoreServices/Order/Entities/OrderListItem.inc.php

Methods summary

public
# __construct( IdType $orderId, IdType $customerId, StringType $customerName, DecimalType $totalSum, OrderPaymentType $paymentType, OrderShippingType $shippingType, DateTime $purchaseDateTime, IdType $orderStatusId, StringType $orderStatusName )

OrderListItem Constructor

OrderListItem Constructor

Parameters

$orderId
Order ID.
$customerId
Customer ID.
$customerName
Customer name.
$totalSum
Total summary.
$paymentType
Payment type.
$shippingType
Shipping type.
$purchaseDateTime
Purchase date time.
$orderStatusId
Order status ID.
$orderStatusName
Order status name.
public integer
# getOrderId( )

Returns the order ID.

Returns the order ID.

Returns

integer
Order ID.
public integer
# getCustomerId( )

Returns the customer ID.

Returns the customer ID.

Returns

integer
Customer ID.
public string
# getCustomerName( )

Returns the customer name.

Returns the customer name.

Returns

string
Customer name.
public float
# getTotalSum( )

Returns the total summary.

Returns the total summary.

Returns

float
Total summary.
public OrderPaymentType
# getPaymentType( )

Returns the payment type.

Returns the payment type.

Returns

OrderPaymentType
Payment type.
public OrderShippingType
# getShippingType( )

Returns the shipping type.

Returns the shipping type.

Returns

OrderShippingType
Shipping type.
public DateTime
# getPurchaseDateTime( )

Purchase date time.

Purchase date time.

Returns

DateTime
Purchase date time.
public integer
# getOrderStatusId( )

Returns the order status ID.

Returns the order status ID.

Returns

integer
Order status ID.
public string
# getOrderStatusName( )

Returns the order status name.

Returns the order status name.

Returns

string
Order status name.

Properties summary

protected integer $orderId

Order ID.

Order ID.

#
protected integer $customerId

Customer ID.

Customer ID.

#
protected string $customerName

Customer name.

Customer name.

#
protected float $totalSum

Total summary.

Total summary.

#
protected string $paymentType

Payment type.

Payment type.

#
protected string $shippingType

Shipping type.

Shipping type.

#
protected DateTime $purchaseDateTime

Purchase date time.

Purchase date time.

#
protected integer $orderStatusId

Order status ID.

Order status ID.

#
protected string $orderStatusName

Order status name.

Order status name.

#
API documentation generated by ApiGen