Interface MegafonService
public interface MegafonService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteOption
(int optionId) void
deleteOptionKit
(int optionKitId) void
deleteProduct
(int productId) getMegafonOption
(int optionId) getMegafonPayments
(Page page, Period period) getOptionKit
(int optionKitId) getProduct
(int productId) void
updateMegafonPayment
(MegafonPayment payment) void
updateOption
(MegafonOption option) void
updateOptionKit
(MegafonOptionKit optionKit) void
updateProduct
(MegafonProduct product)
-
Method Details
-
getProductList
- Throws:
Exception
-
getProduct
- Throws:
Exception
-
updateProduct
- Throws:
Exception
-
deleteProduct
- Throws:
Exception
-
getOptionList
- Throws:
Exception
-
getMegafonOption
- Throws:
Exception
-
updateOption
- Throws:
Exception
-
deleteOption
- Throws:
Exception
-
getOptionKitList
- Throws:
Exception
-
updateOptionKit
- Throws:
Exception
-
getOptionKit
- Throws:
Exception
-
deleteOptionKit
- Throws:
Exception
-
getMegafonPayments
- Throws:
Exception
-
updateMegafonPayment
- Throws:
Exception
-