@java.lang.SuppressWarnings(value: unused) interface GetBarcodePrefixPoint
Defines the API for the barcode prefix logic extensions.
| Constructor and description |
|---|
GetBarcodePrefixPoint
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.util.Map<java.lang.String, java.lang.String> |
postGetBarcodePrefixMapping(java.util.Map<java.lang.String, java.lang.String> coreResponse)Post-scan extension method for the getBarcodePrefix() method. |
|
void |
preGetBarcodePrefixMapping()Pre-scan extension method for the getBarcodePrefix() method. |
Post-scan extension method for the getBarcodePrefix() method. See the core method ScanService.getBarcodePrefixMapping for details.
Note: This method is part of the Stable API.
coreResponse - The response from the core method (or from other extensions that provide a response).Pre-scan extension method for the getBarcodePrefix() method. See the core method ScanService.getBarcodePrefixMapping for details.
Note: This method is part of the Stable API.