-
-
-
Serialized Fields
-
aisle
@Max(4L) String aisle
Expresses the aisle the Location
belongs to.
-
area
@Max(4L) String area
Expresses the area the Location
belongs to.
-
x
@Max(4L) String x
Expresses the x-dimension the Location
belongs to.
-
y
@Max(4L) String y
Expresses the y-dimension the Location
belongs to.
-
z
@Max(4L) String z
Expresses the z-dimension the Location
belongs to.
-
-
class TransportUnitEvent extends org.openwms.core.event.RootApplicationEvent implements
Serializable
-
-
class DeniedException extends org.ameba.exception.ServiceLayerException implements
Serializable
-
-
Serialized Fields
-
messageNo
String messageNo
Message number of the Message.
-
messageText
String messageText
Message description text.
-
occurred
LocalDateTime occurred
Timestamp when the Message has occurred.
-
pKey
String pKey
The unique key of the domain object in that context the message occurred.
-
class ProblemHistory extends org.ameba.integration.jpa.BaseEntity implements
Serializable
-
class StateChangeException extends org.ameba.exception.BehaviorAwareException implements
Serializable
-
class TransportOrder extends org.ameba.integration.jpa.ApplicationEntity implements
Serializable
-
Serialized Fields
-
endDate
Date endDate
Date when the TransportOrder
ended.
-
priority
PriorityLevel priority
A priority level of the TransportOrder
. The lower the value the lower the priority.
The priority level affects the
execution of the TransportOrder
. An order with high priority will be processed faster than those with lower priority.
-
problem
Message problem
Last reported problem on the TransportOrder
.
-
sourceLocation
String sourceLocation
The source Location
of the TransportOrder
.
This property is set before the TransportOrder
was started.
-
startDate
Date startDate
Date when the TransportOrder
was started.
-
state
TransportOrderState state
State of the TransportOrder
.
-
targetLocation
String targetLocation
The target Location
of the TransportOrder
.
This property is set before the TransportOrder
was started.
-
targetLocationGroup
@NotEmpty(groups=ValidateBKAndTarget.class) String targetLocationGroup
A LocationGroup
can also be set as target. At least one target must be set when the TransportOrder
is being started.
-
transportUnitBK
@Min(value=1L,groups=ValidateBKAndTarget.class) String transportUnitBK
The bk of the TransportUnit
to be moved by this TransportOrder
. Allowed to be null to keep
TransportOrder
s without TransportUnit
s.
-
class TransportServiceEvent extends org.springframework.context.ApplicationEvent implements
Serializable
-
-
-
-
-
Serialized Fields
-
requestedState
String requestedState
The state in that the TransportOrder shall be switched to.
-
transportOrderPkey
String transportOrderPkey
The identifying persistent key of the TransportOrder to change.
-
-
Serialized Fields
-
acceptedState
String acceptedState
The accepted state the TransportOrder can be switched to.
-
error
MessageVO error
An optional error message.
-
request
StateChangeRequest request
The identifying persistent key of the TransportOrder to change.