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
    • 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
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • 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
  • QuickEdit
    • Interfaces
    • Repositories
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Slider
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository
  • VersionInfo
    • Factories
    • Reader
    • ValueObjects

Classes

  • OrderStatusFactory
  • OrderStatusServiceFactory

Interfaces

  • OrderStatusFactoryInterface
  • OrderStatusServiceFactoryInterface

Class OrderStatusServiceFactory

Class OrderStatusServiceFactory

OrderStatusServiceFactory implements OrderStatusServiceFactoryInterface
Package: OrderStatus\Factories
Category: System
Located at Services/Core/OrderStatus/Factories/OrderStatusServiceFactory.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $queryBuilder )

OrderStatusServiceFactory constructor.

OrderStatusServiceFactory constructor.

Parameters

$queryBuilder
Active record instance for data access.
public OrderStatusService
# createService( )

Creates a new instance of OrderStatusService.

Creates a new instance of OrderStatusService.

Returns

OrderStatusService

Implementation of

OrderStatusServiceFactoryInterface::createService()
protected OrderStatusRepository
# _getRepository( )

Returns the order status repository.

Returns the order status repository.

Returns

OrderStatusRepository
protected OrderStatusFactory
# _getFactory( )

Returns the order status factory.

Returns the order status factory.

Returns

OrderStatusFactory
protected OrderStatusReader
# _getReader( )

Returns the order status reader.

Returns the order status reader.

Returns

OrderStatusReader
protected OrderStatusWriter
# _getWriter( )

Returns the order status writer.

Returns the order status writer.

Returns

OrderStatusWriter
protected OrderStatusDeleter
# _getDeleter( )

Returns the order status deleter.

Returns the order status deleter.

Returns

OrderStatusDeleter
protected LanguageProvider
# _getLanguageProvider( )

Returns the language provider.

Returns the language provider.

Returns

LanguageProvider

Properties summary

protected CI_DB_query_builder $queryBuilder
#
protected OrderStatusRepository $repository
#
protected OrderStatusFactory $factory
#
protected OrderStatusReader $reader
#
protected OrderStatusWriter $writer
#
protected OrderStatusDeleter $deleter
#
protected LanguageProvider $languageProvider
#
API documentation generated by ApiGen