Class ProductPriceRepository
category |
System |
---|---|
package |
ProductPrice |
subpackage |
Repositories |
__construct(\ProductPriceMapperInterface $mapper)
delete(\ProductPriceInterface $productPrice) : \ProductPriceInterface
findById(\IdType $productId) : \ProductPriceInterface|null
findByQuantity(\IdType $productId, \IdType $customerGroupId, \DecimalType $quantity) : \GraduatedPriceInterface
save(\ProductPriceInterface $productPrice, \IdType $productId) : \ProductPriceInterface