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

  • ProductObjectService
  • ProductReadService
  • ProductWriteService

Class ProductObjectService

Class ProductObjectService

ProductObjectService implements ProductObjectServiceInterface
Package: Product
Category: System
Located at CoreServices/Product/ProductObjectService.inc.php

Methods summary

public
# __construct( ProductFactoryInterface $productFactory )

ProductObjectService constructor.

ProductObjectService constructor.

Parameters

$productFactory
Product factory.
public ProductInterface
# createProductObject( )

Creates a product object.

Creates a product object.

Returns

ProductInterface
The created product.

Implementation of

ProductObjectServiceInterface::createProductObject()

Properties summary

protected ProductFactoryInterface $productFactory

Product factory.

Product factory.

#
API documentation generated by ApiGen