Package org.openwms.tms.routing.routes
Class LocationGroupLoader
java.lang.Object
org.openwms.tms.routing.routes.LocationGroupLoader
A LocationGroupLoader.
- Author:
- Heiko Scherrer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final org.openwms.common.location.api.LocationGroupApi
-
Constructor Summary
ConstructorDescriptionLocationGroupLoader
(org.openwms.common.location.api.LocationGroupApi locationGroupApi) -
Method Summary
Modifier and TypeMethodDescriptionCollection
<org.openwms.common.location.api.LocationGroupVO> This public method is surrounded with a retry advice in order to retry the remote operation in case of an error.
-
Field Details
-
locationGroupApi
private final org.openwms.common.location.api.LocationGroupApi locationGroupApi
-
-
Constructor Details
-
LocationGroupLoader
LocationGroupLoader(org.openwms.common.location.api.LocationGroupApi locationGroupApi)
-
-
Method Details
-
loadLocGroups
@Retryable(backoff=@Backoff(delay=5000L)) public Collection<org.openwms.common.location.api.LocationGroupVO> loadLocGroups()This public method is surrounded with a retry advice in order to retry the remote operation in case of an error.- Returns:
- All LocationGroups as List implementation
-