Class ProductPriceMapper
package |
Default |
---|
__construct(\ProductPriceAdapterInterface $dataAdapter)
delete(\ProductPriceInterface $productPrice) : void
findById(\IdType $productId) : \ProductPriceInterface|null
findByQuantity(\IdType $productId, \IdType $customerGroupId, \DecimalType $quantity) : \GraduatedPriceInterface|null
save(\ProductPriceInterface $productPrice, \IdType $productId) : \ProductPriceInterface