Interface ProductImageContainerRepositoryInterface

Interface ProductImageContainerRepositoryInterface

Direct known implementers

ProductImageContainerRepository

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.