Package org.openwms.wms.receiving.impl
Interface ServiceProvider
- All Known Implementing Classes:
ServiceProviderImpl
public interface ServiceProvider
A ServiceProvider provides access to injected Spring components for not managed classes.
- Author:
- Heiko Scherrer
-
Method Summary
Modifier and TypeMethodDescriptionGet a reference to theProductService
.org.ameba.i18n.Translator
Get a reference to theTranslator
.
-
Method Details
-
getProductService
ProductService getProductService()Get a reference to theProductService
.- Returns:
- Ihe instance
-
getTranslator
org.ameba.i18n.Translator getTranslator()Get a reference to theTranslator
.- Returns:
- Ihe instance
-