public interface PublishProductsIf
Modifier and Type | Method and Description |
---|---|
void |
publishAllProducts(java.lang.String logFileName) |
java.lang.String |
publishProduct(AdminProduct product) |
java.lang.String |
readProduct(AdminPublishConfig adminPublishConfig,
java.lang.String productKey)
Read Products
|
java.lang.String |
readProducts(AdminPublishConfig adminPublishConfig)
Read Products
|
void |
removeAllProducts() |
void |
removeProduct(int productId) |
void publishAllProducts(java.lang.String logFileName) throws java.lang.Exception
logFileName
- the logFileNamejava.lang.Exception
- an unexpected exceptionjava.lang.String publishProduct(AdminProduct product) throws java.lang.Exception
product
- the productjava.lang.Exception
- an unexpected exceptionjava.lang.String readProduct(AdminPublishConfig adminPublishConfig, java.lang.String productKey) throws java.lang.Exception
adminPublishConfig
- the adminPublishConfigproductKey
- key used to retrieve the productjava.lang.Exception
- an unexpected exceptionjava.lang.String readProducts(AdminPublishConfig adminPublishConfig) throws java.lang.Exception
adminPublishConfig
- the adminPublishConfigjava.lang.Exception
- an unexpected exceptionvoid removeAllProducts() throws java.lang.Exception
java.lang.Exception
- an unexpected exceptionvoid removeProduct(int productId) throws java.lang.Exception
productId
- the productIdjava.lang.Exception
- an unexpected exceptionCopyright © 2018 DS Data Systems UK Ltd.