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

  • AbstractProductServiceFactory
  • ProductFactory
  • ProductListProviderFactory
  • ProductServiceFactory

Class AbstractProductServiceFactory

Abstract Class AbstractProductServiceFactory

Direct known subclasses

ProductServiceFactory

Abstract
Package: Product\Factories
Category: System
Located at CoreServices/Product/Factories/AbstractProductServiceFactory.inc.php

Methods summary

abstract public ProductObjectServiceInterface
# createProductObjectService( )

Creates a product object service.

Creates a product object service.

Returns

ProductObjectServiceInterface
abstract public ProductReadServiceInterface
# createProductReadService( )

Creates a product read service.

Creates a product read service.

Returns

ProductReadServiceInterface
abstract public ProductWriteServiceInterface
# createProductWriteService( )

Creates a product write service.

Creates a product write service.

Returns

ProductWriteServiceInterface
API documentation generated by ApiGen