AbstractCategoryServiceFactory
in package
Class AbstractCategoryServiceFactory
This abstract class defines defines the api contract for the CategoryServiceFactory.
Tags
Table of Contents
- createCategoryObjectService() : CategoryObjectServiceInterface
- Creates a category object service.
- createCategoryReadService() : CategoryReadServiceInterface
- Creates a category read service.
- createCategoryWriteService() : CategoryWriteServiceInterface
- Creates a category write service.
Methods
createCategoryObjectService()
Creates a category object service.
public
abstract createCategoryObjectService() : CategoryObjectServiceInterface
Return values
CategoryObjectServiceInterface —createCategoryReadService()
Creates a category read service.
public
abstract createCategoryReadService() : CategoryReadServiceInterface
Return values
CategoryReadServiceInterface —createCategoryWriteService()
Creates a category write service.
public
abstract createCategoryWriteService() : CategoryWriteServiceInterface