Interface ManufacturerRepositoryInterface
| category |
System |
|---|---|
| package |
Manufacturer |
| subpackage |
Repositories |
createManufacturer() : \Manufacturer
delete(\ManufacturerInterface $manufacturer) : \ManufacturerRepositoryInterface
getAll() : \ManufacturerCollection
getById(\IdType $manufacturerId) : \ManufacturerInterface
| Throws |
|
|---|
\ManufacturerInterface
save(\ManufacturerInterface $manufacturer) : \ManufacturerRepositoryInterface
search(\ManufacturerSearchCondition $searchCondition, \Pager|null $pager = null, array $sorters = array()) : \ManufacturerCollection
\ManufacturerSearchCondition
array(Optional) array of Sorter objects with data sorting information
\ManufacturerCollectionManufacturer collection.