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, LocalDate dateFrom, LocalDate dateTo) 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
SearchResult<MegafonPayment> getMegafonPayments(Page page, LocalDate dateFrom, LocalDate dateTo) throws Exception - Throws:
Exception
-
updateMegafonPayment
- Throws:
Exception
-