Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminAccess
    • Collections
    • Deleters
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Managers
    • Readers
    • Writers
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Authentication
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Strategies
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • CustomerGroup
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Serializers
    • Services
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Geschaeftskundenversand
    • Helpers
    • Invoices
    • Orders
    • ParcelShopFinder
    • QuickEdit
    • Serializers
    • Templates
  • Geschaeftskundenversand
    • Exceptions
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Manufacturer
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • OrderStatus
    • Collections
    • Entities
    • Exceptions
    • Factories
    • Interfaces
    • Repositories
  • Precheck
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • QuantityUnit
    • Entities
    • Factories
    • Repositories
  • QuickEdit
    • Interfaces
    • Repositories
  • Review
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Smarty
    • plugins
  • StaticSeoUrl
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
  • StaticSeoUrls
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects
  • VPE
    • Entities
    • Factories
    • Repositories
  • Withdrawal
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Services
    • ValueObjects

Classes

  • WithdrawalOrder

Interfaces

  • WithdrawalOrderInterface

Class WithdrawalOrder

Class WithdrawalOrder

WithdrawalOrder implements WithdrawalOrderInterface
Package: Withdrawal\ValueObjects
Category: System
Located at Services/Core/Withdrawal/ValueObjects/WithdrawalOrder.inc.php

Methods summary

public
# __construct( IntType $orderId, IntType $customerId, StringType $customerGender, StringType $customerFirstName, StringType $customerLastName, StringType $customerStreetAddress, IntType $customerPostCode, StringType $customerCity, StringType $customerCountry, StringType $customerEmail, DateTime $orderDate, DateTime $deliveryDate )

WithdrawalOrder constructor.

WithdrawalOrder constructor.

Parameters

$orderId
$customerId
$customerGender
$customerFirstName
$customerLastName
$customerStreetAddress
$customerPostCode
$customerCity
$customerCountry
$customerEmail
$orderDate
$deliveryDate
public integer
# getOrderId( )

Returns the order id.

Returns the order id.

Returns

integer
The order id.

Implementation of

WithdrawalOrderInterface::getOrderId()
public integer
# getCustomerId( )

Returns the customer id.

Returns the customer id.

Returns

integer
The customer id.

Implementation of

WithdrawalOrderInterface::getCustomerId()
public string
# getCustomerGender( )

Returns the customer gender.

Returns the customer gender.

Returns

string
The customer gender.

Implementation of

WithdrawalOrderInterface::getCustomerGender()
public string
# getCustomerFirstName( )

Returns the customer first name.

Returns the customer first name.

Returns

string
The customer first name.

Implementation of

WithdrawalOrderInterface::getCustomerFirstName()
public string
# getCustomerLastName( )

Returns the customer last name.

Returns the customer last name.

Returns

string
The customer last name.

Implementation of

WithdrawalOrderInterface::getCustomerLastName()
public string
# getCustomerStreetAddress( )

Returns the customer street address.

Returns the customer street address.

Returns

string
The customer street address.

Implementation of

WithdrawalOrderInterface::getCustomerStreetAddress()
public integer
# getCustomerPostCode( )

Returns the customer post code.

Returns the customer post code.

Returns

integer
The customer post code.

Implementation of

WithdrawalOrderInterface::getCustomerPostCode()
public string
# getCustomerCity( )

Returns the customer city.

Returns the customer city.

Returns

string
The customer city.

Implementation of

WithdrawalOrderInterface::getCustomerCity()
public string
# getCustomerCountry( )

Returns the customer country.

Returns the customer country.

Returns

string
The customer country.

Implementation of

WithdrawalOrderInterface::getCustomerCountry()
public string
# getCustomerEmail( )

Returns the customer Email.

Returns the customer Email.

Returns

string
The customer Email.

Implementation of

WithdrawalOrderInterface::getCustomerEmail()
public DateTime
# getOrderDate( )

Returns the order datetime.

Returns the order datetime.

Returns

DateTime

Implementation of

WithdrawalOrderInterface::getOrderDate()
public DateTime
# getDeliveryDate( )

Returns the delivery datetime.

Returns the delivery datetime.

Returns

DateTime

Implementation of

WithdrawalOrderInterface::getDeliveryDate()

Properties summary

protected integer $orderId
#
protected integer $customerId
#
protected StringType $customerGender
#
protected string $customerFirstName
#
protected string $customerLastName
#
protected string $customerStreetAddress
#
protected integer $customerPostCode
#
protected string $customerCity
#
protected string $customerCountry
#
protected string $customerEmail
#
protected DateTime $orderDate
#
protected DateTime $deliveryDate
#
API documentation generated by ApiGen