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 ActionRepositoryprivate final ActionMapperprivate final RouteService -
Constructor Summary
ConstructorsConstructorDescriptionActionUIServiceImpl(ActionRepository actionRepository, ActionMapper mapper, RouteService routeService) -
Method Summary
Modifier and TypeMethodDescription@NotNull ActionVOvoidfindAll(@NotNull org.springframework.data.domain.Sort sort) findBypKey(@NotBlank String pKey) @NotNull ActionVO
-
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:
findAllin interfaceActionUIService
-
findBypKey
- Specified by:
findBypKeyin interfaceActionUIService
-
delete
- Specified by:
deletein interfaceActionUIService
-
create
- Specified by:
createin interfaceActionUIService
-
save
- Specified by:
savein interfaceActionUIService
-