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 SummaryFieldsModifier and TypeFieldDescriptionprivate final LocationServiceprivate final RouteMapperprivate final RouteRepository
- 
Constructor SummaryConstructorsConstructorDescriptionRouteUIServiceImpl(RouteRepository routeRepository, RouteMapper mapper, LocationService locationService) 
- 
Method SummaryModifier 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- 
RouteUIServiceImplRouteUIServiceImpl(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 interface- RouteUIService
 
- 
findBypKey- Specified by:
- findBypKeyin interface- RouteUIService
 
- 
delete- Specified by:
- deletein interface- RouteUIService
 
- 
create- Specified by:
- createin interface- RouteUIService
 
- 
save- Specified by:
- savein interface- RouteUIService
 
- 
saveInternal
 
-