@java.lang.SuppressWarnings(value: GrFinalVariableAccess) interface ScanRequestInterface
The request argument for the scan() method. This scan resolution is typically handled by the ScanService.
This is usually a POGO used by the ScanService.scan method.Modifiers | Name | Description |
---|---|---|
static LSN |
lsn |
The current LSN from the client (e.g. scan dashboard). |
static int |
operationSequence |
The current operation sequence from the client (e.g. scan dashboard). |
static Order |
order |
The current order from the client (e.g. scan dashboard). |
Type | Name and description |
---|---|
java.lang.String |
barcode |
Constructor and description |
---|
ScanRequestInterface
() |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getBarcode() A generic user or barcode input string. |
|
void |
setBarcode(java.lang.String barcode) A generic user or barcode input string. |
The current LSN from the client (e.g. scan dashboard).
The current operation sequence from the client (e.g. scan dashboard). This is the current operation being processed on the client. Only needed when the order/LSN uses a routing.
The current order from the client (e.g. scan dashboard).