Uses of Class
org.openwms.tms.domain.values.PriorityLevel

Packages that use PriorityLevel
org.openwms.tms.domain.order Contains essential domain classes of the TMS module. 
org.openwms.tms.domain.values Value types of the TMS module. 
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 PriorityLevel in org.openwms.tms.domain.order
 

Methods in org.openwms.tms.domain.order that return PriorityLevel
 PriorityLevel TransportOrder.getPriority()
          Returns the priority level of the TransportOrder.
 

Methods in org.openwms.tms.domain.order with parameters of type PriorityLevel
 void TransportOrder.setPriority(PriorityLevel priority)
          Set the priority level of the TransportOrder.
 

Uses of PriorityLevel in org.openwms.tms.domain.values
 

Methods in org.openwms.tms.domain.values that return PriorityLevel
static PriorityLevel PriorityLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PriorityLevel[] PriorityLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PriorityLevel in org.openwms.tms.service
 

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

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