Package org.openwms.tms.routing.ui.impl
Class RouteUIServiceImpl
java.lang.Object
org.openwms.tms.routing.ui.impl.RouteUIServiceImpl
- All Implemented Interfaces:
RouteUIService
A RouteUIServiceImpl.
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LocationService
private final RouteMapper
private final RouteRepository
-
Constructor Summary
ConstructorsConstructorDescriptionRouteUIServiceImpl
(RouteRepository routeRepository, RouteMapper mapper, LocationService locationService) -
Method Summary
Modifier and TypeMethodDescription@NotNull RouteVO
void
findAll
(@NotNull org.springframework.data.domain.Sort sort) findBypKey
(@NotBlank String pKey) @NotNull RouteVO
private RouteVO
saveInternal
(RouteVO vo, RouteImpl route)
-
Field Details
-
routeRepository
-
mapper
-
locationService
-
-
Constructor Details
-
RouteUIServiceImpl
RouteUIServiceImpl(RouteRepository routeRepository, RouteMapper mapper, LocationService locationService)
-
-
Method Details
-
findAll
@Measured @NotNull public @NotNull List<RouteVO> findAll(@NotNull @NotNull org.springframework.data.domain.Sort sort) - Specified by:
findAll
in interfaceRouteUIService
-
findBypKey
- Specified by:
findBypKey
in interfaceRouteUIService
-
delete
- Specified by:
delete
in interfaceRouteUIService
-
create
- Specified by:
create
in interfaceRouteUIService
-
save
- Specified by:
save
in interfaceRouteUIService
-
saveInternal
-