Class DefaultRestockConfigService
java.lang.Object
de.hybris.platform.warehousing.returns.service.impl.DefaultRestockConfigService
- All Implemented Interfaces:
RestockConfigService
Default OMS implementation of RestockConfigService.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongets restock configprotected RestockConfigDaoGet returned bin code from restock configvoidsetRestockConfigDao(RestockConfigDao restockConfigDao)
-
Constructor Details
-
DefaultRestockConfigService
public DefaultRestockConfigService()
-
-
Method Details
-
getRestockConfig
Description copied from interface:RestockConfigServicegets restock config- Specified by:
getRestockConfigin interfaceRestockConfigService- Returns:
- restock config
- Throws:
RestockException
-
getReturnedBinCode
Description copied from interface:RestockConfigServiceGet returned bin code from restock config- Specified by:
getReturnedBinCodein interfaceRestockConfigService- Returns:
- returned bin code
-
getRestockConfigDao
-
setRestockConfigDao
-