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 OrderServiceFactory

Class OrderServiceFactory

AbstractOrderServiceFactory
Extended by OrderServiceFactory
Package: Order\Factories
Category: System
Located at CoreServices/Order/Factories/OrderServiceFactory.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $db )

OrderServiceFactory constructor.

OrderServiceFactory constructor.

Parameters

$db
Query builder.
public OrderWriteService
# createOrderWriteService( )

Creates and returns an order write service object.

Creates and returns an order write service object.

Returns

OrderWriteService
New order write service object.
public OrderReadService
# createOrderReadService( )

Creates and returns an order read service object.

Creates and returns an order read service object.

Returns

OrderReadService
New order read service object.
public OrderObjectService
# createOrderObjectService( )

Creates and returns an order object service.

Creates and returns an order object service.

Returns

OrderObjectService
New order object service.
protected OrderRepository
# _createOrderRepository( )

Creates and returns an order repository.

Creates and returns an order repository.

Returns

OrderRepository
New order repository.
protected OrderItemRepository
# _createOrderItemRepository( )

Creates and returns an order item repository.

Creates and returns an order item repository.

Returns

OrderItemRepository
New order item repository.
protected OrderItemAttributeRepositoryFactory
# _createOrderItemAttributeRepositoryFactory( )

Creates and returns and order item attribute repository factory.

Creates and returns and order item attribute repository factory.

Returns

OrderItemAttributeRepositoryFactory
New order item attribute repository factory.
protected OrderTotalRepository
# _createOrderTotalRepository( )

Creates and returns an order total repository.

Creates and returns an order total repository.

Returns

OrderTotalRepository
New order total repository.
protected OrderStatusHistoryStorage
# _createOrderStatusHistoryStorage( )

Creates and returns a order status history storage.

Creates and returns a order status history storage.

Returns

OrderStatusHistoryStorage
New order status history storage.
protected OrderListGenerator
# _createOrderListGenerator( )

Creates and returns an order list generator.

Creates and returns an order list generator.

Returns

OrderListGenerator
New order list generator.
protected OrderServiceSettings
# _createOrderServiceSettings( )

Creates a order service settings object

Creates a order service settings object

Returns

OrderServiceSettings
New order service settings object

Properties summary

protected CI_DB_query_builder $db

Query builder.

Query builder.

#
API documentation generated by ApiGen