Package org.openwms.tms.routing.ui.impl
Class ActionUIServiceImpl
java.lang.Object
org.openwms.tms.routing.ui.impl.ActionUIServiceImpl
- All Implemented Interfaces:
ActionUIService
A ActionUIServiceImpl.
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ActionRepository
private final ActionMapper
private final RouteService
-
Constructor Summary
ConstructorsConstructorDescriptionActionUIServiceImpl
(ActionRepository actionRepository, ActionMapper mapper, RouteService routeService) -
Method Summary
-
Field Details
-
actionRepository
-
mapper
-
routeService
-
-
Constructor Details
-
ActionUIServiceImpl
ActionUIServiceImpl(ActionRepository actionRepository, ActionMapper mapper, RouteService routeService)
-
-
Method Details
-
findAll
@Measured @NotNull public @NotNull List<ActionVO> findAll(@NotNull @NotNull org.springframework.data.domain.Sort sort) - Specified by:
findAll
in interfaceActionUIService
-
delete
- Specified by:
delete
in interfaceActionUIService
-
create
- Specified by:
create
in interfaceActionUIService
-
save
- Specified by:
save
in interfaceActionUIService
-