Uses of Class
org.openwms.common.location.api.LocationGroupVO
Package
Description
This package contains all types to describe locations.
This package contains the public API to deal with Locations and LocationGroups.
This package contains internal implementation classes.
-
Uses of LocationGroupVO in org.openwms.common.location
Modifier and TypeMethodDescriptionabstract LocationGroupVO
LocationGroupMapper.convertToVO
(LocationGroup eo) LocationGroupMapperImpl.convertToVO
(LocationGroup eo) LocationGroupController.findByName
(String name) Modifier and TypeMethodDescriptionabstract List
<LocationGroupVO> LocationGroupMapper.convertToVO
(List<LocationGroup> eo) LocationGroupMapperImpl.convertToVO
(List<LocationGroup> eo) org.springframework.http.ResponseEntity
<LocationGroupVO> LocationGroupController.create
(@Valid LocationGroupVO vo, jakarta.servlet.http.HttpServletRequest req) Creates a new location group.LocationGroupController.findAll()
LocationGroupController.findByNames
(List<String> names) protected List
<LocationGroupVO> LocationGroupMapperImpl.locationGroupSetToLocationGroupVOList
(Set<LocationGroup> set) Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<LocationGroupVO> LocationGroupController.create
(@Valid LocationGroupVO vo, jakarta.servlet.http.HttpServletRequest req) Creates a new location group.@NotNull LocationGroup
LocationGroupService.create
(@NotNull @Valid LocationGroupVO vo) Creates a newLocationGroup
based on the providedLocationGroupVO
representation.org.springframework.http.ResponseEntity
<Void> LocationGroupController.modifyLocationGroup
(String pKey, LocationGroupVO locationGroupVO) @NotNull LocationGroup
LocationGroupService.update
(@NotBlank String pKey, @NotNull LocationGroupVO locationGroupVO) Updates a LocationGroup based on the provided persisted key andLocationGroupVO
representation. -
Uses of LocationGroupVO in org.openwms.common.location.api
Modifier and TypeFieldDescriptionprivate List
<LocationGroupVO> LocationGroupVO.children
ChildLocationGroup
s.Modifier and TypeMethodDescriptionLocationGroupVO.addChild
(LocationGroupVO child) static LocationGroupVO
Creates a new LocationGroupVO object with the given name and operation mode.Modifier and TypeMethodDescriptionLocationGroupApi.findAll()
Find and return all existingLocationGroup
s.LocationGroupApi.findByName
(String name) Find aLocationGroup
with the givenname
.LocationGroupApi.findByNames
(List<String> names) Find allLocationGroup
s with the givenname
s.LocationGroupVO.getChildren()
LocationGroupVO.streamLocationGroups()
Modifier and TypeMethodDescriptionvoid
LocationGroupVO.setChildren
(List<LocationGroupVO> children) -
Uses of LocationGroupVO in org.openwms.common.location.impl
Modifier and TypeMethodDescription@NotNull LocationGroup
LocationGroupServiceImpl.create
(@NotNull @Valid LocationGroupVO vo) Creates a newLocationGroup
based on the providedLocationGroupVO
representation.private LocationGroup
LocationGroupServiceImpl.createLocationGroup
(LocationGroupVO vo) @NotNull LocationGroup
LocationGroupServiceImpl.update
(@NotBlank String pKey, @NotNull LocationGroupVO locationGroupVO) Updates a LocationGroup based on the provided persisted key andLocationGroupVO
representation.