Interface ProductRepositoryInterface
Interface ProductRepositoryInterface
Direct known implementers
Package: Product\Interfaces
Category: System
Located at Services/Core/Product/Repositories/Interfaces/ProductRepositoryInterface.inc.php
Category: System
Located at Services/Core/Product/Repositories/Interfaces/ProductRepositoryInterface.inc.php
Methods summary
public
store( StoredProductInterface $product )
: ProductRepositoryInterface|ProductRepositoryInterface
Updates an existing product in the database.
public
getProductById( IdType $productId )
: StoredProductInterface
Returns a stored product by the given id.
public
deleteProductById( IdType $productId )
: ProductRepositoryInterface|ProductRepositoryInterface
Removes a product from the database by the given id.