Uses of Class
org.openwms.common.location.api.LocationVO
Packages that use LocationVO
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 the public API to deal with TransportUnits.
-
Uses of LocationVO in org.openwms.common.location
Methods in org.openwms.common.location that return LocationVOModifier and TypeMethodDescriptionLocationMapper.convertToVO
(Location eo) LocationMapperImpl.convertToVO
(Location eo) Methods in org.openwms.common.location that return types with arguments of type LocationVOModifier and TypeMethodDescriptionLocationMapper.convertToVO
(List<Location> eo) LocationMapperImpl.convertToVO
(List<Location> eo) org.springframework.http.ResponseEntity
<LocationVO> LocationController.createLocation
(@Valid LocationVO location, jakarta.servlet.http.HttpServletRequest req) org.springframework.http.ResponseEntity
<Optional<LocationVO>> WorkflowApi.createLocation
(@Valid LocationVO location, jakarta.servlet.http.HttpServletRequest req) org.springframework.http.ResponseEntity
<LocationVO> LocationController.findByCoordinate
(String locationId) org.springframework.http.ResponseEntity
<List<LocationVO>> org.springframework.http.ResponseEntity
<LocationVO> LocationController.findByErpCode
(String erpCode) org.springframework.http.ResponseEntity
<Optional<LocationVO>> WorkflowApi.findByErpCodeOpt
(String erpCode) org.springframework.http.ResponseEntity
<Optional<LocationVO>> WorkflowApi.findByIdOpt
(String locationId) org.springframework.http.ResponseEntity
<LocationVO> LocationController.findByPKey
(String pKey) org.springframework.http.ResponseEntity
<Optional<LocationVO>> WorkflowApi.findByPKeyOpt
(String pKey) org.springframework.http.ResponseEntity
<LocationVO> LocationController.findByPlcCode
(String plcCode) org.springframework.http.ResponseEntity
<Optional<LocationVO>> WorkflowApi.findByPlcCodeOpt
(String plcCode) org.springframework.http.ResponseEntity
<List<LocationVO>> LocationController.findForLocationGroups
(List<String> locationGroupNames) org.springframework.http.ResponseEntity
<LocationVO> LocationController.updateLocation
(@Valid LocationVO location) org.springframework.http.ResponseEntity
<Optional<LocationVO>> WorkflowApi.updateLocation
(@Valid LocationVO location) Methods in org.openwms.common.location with parameters of type LocationVOModifier and TypeMethodDescriptionprivate void
LocationController.addSelfLink
(LocationVO result) private void
WorkflowApi.addSelfLink
(LocationVO result) LocationMapper.convertVO
(LocationVO vo) LocationMapperImpl.convertVO
(LocationVO vo) org.springframework.http.ResponseEntity
<LocationVO> LocationController.createLocation
(@Valid LocationVO location, jakarta.servlet.http.HttpServletRequest req) org.springframework.http.ResponseEntity
<Optional<LocationVO>> WorkflowApi.createLocation
(@Valid LocationVO location, jakarta.servlet.http.HttpServletRequest req) org.springframework.http.ResponseEntity
<LocationVO> LocationController.updateLocation
(@Valid LocationVO location) org.springframework.http.ResponseEntity
<Optional<LocationVO>> WorkflowApi.updateLocation
(@Valid LocationVO location) -
Uses of LocationVO in org.openwms.common.location.api
Methods in org.openwms.common.location.api that return LocationVOModifier and TypeMethodDescriptionLocationApi.createLocation
(LocationVO location) Create a newLocation
.LocationApi.updateLocation
(LocationVO location) Save a modifiedLocation
.Methods in org.openwms.common.location.api that return types with arguments of type LocationVOModifier and TypeMethodDescriptionFind and return allLocation
s that match the given criteria expressed by area/aisle/x/y/z.LocationApi.findByErpCode
(String erpCode) Find and return aLocation
representation by the givenerpCode
.Find and return aLocation
.LocationApi.findByPKey
(String pKey) Find and return aLocation
.LocationApi.findByPlcCode
(String plcCode) Find and return aLocation
representation by the givenplcCode
.LocationApi.findForLocationGroups
(List<String> locationGroupNames) Find and return allLocation
s that belong to one or moreLocationGroup
s identified by theirlocationGroupNames
.Methods in org.openwms.common.location.api with parameters of type LocationVOModifier and TypeMethodDescriptionLocationApi.createLocation
(LocationVO location) Create a newLocation
.LocationApi.updateLocation
(LocationVO location) Save a modifiedLocation
. -
Uses of LocationVO in org.openwms.common.transport.api
Fields in org.openwms.common.transport.api declared as LocationVOModifier and TypeFieldDescriptionprivate @NotNull(message="{owms.common.common.tu.actualLocation}",groups={Create.class,Update.class}) LocationVO
TransportUnitVO.actualLocation
The currentLocation
of theTransportUnit
.private LocationVO
TransportUnitVO.Builder.actualLocation
private LocationVO
TransportUnitVO.targetLocation
The targetLocation
of theTransportUnit
.Methods in org.openwms.common.transport.api that return LocationVOModifier and TypeMethodDescriptionTransportUnitVO.getActualLocation()
TransportUnitVO.getTargetLocation()
Methods in org.openwms.common.transport.api with parameters of type LocationVOModifier and TypeMethodDescriptionTransportUnitVO.Builder.actualLocation
(LocationVO val) void
TransportUnitVO.setActualLocation
(LocationVO actualLocation) void
TransportUnitVO.setTargetLocation
(LocationVO targetLocation) Constructors in org.openwms.common.transport.api with parameters of type LocationVOModifierConstructorDescriptionTransportUnitVO
(String barcode, TransportUnitTypeVO transportUnitType, LocationVO actualLocation)