Package org.openwms.wms.receiving.spi
Interface InitialLocationProvider
- All Known Implementing Classes:
ConfigurationLocationProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A InitialLocationProvider.
- Author:
- Heiko Scherrer
-
Method Summary
Modifier and TypeMethodDescriptionResolve the initialLocation
that is used to create newTransportUnit
s.
-
Method Details
-
findInitial
String findInitial()Resolve the initialLocation
that is used to create newTransportUnit
s.- Returns:
- The erpCode of the Location
- Throws:
org.openwms.core.exception.IllegalConfigurationValueException
- if not resolvable
-