Interface RestockConfigService
-
- All Known Implementing Classes:
DefaultRestockConfigService
public interface RestockConfigServiceService for handlingRestockConfigModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestockConfigModelgetRestockConfig()gets restock configjava.lang.StringgetReturnedBinCode()Get returned bin code from restock config
-
-
-
Method Detail
-
getRestockConfig
RestockConfigModel getRestockConfig() throws RestockException
gets restock config- Returns:
- restock config
- Throws:
RestockException
-
getReturnedBinCode
java.lang.String getReturnedBinCode()
Get returned bin code from restock config- Returns:
- returned bin code
-
-