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

  • OrderStatusDeleter
  • OrderStatusReader
  • OrderStatusRepository
  • OrderStatusWriter

Interfaces

  • OrderStatusDeleterInterface
  • OrderStatusReaderInterface
  • OrderStatusRepositoryInterface
  • OrderStatusWriterInterface

Class OrderStatusReader

Class OrderStatusReader

OrderStatusReader implements OrderStatusReaderInterface
Package: OrderStatus\Repositories
Category: System
Located at Services/Core/OrderStatus/Repositories/OrderStatusReader.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $queryBuilder )

OrderStatusReader constructor.

OrderStatusReader constructor.

Parameters

$queryBuilder
Active record instance for data access.
public array
# getOrderStatusById( IntType $orderStatusId )

Returns the data of the expected order status entity by the given order status id.

Returns the data of the expected order status entity by the given order status id.

Parameters

$orderStatusId
Id of expected order status entity

Returns

array
Data of order status entity or empty array, if no data was found.

Implementation of

OrderStatusReaderInterface::getOrderStatusById()
public array
# getAllOrderStatus( )

Returns the data of all order status resources in the storage.

Returns the data of all order status resources in the storage.

Returns

array
Data of all order status entities.

Implementation of

OrderStatusReaderInterface::getAllOrderStatus()

Properties summary

protected CI_DB_query_builder $queryBuilder
#
protected string $table
# 'orders_status'
protected string $id
# 'orders_status_id'
API documentation generated by ApiGen