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

  • AbstractOrderServiceFactory
  • OrderFactory
  • OrderItemAttributeFactory
  • OrderItemAttributeRepositoryFactory
  • OrderItemFactory
  • OrderItemPropertyFactory
  • OrderServiceFactory
  • OrderTotalFactory

Class AbstractOrderServiceFactory

Class AbstractOrderServiceFactory

Direct known subclasses

OrderServiceFactory

Abstract
Package: Order\Factories
Category: System
Located at CoreServices/Order/Factories/AbstractOrderServiceFactory.inc.php

Methods summary

abstract public OrderWriteServiceInterface
# createOrderWriteService( )

Creates and returns an order write service object.

Creates and returns an order write service object.

Returns

OrderWriteServiceInterface
New order write service object.
abstract public OrderReadServiceInterface
# createOrderReadService( )

Creates and returns an order read service object.

Creates and returns an order read service object.

Returns

OrderReadServiceInterface
New order read service object.
abstract public OrderObjectServiceInterface
# createOrderObjectService( )

Creates and returns an order object service.

Creates and returns an order object service.

Returns

OrderObjectServiceInterface
New order object service.
API documentation generated by ApiGen