Uses of Class
org.openwms.wms.location.api.LocationVO
Packages that use LocationVO
Package
Description
Contains types to deal with warehouse inventory.
-
Uses of LocationVO in org.openwms.wms.inventory
Methods in org.openwms.wms.inventory with parameters of type LocationVOModifier and TypeMethodDescriptionvoid
PackagingUnitMover.moveAllToLocation
(@NotEmpty String sourceTransportUnitBK, @NotEmpty String sourceLoadUnitPosition, @NotNull LocationVO targetLocation, @NotNull ProductVO product) void
PackagingUnitMover.moveQuantityToLocation
(@NotEmpty String sourceTransportUnitBK, @NotEmpty String sourceLoadUnitPosition, @NotNull LocationVO targetLocation, @NotNull org.openwms.core.units.api.Measurable quantity, @NotNull ProductVO product) -
Uses of LocationVO in org.openwms.wms.inventory.api
Fields in org.openwms.wms.inventory.api declared as LocationVOModifier and TypeFieldDescriptionprivate LocationVO
MovePURequestVO.actualLocation
PackagingUnitVO.actualLocation
The actualLocation
thePackagingUnit
is placed on.private LocationVO
DeletePURequestVO.location
private LocationVO
BasicProductVO.Builder.preferableStorageLocation
private LocationVO
BasicProductVO.preferableStorageLocation
What is typically the preferableLocation
where theProduct
shall be stored.private LocationVO
ProductVO.Builder.preferableStorageLocation
private LocationVO
ProductVO.preferableStorageLocation
What is typically the preferableLocation
where theProduct
shall be stored.private LocationVO
MovePURequestVO.targetLocation
Methods in org.openwms.wms.inventory.api that return LocationVOModifier and TypeMethodDescriptionMovePURequestVO.getActualLocation()
PackagingUnitVO.getActualLocation()
DeletePURequestVO.getLocation()
BasicProductVO.getPreferableStorageLocation()
ProductVO.getPreferableStorageLocation()
MovePURequestVO.getTargetLocation()
Methods in org.openwms.wms.inventory.api with parameters of type LocationVOModifier and TypeMethodDescriptionBasicProductVO.Builder.preferableStorageLocation
(LocationVO val) ProductVO.Builder.preferableStorageLocation
(LocationVO val) void
MovePURequestVO.setActualLocation
(LocationVO actualLocation) void
PackagingUnitVO.setActualLocation
(LocationVO actualLocation) void
DeletePURequestVO.setLocation
(LocationVO location) void
BasicProductVO.setPreferableStorageLocation
(LocationVO preferableStorageLocation) void
ProductVO.setPreferableStorageLocation
(LocationVO preferableStorageLocation) void
MovePURequestVO.setTargetLocation
(LocationVO targetLocation) -
Uses of LocationVO in org.openwms.wms.inventory.impl
Methods in org.openwms.wms.inventory.impl with parameters of type LocationVOModifier and TypeMethodDescriptionvoid
PackagingUnitMoverImpl.moveAllToLocation
(@NotEmpty String sourceTransportUnitBK, @NotEmpty String sourceLoadUnitPosition, @NotNull LocationVO targetLocation, @NotNull ProductVO product) void
PackagingUnitMoverImpl.moveQuantityToLocation
(@NotEmpty String sourceTransportUnitBK, @NotEmpty String sourceLoadUnitPosition, @NotNull LocationVO targetLocation, @NotNull org.openwms.core.units.api.Measurable quantity, @NotNull ProductVO product) private Location
PackagingUnitMoverImpl.resolve
(LocationVO location) private Location
PackagingUnitServiceImpl.resolve
(LocationVO location) -
Uses of LocationVO in org.openwms.wms.location
Methods in org.openwms.wms.location that return types with arguments of type LocationVOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Optional<LocationVO>>
LocationController.findByErpCodeOpt
(String erpCode) org.springframework.http.ResponseEntity<Optional<LocationVO>>
LocationController.findByIdOpt
(String locationId) -
Uses of LocationVO in org.openwms.wms.location.api
Methods in org.openwms.wms.location.api that return LocationVOMethods in org.openwms.wms.location.api that return types with arguments of type LocationVOModifier and TypeMethodDescriptionLocationApi.findByErpCodeOpt
(String erpCode) Find and return aLocation
representation by the givenerpCode
.LocationApi.findByIdOpt
(String locationId) Find and return aLocation
representation by the givenlocationId
. -
Uses of LocationVO in org.openwms.wms.location.impl
Methods in org.openwms.wms.location.impl that return LocationVOModifier and TypeMethodDescriptionabstract LocationVO
LocationMapper.convertToVO
(Location eo) LocationMapperImpl.convertToVO
(Location eo) Methods in org.openwms.wms.location.impl with parameters of type LocationVOModifier and TypeMethodDescriptionabstract Location
LocationMapper.convertFromVO
(LocationVO vo) LocationMapperImpl.convertFromVO
(LocationVO vo) -
Uses of LocationVO in org.openwms.wms.transport.api
Fields in org.openwms.wms.transport.api declared as LocationVOModifier and TypeFieldDescriptionprivate @NotNull(message="{owms.wms.inv.tu.actualLocation}",groups=CreateTransportUnit.class) LocationVO
TransportUnitVO.actualLocation
The actualLocation
.private LocationVO
TransportUnitVO.Builder.actualLocation
Methods in org.openwms.wms.transport.api that return LocationVOMethods in org.openwms.wms.transport.api with parameters of type LocationVOModifier and TypeMethodDescriptionTransportUnitVO.Builder.actualLocation
(LocationVO val) void
TransportUnitVO.setActualLocation
(LocationVO actualLocation)