Interface ManufacturerRepositoryInterface
Interface ManufacturerRepositoryInterface
Direct known implementers
Package: Manufacturer\Repositories
Category: System
Located at Services/Core/Manufacturer/Repositories/Interfaces/ManufacturerRepositoryInterface.inc.php
Category: System
Located at Services/Core/Manufacturer/Repositories/Interfaces/ManufacturerRepositoryInterface.inc.php
Methods summary
public
getById( IdType $manufacturerId )
: ManufacturerInterface
Returns manufacturer entity by the given id.
public
save( ManufacturerInterface $manufacturer )
: ManufacturerRepositoryInterface
Saves manufacturer entity in database.
public
delete( ManufacturerInterface $manufacturer )
: ManufacturerRepositoryInterface
Deletes manufacturer entity from database.