Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Invoices
    • Orders
    • Serializers
    • Templates
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • CustomerStatusInformation
  • 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 Services/Core/Order/Entities/OrderListItem.inc.php

Methods summary

public integer
# getOrderId( )

Returns

integer
public
# setOrderId( IdType $orderId )

Parameters

$orderId

Returns


$this|OrderListItem Same instance for chained method calls.
public integer
# getCustomerId( )

Returns

integer
public
# setCustomerId( IdType $customerId )

Parameters

$customerId

Returns


$this|OrderListItem Same instance for chained method calls.
public string
# getCustomerName( )

Returns

string
public
# setCustomerName( StringType $customerName )

Parameters

$customerName

Returns


$this|OrderListItem Same instance for chained method calls.
public string
# getCustomerEmail( )

Returns

string
public
# setCustomerEmail( StringType $customerEmail )

Parameters

$customerEmail

Returns


$this|OrderListItem Same instance for chained method calls.
public OrderAddressBlock
# getDeliveryAddress( )

Returns

OrderAddressBlock
public
# setDeliveryAddress( OrderAddressBlock $deliveryAddress )

Parameters

$deliveryAddress

Returns


$this|OrderListItem Same instance for chained method calls.
public OrderAddressBlock
# getBillingAddress( )

Returns

OrderAddressBlock
public
# setBillingAddress( OrderAddressBlock $billingAddress )

Parameters

$billingAddress

Returns


$this|OrderListItem Same instance for chained method calls.
public string
# getComment( )

Returns

string
public
# setComment( StringType $comment )

Parameters

$comment

Returns


$this|OrderListItem Same instance for chained method calls.
public CustomerMemoCollection
# getCustomerMemos( )

Returns

CustomerMemoCollection
public
# setCustomerMemos( CustomerMemoCollection $customerMemos )

Parameters

$customerMemos

Returns


$this|OrderListItem Same instance for chained method calls.
public integer
# getCustomerStatusId( )

Returns

integer
public
# setCustomerStatusId( IdType $customerStatusId )

Parameters

$customerStatusId

Returns


$this|OrderListItem Same instance for chained method calls.
public mixed
# getCustomerStatusName( )

Returns

mixed
public
# setCustomerStatusName( StringType $customerStatusName )

Parameters

$customerStatusName

Returns


$this|OrderListItem Same instance for chained method calls.
public float
# getTotalWeight( )

Returns

float
public
# setTotalWeight( DecimalType $totalWeight )

Parameters

$totalWeight

Returns


$this|OrderListItem Same instance for chained method calls.
public string
# getTotalSum( )

Returns

string
public
# setTotalSum( StringType $totalSum )

Parameters

$totalSum

Returns


$this|OrderListItem Same instance for chained method calls.
public OrderPaymentType
# getPaymentType( )

Returns

OrderPaymentType
public
# setPaymentType( OrderPaymentTypeInterface $paymentType )

Parameters

$paymentType

Returns


$this|OrderListItem Same instance for chained method calls.
public OrderShippingType
# getShippingType( )

Returns

OrderShippingType
public
# setShippingType( OrderShippingTypeInterface $shippingType )

Parameters

$shippingType

Returns


$this|OrderListItem Same instance for chained method calls.
public StringCollection
# getTrackingLinks( )

Returns

StringCollection
public
# setTrackingLinks( StringCollection $trackingLinks )

Parameters

$trackingLinks

Returns


$this|OrderListItem Same instance for chained method calls.
public DateTime
# getPurchaseDateTime( )

Returns

DateTime
public
# setPurchaseDateTime( DateTime $purchaseDateTime )

Parameters

$purchaseDateTime

Returns


$this|OrderListItem Same instance for chained method calls.
public integer
# getOrderStatusId( )

Returns

integer
public
# setOrderStatusId( IntType $orderStatusId )

Parameters

$orderStatusId

Returns


$this|OrderListItem Same instance for chained method calls.
public string
# getOrderStatusName( )

Returns

string
public
# setOrderStatusName( StringType $orderStatusName )

Parameters

$orderStatusName

Returns


$this|OrderListItem Same instance for chained method calls.
public IdCollection
# getWithdrawalIds( )

Returns

IdCollection
public
# setWithdrawalIds( IdCollection $withdrawalIds )

Parameters

$withdrawalIds

Returns


$this|OrderListItem Same instance for chained method calls.
public boolean
# getMailStatus( )

Returns

boolean
public
# setMailStatus( BoolType $mailStatus )

Parameters

$mailStatus

Returns


$this|OrderListItem Same instance for chained method calls.
public StringCollection
# getInvoiceNumbers( )

Returns

StringCollection
public
# setInvoiceNumbers( StringCollection $invoiceNumbers )

Parameters

$invoiceNumbers

Returns


$this|OrderListItem Same instance for chained method calls.
public string
# getCustomerCompany( )

Returns

string
public
# setCustomerCompany( StringType $customerCompany )

Parameters

$customerCompany

Returns


$this|OrderListItem Same instance for chained method calls.

Properties summary

protected integer $orderId
# 0
protected DateTime $purchaseDateTime
#
protected integer $orderStatusId
# 0
protected string $orderStatusName
# ''
protected integer $customerId
# 0
protected string $customerName
# ''
protected string $customerCompany
# ''
protected string $customerEmail
# ''
protected integer $customerStatusId
# 0
protected string $customerStatusName
# ''
protected CustomerMemoCollection $customerMemos
#
protected OrderAddressBlock $deliveryAddress
#
protected OrderAddressBlock $billingAddress
#
protected string $comment
# ''
protected float $totalWeight
# 0.0
protected string $totalSum
# ''
protected OrderPaymentTypeInterface $paymentType
#
protected OrderShippingTypeInterface $shippingType
#
protected StringCollection $trackingLinks
#
protected IdCollection $withdrawalIds
#
protected boolean $mailStatus
# false
protected StringCollection $invoiceNumbers
#
API documentation generated by ApiGen