Uses of Class
org.openwms.common.location.Location
Packages that use Location
Package
Description
This package contains all types to describe locations.
This package contains internal implementation classes.
This package contains all types required to describe transport unit items.
This package contains all types required for asynchronous event handling.
This package contains internal implementation classes.
This package contains types for extension points and hooks (SPI - Service Provider Interface).
-
Uses of Location in org.openwms.common.location
Fields in org.openwms.common.location declared as LocationFields in org.openwms.common.location with type parameters of type LocationMethods in org.openwms.common.location that return LocationModifier and TypeMethodDescriptionLocation.LocationBuilder.build()LocationMapper.convertVO(LocationVO vo) LocationMapperImpl.convertVO(LocationVO vo) default LocationLocationMapper.copyForUpdate(Location source, @NotNull Location target) static LocationLocation.create(LocationPK locationId) Create a new Location with the business key.@NotNull LocationCreate a new non-existingLocation.@NotNull LocationLocationService.findByLocationIdOrThrow(@NotBlank String locationId) Find and return aLocation.@NotNull LocationLocationService.findByPKey(@NotBlank String pKey) Find and return aLocation.@NotNull LocationModify and update an existingLocation.Methods in org.openwms.common.location that return types with arguments of type LocationModifier and TypeMethodDescriptionFind and return all Locations that belong to aLocationGroup.LocationService.findByErpCode(@NotBlank String erpCode) Find and return aLocation.LocationService.findByLocationId(@NotBlank String locationId) Find and return aLocation.LocationService.findByLocationPk(@NotNull LocationPK locationId) Find and return aLocation.LocationService.findByPlcCode(@NotBlank String plcCode) Find and return aLocation.LocationService.findLocations(@NotNull LocationPK locationIds) Find and return allLocations that match thelocationIdswhereas the attributes of theLocationPKmay include SQL wildcard operators, like '%', '_'.LocationGroup.getLocations()Return allLocations.Methods in org.openwms.common.location with parameters of type LocationModifier and TypeMethodDescriptionbooleanLocationGroup.addLocation(Location location) Add aLocationto the list of children.static Location.LocationBuilderLocationMapper.convertToMO(Location eo) LocationMapperImpl.convertToMO(Location eo) LocationMapper.convertToVO(Location eo) LocationMapperImpl.convertToVO(Location eo) default LocationLocationMapper.copyForUpdate(Location source, @NotNull Location target) @NotNull LocationCreate a new non-existingLocation.private StringLocationMapperImpl.eoAccountIdentifier(Location location) private StringLocationMapperImpl.eoLocationGroupName(Location location) private StringLocationMapperImpl.eoLocationTypeType(Location location) booleanLocationGroup.removeLocation(Location location) Remove aLocationfrom the list of children.@NotNull LocationModify and update an existingLocation.Method parameters in org.openwms.common.location with type arguments of type LocationModifier and TypeMethodDescriptionLocationMapper.convertToVO(List<Location> eo) LocationMapperImpl.convertToVO(List<Location> eo) voidLocationRemovalManager.deleteAll(@NotNull Collection<Location> locations) DeleteLocations.Constructors in org.openwms.common.location with parameters of type Location -
Uses of Location in org.openwms.common.location.impl
Methods in org.openwms.common.location.impl that return LocationModifier and TypeMethodDescription@NotNull LocationCreate a new non-existingLocation.@NotNull LocationLocationServiceImpl.findByLocationIdOrThrow(@NotBlank String locationId) Find and return aLocation.private LocationLocationServiceImpl.findByLocationPkOrThrow(LocationPK locationId) @NotNull LocationLocationServiceImpl.findByPKey(@NotBlank String pKey) Find and return aLocation.private LocationLocationServiceImpl.findInternal(String pKey) @NotNull LocationModify and update an existingLocation.Methods in org.openwms.common.location.impl that return types with arguments of type LocationModifier and TypeMethodDescriptionFind and return all Locations that belong to aLocationGroup.LocationRepository.findByErpCode(String erpCode) LocationServiceImpl.findByErpCode(@NotBlank String erpCode) Find and return aLocation.LocationRepository.findByLocationGroup_Name(String locationGroupName) LocationRepository.findByLocationGroup_Name(List<String> locationGroupNames) LocationRepository.findByLocationId(LocationPK locationId) LocationServiceImpl.findByLocationId(@NotBlank String locationId) Find and return aLocation.LocationRepository.findByLocationIdContaining(LocationPK locationPK) LocationServiceImpl.findByLocationIdInternal(String locationId) LocationServiceImpl.findByLocationPk(@NotNull LocationPK locationId) Find and return aLocation.LocationRepository.findBypKey(String persistentKey) LocationRepository.findByPlcCode(String plcCode) LocationServiceImpl.findByPlcCode(@NotBlank String plcCode) Find and return aLocation.LocationServiceImpl.findLocations(@NotNull LocationPK locationPK) Find and return allLocations that match thelocationIdswhereas the attributes of theLocationPKmay include SQL wildcard operators, like '%', '_'.Methods in org.openwms.common.location.impl with parameters of type LocationModifier and TypeMethodDescriptionprivate voidLocationServiceImpl.changeStateInternal(Location location, ErrorCodeVO errorCode) @NotNull LocationCreate a new non-existingLocation.private voidLocationRemovalManagerImpl.deleteInternal(Location location) private voidLocationRemovalManagerImpl.deleteLocation(Location location) @NotNull LocationModify and update an existingLocation.private voidLocationRemovalManagerImpl.verifyNoTransportUnitsOn(Location location) Method parameters in org.openwms.common.location.impl with type arguments of type LocationModifier and TypeMethodDescriptionvoidLocationRemovalManagerImpl.deleteAll(@NotNull Collection<Location> locations) DeleteLocations. -
Uses of Location in org.openwms.common.transport
Fields in org.openwms.common.transport declared as LocationModifier and TypeFieldDescriptionprivate LocationTransportUnit.actualLocationThe currentLocationof theTransportUnit.private LocationTransportUnit.targetLocationThe targetLocationof theTransportUnit.Methods in org.openwms.common.transport that return LocationModifier and TypeMethodDescriptionTransportUnit.getActualLocation()Get the actualLocationof theTransportUnit.TransportUnit.getTargetLocation()Get the targetLocationof theTransportUnit.Methods in org.openwms.common.transport with parameters of type LocationModifier and TypeMethodDescriptionvoidTransportUnit.setActualLocation(Location actualLocation) Place theTransportUnitand all its children to aLocation.voidTransportUnit.setTargetLocation(Location targetLocation) Set the targetLocationof theTransportUnit.Constructors in org.openwms.common.transport with parameters of type LocationModifierConstructorDescriptionTransportUnit(@NotNull Barcode barcode, @NotNull TransportUnitType transportUnitType, @NotNull Location actualLocation) Create a newTransportUnitwith an uniqueBarcode. -
Uses of Location in org.openwms.common.transport.allocation.spi
Fields in org.openwms.common.transport.allocation.spi declared as LocationModifier and TypeFieldDescriptionprivate LocationTransportUnitAllocation.actualLocationprivate LocationTransportUnitAllocation.AllocationBuilder.actualLocationMethods in org.openwms.common.transport.allocation.spi that return LocationMethods in org.openwms.common.transport.allocation.spi with parameters of type LocationModifier and TypeMethodDescriptionTransportUnitAllocation.AllocationBuilder.actualLocation(Location actualLocation) voidTransportUnitAllocation.setActualLocation(Location actualLocation) -
Uses of Location in org.openwms.common.transport.events
Fields in org.openwms.common.transport.events declared as LocationModifier and TypeFieldDescriptionprivate LocationTransportUnitEvent.actualLocationprivate LocationTransportUnitEvent.Builder.actualLocationprivate LocationTransportUnitEvent.Builder.previousLocationprivate LocationTransportUnitEvent.previousLocationMethods in org.openwms.common.transport.events that return LocationModifier and TypeMethodDescriptionTransportUnitEvent.getActualLocation()TransportUnitEvent.getPreviousLocation()Methods in org.openwms.common.transport.events with parameters of type LocationModifier and TypeMethodDescriptionTransportUnitEvent.Builder.actualLocation(Location val) TransportUnitEvent.Builder.previousLocation(Location val) -
Uses of Location in org.openwms.common.transport.impl
Methods in org.openwms.common.transport.impl with parameters of type LocationModifier and TypeMethodDescriptionprivate voidTransportUnitServiceImpl.approveMove(TransportUnit transportUnit, Location newLocation) TransportUnitRepository.findByActualLocationOrderByActualLocationDate(Location actualLocation) private TransportUnitTransportUnitServiceImpl.moveInternal(TransportUnit transportUnit, Location target) Method parameters in org.openwms.common.transport.impl with type arguments of type LocationModifier and TypeMethodDescriptionprivate TransportUnitTransportUnitServiceImpl.createInternal(Barcode barcode, String transportUnitType, Boolean strict, Supplier<Location> locationResolver) -
Uses of Location in org.openwms.common.transport.spi
Methods in org.openwms.common.transport.spi with parameters of type LocationModifier and TypeMethodDescriptionvoidTransportUnitMoveApproval.approve(@NotNull TransportUnit transportUnit, @NotBlank Location newLocation) Approve that the requested move of thetransportUnitto thenewLocationis permitted.