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 SummaryFieldsModifier and TypeFieldDescriptionprivate final ActionRepositoryprivate final ActionMapperprivate final RouteService
- 
Constructor SummaryConstructorsConstructorDescriptionActionUIServiceImpl(ActionRepository actionRepository, ActionMapper mapper, RouteService routeService) 
- 
Method SummaryModifier and TypeMethodDescription@NotNull ActionVOvoidfindAll(@NotNull org.springframework.data.domain.Sort sort) findBypKey(@NotBlank String pKey) @NotNull ActionVO
- 
Field Details- 
actionRepository
- 
mapper
- 
routeService
 
- 
- 
Constructor Details- 
ActionUIServiceImplActionUIServiceImpl(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 interface- ActionUIService
 
- 
findBypKey- Specified by:
- findBypKeyin interface- ActionUIService
 
- 
delete- Specified by:
- deletein interface- ActionUIService
 
- 
create- Specified by:
- createin interface- ActionUIService
 
- 
save- Specified by:
- savein interface- ActionUIService
 
 
-