Interface ProductImageContainerRepositoryInterface
Interface ProductImageContainerRepositoryInterface
Direct known implementers
Package: Product\Interfaces
Category: System
Located at Services/Core/Product/Repositories/Interfaces/ProductImageContainerRepositoryInterface.inc.php
Category: System
Located at Services/Core/Product/Repositories/Interfaces/ProductImageContainerRepositoryInterface.inc.php
Methods summary
public
store( IdType $productId, ProductImageContainerInterface $imageContainer )
: ProductImageContainerRepositoryInterface
Stores the product image container.
public
getByProductId( IdType $productId )
: ProductImageContainerInterface
Returns a product image container based on the product ID given.
public
deleteByProductId( IdType $productId )
: ProductImageContainerRepositoryInterface
Deletes a product image container based on the product ID given.