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 LocationServiceprivate final RouteMapperprivate final RouteRepository -
Constructor Summary
ConstructorsConstructorDescriptionRouteUIServiceImpl(RouteRepository routeRepository, RouteMapper mapper, LocationService locationService) -
Method Summary
Modifier and TypeMethodDescription@NotNull RouteVOvoidfindAll(@NotNull org.springframework.data.domain.Sort sort) findBypKey(@NotBlank String pKey) @NotNull RouteVOprivate RouteVOsaveInternal(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:
findAllin interfaceRouteUIService
-
findBypKey
- Specified by:
findBypKeyin interfaceRouteUIService
-
delete
- Specified by:
deletein interfaceRouteUIService
-
create
- Specified by:
createin interfaceRouteUIService
-
save
- Specified by:
savein interfaceRouteUIService
-
saveInternal
-