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 LocationGroupVOLocationGroupMapper.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 LocationGroupLocationGroupService.create(@NotNull @Valid LocationGroupVO vo) Creates a newLocationGroupbased on the providedLocationGroupVOrepresentation.org.springframework.http.ResponseEntity<Void> LocationGroupController.modifyLocationGroup(String pKey, LocationGroupVO locationGroupVO) @NotNull LocationGroupLocationGroupService.update(@NotBlank String pKey, @NotNull LocationGroupVO locationGroupVO) Updates a LocationGroup based on the provided persisted key andLocationGroupVOrepresentation. -
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.childrenChildLocationGroups.Methods in org.openwms.common.location.api that return LocationGroupVOModifier and TypeMethodDescriptionLocationGroupVO.addChild(LocationGroupVO child) static LocationGroupVOCreates 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 existingLocationGroups.LocationGroupApi.findByName(String name) Find aLocationGroupwith the givenname.LocationGroupApi.findByNames(List<String> names) Find allLocationGroups with the givennames.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 TypeMethodDescriptionvoidLocationGroupVO.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 LocationGroupLocationGroupServiceImpl.create(@NotNull @Valid LocationGroupVO vo) Creates a newLocationGroupbased on the providedLocationGroupVOrepresentation.private LocationGroupLocationGroupServiceImpl.createLocationGroup(LocationGroupVO vo) @NotNull LocationGroupLocationGroupServiceImpl.update(@NotBlank String pKey, @NotNull LocationGroupVO locationGroupVO) Updates a LocationGroup based on the provided persisted key andLocationGroupVOrepresentation.