Class ManufacturerReadService
| category |
System |
|---|---|
| package |
Manufacturer |
__construct(\ManufacturerRepositoryInterface $repository)
getAll() : \ManufacturerCollection
getById(\IdType $manufacturerId) : \ManufacturerInterface
| Throws |
|
|---|
\IdType
\ManufacturerInterface
search(\ManufacturerSearchCondition $searchCondition, \Pager|null $pager = null, array $sorters = array()) : \ManufacturerCollection
\ManufacturerSearchCondition
array(Optional) array of Sorter objects with data sorting information
\ManufacturerCollectionManufacturer collection.
repository : \ManufacturerRepositoryInterface