@groovy.transform.ToString(includeNames: true, includePackage: false) class FindComponentAssemblyStateRequest extends java.lang.Object
This class is the request to find the component state of an order/LSN.
Type | Name and description |
---|---|
private org.simplemes.mes.demand.DemandObject |
demand The order/LSN to find the components for. |
private java.lang.Boolean |
hideAssembled If true, then all components that are fully assembled or over assembled will be filtered out (default: false). |
Constructor and description |
---|
FindComponentAssemblyStateRequest
() Default constructor. |
FindComponentAssemblyStateRequest
(org.simplemes.mes.demand.domain.Order order) Convenience constructor. |
FindComponentAssemblyStateRequest
(org.simplemes.mes.demand.domain.LSN lsn) Convenience constructor. |
FindComponentAssemblyStateRequest
(java.util.Map params) Main constructor for use with a controller's HTTP parameters. |
FindComponentAssemblyStateRequest
() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The order/LSN to find the components for. (Required).
If true, then all components that are fully assembled or over assembled will be filtered out (default: false).
Default constructor.
Convenience constructor.
order
- The demand object.Convenience constructor.
lsn
- The demand object.Main constructor for use with a controller's HTTP parameters. Validates the inputs, but does not fail if no order/lsn is given.
params
- The HTTP parameters (order, lsn and hideAssembled)Groovy Documentation