|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openwms.tms.util.TransportOrderUtil
public final class TransportOrderUtil
A TransportOrderUtil.
Method Summary | |
---|---|
static TransportServiceEvent.TYPE |
convertToEventType(TransportOrderState newState)
Match a TransportOrderState to a type of event. |
static List<Long> |
getLongList(List<Integer> values)
Unfortunately Flex clients can't handle Long values and only understand integers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TransportServiceEvent.TYPE convertToEventType(TransportOrderState newState)
TransportOrderState
to a type of event.
newState
- The state to be checked
public static List<Long> getLongList(List<Integer> values)
values
- The list of intergers to be converted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |