Interface MegafonService
public interface MegafonService
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteOption(int optionId) voiddeleteOptionKit(int optionKitId) voiddeleteProduct(int productId) getMegafonOption(int optionId) getMegafonPayments(Page page, LocalDate dateFrom, LocalDate dateTo) getOptionKit(int optionKitId) getProduct(int productId) voidupdateMegafonPayment(MegafonPayment payment) voidupdateOption(MegafonOption option) voidupdateOptionKit(MegafonOptionKit optionKit) voidupdateProduct(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
-