Uses of Class
org.openwms.common.domain.LocationPK

Packages that use LocationPK
org.openwms.common.domain Contains essential domain classes of the COMMON module. 
org.openwms.common.service Interface definitions of the COMMON Module service layer. 
org.openwms.common.service.spring This package provides common used business logic. 
 

Uses of LocationPK in org.openwms.common.domain
 

Methods in org.openwms.common.domain that return LocationPK
 LocationPK Location.getLocationId()
          Returns the locationId (natural key) of the Location.
 

Constructors in org.openwms.common.domain with parameters of type LocationPK
Location(LocationPK locationId)
          Create a new Location with the business key.
 

Uses of LocationPK in org.openwms.common.service
 

Methods in org.openwms.common.service with parameters of type LocationPK
 T TransportUnitService.createTransportUnit(Barcode barcode, TransportUnitType transportUnitType, LocationPK actualLocation)
          Create a new TransportUnit with the type TransportUnitType placed on an initial Location.
 void TransportUnitService.moveTransportUnit(Barcode barcode, LocationPK targetLocationPK)
          Move a TransportUnit identified by its Barcode to the given target Location identified by the LocationPK.
 

Uses of LocationPK in org.openwms.common.service.spring
 

Methods in org.openwms.common.service.spring with parameters of type LocationPK
 TransportUnit TransportUnitServiceImpl.createTransportUnit(Barcode barcode, TransportUnitType transportUnitType, LocationPK actualLocation)
          Create a new TransportUnit with the type TransportUnitType placed on an initial Location.
 void TransportUnitServiceImpl.moveTransportUnit(Barcode barcode, LocationPK targetLocationPK)
          Move a TransportUnit identified by its Barcode to the given target Location identified by the LocationPK.
 



Copyright © 2005-2011 openwms.org. All Rights Reserved.