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

  • AbstractCategoryServiceFactory
  • CategoryFactory
  • CategoryListProviderFactory
  • CategoryServiceFactory

Class CategoryServiceFactory

Class CategoryServiceFactory

This class provides methods for creating the objects of the public category service api with its dependencies.

AbstractCategoryServiceFactory
Extended by CategoryServiceFactory
Package: Category\Factories
Category: System
Located at CoreServices/Category/Factories/CategoryServiceFactory.inc.php

Methods summary

public
# __construct( CI_DB_query_builder $db, CategoryServiceSettingsInterface $settings )

CategoryServiceFactory constructor.

CategoryServiceFactory constructor.

Parameters

$db
Database connector.
$settings
Category service settings.
public CategoryObjectServiceInterface
# createCategoryObjectService( )

Creates a category object service.

Creates a category object service.

Returns

CategoryObjectServiceInterface
public CategoryReadServiceInterface
# createCategoryReadService( )

Creates a category read service.

Creates a category read service.

Returns

CategoryReadServiceInterface
public CategoryWriteServiceInterface
# createCategoryWriteService( )

Creates a category write service.

Creates a category write service.

Returns

CategoryWriteServiceInterface

Properties summary

protected CI_DB_query_builder $db

Database connector.

Database connector.

#
protected CategoryServiceSettingsInterface $settings

Category service settings.

Category service settings.

#
API documentation generated by ApiGen