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