Interface RestockConfigService
-
- All Known Implementing Classes:
DefaultRestockConfigService
public interface RestockConfigService
Service for handlingRestockConfigModel
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestockConfigModel
getRestockConfig()
gets restock configjava.lang.String
getReturnedBinCode()
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
-
-