Uses of Class
org.openwms.common.location.api.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
Modifier and TypeMethodDescriptionLocationMapper.convertToVO
(Location eo) LocationMapperImpl.convertToVO
(Location eo) Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionLocationApi.createLocation
(LocationVO location) Create a newLocation
.LocationApi.updateLocation
(LocationVO location) Save a modifiedLocation
.Modifier 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
.Modifier and TypeMethodDescriptionLocationApi.createLocation
(LocationVO location) Create a newLocation
.LocationApi.updateLocation
(LocationVO location) Save a modifiedLocation
. -
Uses of LocationVO in org.openwms.common.transport.api
Modifier 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
.Modifier and TypeMethodDescriptionTransportUnitVO.getActualLocation()
TransportUnitVO.getTargetLocation()
Modifier and TypeMethodDescriptionTransportUnitVO.Builder.actualLocation
(LocationVO val) void
TransportUnitVO.setActualLocation
(LocationVO actualLocation) void
TransportUnitVO.setTargetLocation
(LocationVO targetLocation) ModifierConstructorDescriptionTransportUnitVO
(String barcode, TransportUnitTypeVO transportUnitType, LocationVO actualLocation)