Uses of Class
org.openwms.common.domain.values.Barcode

Packages that use Barcode
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. 
org.openwms.tms.service Interfaces of the TMS service layer; implementations provide business logic specific to TMS. 
org.openwms.tms.service.spring This package provides business logic to perform common actions of the transport management. 
 

Uses of Barcode in org.openwms.common.domain
 

Methods in org.openwms.common.domain that return Barcode
 Barcode TransportUnit.getBarcode()
          Return the Barcode of the TransportUnit.
 

Methods in org.openwms.common.domain with parameters of type Barcode
 void TransportUnit.setBarcode(Barcode barcode)
          Set the Barcode of the TransportUnit.
 

Constructors in org.openwms.common.domain with parameters of type Barcode
TransportUnit(Barcode barcode)
          Create a new TransportUnit with an unique Barcode.
 

Uses of Barcode in org.openwms.common.service
 

Methods in org.openwms.common.service with parameters of type Barcode
 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 Barcode in org.openwms.common.service.spring
 

Methods in org.openwms.common.service.spring with parameters of type Barcode
 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.
 

Uses of Barcode in org.openwms.tms.service
 

Methods in org.openwms.tms.service with parameters of type Barcode
 T TransportOrderService.createTransportOrder(Barcode barcode, LocationGroup targetLocationGroup, Location targetLocation, PriorityLevel priority)
          Create a new TransportOrder.
 T TransportOrderService.createTransportOrder(Barcode barcode, LocationGroup targetLocationGroup, PriorityLevel priority)
          Create a new TransportOrder.
 T TransportOrderService.createTransportOrder(Barcode barcode, Location targetLocation, PriorityLevel priority)
          Create a new TransportOrder.
 

Uses of Barcode in org.openwms.tms.service.spring
 

Methods in org.openwms.tms.service.spring with parameters of type Barcode
 TransportOrder TransportServiceImpl.createTransportOrder(Barcode barcode, LocationGroup targetLocationGroup, Location targetLocation, PriorityLevel priority)
          Create a new TransportOrder.
 TransportOrder TransportServiceImpl.createTransportOrder(Barcode barcode, LocationGroup targetLocationGroup, PriorityLevel priority)
          Create a new TransportOrder.
 TransportOrder TransportServiceImpl.createTransportOrder(Barcode barcode, Location targetLocation, PriorityLevel priority)
          Create a new TransportOrder.
 



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