AbstractCategoryServiceFactory

Class AbstractCategoryServiceFactory

This abstract class defines defines the api contract for the CategoryServiceFactory.

category

System

package

Category

subpackage

Factories

Methods

Creates a category object service.

createCategoryObjectService() : \CategoryObjectServiceInterface
abstract

Creates a category read service.

createCategoryReadService() : \CategoryReadServiceInterface
abstract

Creates a category write service.

createCategoryWriteService() : \CategoryWriteServiceInterface
abstract