Interface MegafonService
public interface MegafonService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteOption
(int optionId) void
deleteOptionKit
(int optionKitId) void
deleteProduct
(int productId) getOptionKit
(int optionKitId) void
updateOption
(MegafonOption option) void
updateOptionKit
(MegafonOptionKit optionKit) void
updateProduct
(MegafonProduct product)
-
Method Details
-
getProductList
- Throws:
Exception
-
updateProduct
- Throws:
Exception
-
deleteProduct
- Throws:
Exception
-
getOptionList
- Throws:
Exception
-
updateOption
- Throws:
Exception
-
deleteOption
- Throws:
Exception
-
getOptionKitList
- Throws:
Exception
-
updateOptionKit
- Throws:
Exception
-
getOptionKit
- Throws:
Exception
-
deleteOptionKit
- Throws:
Exception
-