Uses of Class
org.openwms.common.location.api.LocationGroupVO
Packages that use 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
Methods in org.openwms.common.location that return LocationGroupVOModifier and TypeMethodDescriptionabstract LocationGroupVO
LocationGroupMapper.convertToVO
(LocationGroup eo) LocationGroupMapperImpl.convertToVO
(LocationGroup eo) LocationGroupController.findByName
(String name) Methods in org.openwms.common.location that return types with arguments of type LocationGroupVOModifier 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) Methods in org.openwms.common.location with parameters of type LocationGroupVOModifier 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
Fields in org.openwms.common.location.api with type parameters of type LocationGroupVOModifier and TypeFieldDescriptionprivate List
<LocationGroupVO> LocationGroupVO.children
ChildLocationGroup
s.Methods in org.openwms.common.location.api that return LocationGroupVOModifier and TypeMethodDescriptionLocationGroupVO.addChild
(LocationGroupVO child) static LocationGroupVO
Creates a new LocationGroupVO object with the given name and operation mode.Methods in org.openwms.common.location.api that return types with arguments of type LocationGroupVOModifier 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()
Methods in org.openwms.common.location.api with parameters of type LocationGroupVOMethod parameters in org.openwms.common.location.api with type arguments of type LocationGroupVOModifier and TypeMethodDescriptionvoid
LocationGroupVO.setChildren
(List<LocationGroupVO> children) -
Uses of LocationGroupVO in org.openwms.common.location.impl
Methods in org.openwms.common.location.impl with parameters of type LocationGroupVOModifier 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.