Uses of Class
org.openwms.common.tasks.api.TaskVO
Package
Description
-
Uses of TaskVO in org.openwms.common.tasks
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<TaskVO> TaskController.findAll()
org.springframework.http.ResponseEntity
<TaskVO> TaskController.findByPKey
(String pKey) org.springframework.http.ResponseEntity
<TaskVO> org.springframework.http.ResponseEntity
<TaskVO> org.springframework.http.ResponseEntity
<TaskVO> org.springframework.http.ResponseEntity
<TaskVO> org.springframework.http.ResponseEntity
<TaskVO> -
Uses of TaskVO in org.openwms.common.tasks.api
-
Uses of TaskVO in org.openwms.common.tasks.impl
Modifier and TypeMethodDescriptionTaskMapper.convertToVO
(TaskEO eo) TaskMapperImpl.convertToVO
(TaskEO eo) TaskService.findByPKeyOrThrow
(@NotEmpty String pKey) TaskServiceImpl.findByPKeyOrThrow
(@NotEmpty String pKey) Modifier and TypeMethodDescriptionTaskMapper.convertToVO
(List<TaskEO> tasks) TaskMapperImpl.convertToVO
(List<TaskEO> tasks) TaskService.findAll()
TaskServiceImpl.findAll()
Modifier and TypeMethodDescriptionTaskMapper.convertToEO
(TaskVO vo) TaskMapperImpl.convertToEO
(TaskVO vo)