|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- Any kind of TransportOrder
public interface TransportOrderService<T extends TransportOrder>
A TransportService - Extends the EntityService
interface about some
useful methods regarding the general handling with TransportOrder
s.
Extends the EntityService
interface about some useful methods
regarding the general handling with TransportOrder
s.
EntityService
Method Summary | |
---|---|
List<Integer> |
cancelTransportOrders(List<Integer> transportOrders,
TransportOrderState state)
Try to turn a list of TransportOrder s into state. |
T |
createTransportOrder(Barcode barcode,
LocationGroup targetLocationGroup,
Location targetLocation,
PriorityLevel priority)
Create a new TransportOrder . |
T |
createTransportOrder(Barcode barcode,
LocationGroup targetLocationGroup,
PriorityLevel priority)
Create a new TransportOrder . |
T |
createTransportOrder(Barcode barcode,
Location targetLocation,
PriorityLevel priority)
Create a new TransportOrder . |
int |
getTransportsToLocationGroup(LocationGroup locationGroup)
Returns the actual number of active transports that have the locationGroup as target LocationGroup . |
List<Integer> |
redirectTransportOrders(List<Integer> transportOrders,
LocationGroup targetLocationGroup,
Location targetLocation)
Try to redirect a list of TransportOrder s to a new target
LocationGroup . |
Methods inherited from interface org.openwms.core.service.EntityService |
---|
add, findAll, remove, save |
Method Detail |
---|
int getTransportsToLocationGroup(LocationGroup locationGroup)
LocationGroup
.
locationGroup
- LocationGroup
to count all active transports for
LocationGroup
T createTransportOrder(Barcode barcode, LocationGroup targetLocationGroup, Location targetLocation, PriorityLevel priority)
TransportOrder
.
barcode
- The Barcode
of the TransportUnittargetLocationGroup
- The target LocationGroup
targetLocation
- The target Location
priority
- A PriorityLevel
of the new TransportOrder
TransportOrder
T createTransportOrder(Barcode barcode, LocationGroup targetLocationGroup, PriorityLevel priority)
TransportOrder
.
barcode
- The Barcode
of the TransportUnittargetLocationGroup
- The target LocationGroup
priority
- A PriorityLevel
of the new TransportOrder
TransportOrder
T createTransportOrder(Barcode barcode, Location targetLocation, PriorityLevel priority)
TransportOrder
.
barcode
- The Barcode
of the TransportUnittargetLocation
- The target Location
priority
- A PriorityLevel
of the new TransportOrder
TransportOrder
List<Integer> cancelTransportOrders(List<Integer> transportOrders, TransportOrderState state)
TransportOrder
s into state.
transportOrders
- The IDs of TransportOrder
sstate
- The state to change all orders to
TransportOrder
IDs that have not been canceled
successfullyList<Integer> redirectTransportOrders(List<Integer> transportOrders, LocationGroup targetLocationGroup, Location targetLocation)
TransportOrder
s to a new target
LocationGroup
.
transportOrders
- The IDs of TransportOrder
s to be redirectedtargetLocationGroup
- The new target LocationGroup
for the
TransportOrder
s or null
targetLocation
- The new target Location
for the TransportOrder
s, or null
TransportOrder
IDs that couldn't be redirected
successfully
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |