Interface SalesPriceService
- All Known Implementing Classes:
SalesPricesImpl
public interface SalesPriceService
-
Method Summary
Modifier and TypeMethodDescriptioncreateSalesPrice(EAMContext context, SalesPrice salesPrice) updateSalesPrice(EAMContext context, SalesPrice salesPrice)
-
Method Details
-
createSalesPrice
- Throws:
EAMException
-
updateSalesPrice
- Throws:
EAMException
-