Uses of Class
org.openwms.common.tasks.api.TaskVO
Packages that use TaskVO
Package
Description
-
Uses of TaskVO in org.openwms.common.tasks
Methods in org.openwms.common.tasks that return types with arguments of type TaskVOModifier 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> Methods in org.openwms.common.tasks with parameters of type TaskVO -
Uses of TaskVO in org.openwms.common.tasks.api
Fields in org.openwms.common.tasks.api with type parameters of type TaskVOMethods in org.openwms.common.tasks.api that return types with arguments of type TaskVOMethod parameters in org.openwms.common.tasks.api with type arguments of type TaskVO -
Uses of TaskVO in org.openwms.common.tasks.impl
Methods in org.openwms.common.tasks.impl that return TaskVOModifier and TypeMethodDescriptionTaskMapper.convertToVO
(TaskEO eo) TaskMapperImpl.convertToVO
(TaskEO eo) TaskService.findByPKeyOrThrow
(@NotBlank String pKey) TaskServiceImpl.findByPKeyOrThrow
(@NotBlank String pKey) Methods in org.openwms.common.tasks.impl that return types with arguments of type TaskVOModifier and TypeMethodDescriptionTaskMapper.convertToVO
(List<TaskEO> tasks) TaskMapperImpl.convertToVO
(List<TaskEO> tasks) TaskService.findAll()
TaskServiceImpl.findAll()
Methods in org.openwms.common.tasks.impl with parameters of type TaskVOModifier and TypeMethodDescriptionTaskMapper.convertToEO
(TaskVO vo) TaskMapperImpl.convertToEO
(TaskVO vo)