Package | Description |
---|---|
com.sgapi.services |
This package provides endpoints for integrating data with the SG V5 System
Imports are handled within the IntegrationImport class
Exports are handled within the IntegrationExport class
|
com.sgs.common.database |
This package is responsible for holding all of the objects that can be persisted in the SG V5 System.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
IntegrationImport.setLocation(java.util.List<Location> locations)
Imports a list of physical locations.
|
Modifier and Type | Field and Description |
---|---|
Location |
Commodity.defaultStockLocation
The standard putaway location for this item upon receipt.
|
Location |
Transfer.fromLocation
The production location from which the goods will be departing
|
Location |
BulkPlatform.inventoryLocation
The location to pull inventory from (not required)
|
Location |
StockLocation.location
The location that this part of the stock resides
|
Location |
SystemLog.location
The production location that this event occured at
|
Location |
Reason.location
The production location where this message should appear
|
Location |
QALink.location
The production location that this should appear at
|
Location |
SPCCommodity.location
The production location that the commodity should be SPC'd at
|
Location |
LocationGroupLink.location |
Location |
QAGroupEvent.location
The production location that this should appear at
|
Location |
FormulaStep.location
The location this step should appear at if you are using a flat formulation approach rather than hierarchical
|
Location |
TerminalLocation.location
A location
|
Location |
PreBatch.location
The production location this batch will appear in
|
Location |
SalesLog.location
The production location of the action
|
Location |
FormulaStep.mixLocation
The location where this item will ultimately get mixed if using bagging mode 5
|
Location |
Formula.productionLocation
The default production location for this formula.
|
Location |
SalesOrder.stagingArea
The staging location for this order
|
Location |
SystemLog.stockLocation
The stock location that this action was performed at
|
Location |
Formula.stockLocation
The default location that stock should be produced to when this formula is complete
|
Location |
Container.stockLocation
The stock location that this pallet currently resides
|
Location |
SystemLog.targetLocation
The destination
Location for a movement log |
Location |
Transfer.toLocation
The production location to which the goods will arrive
|
Modifier and Type | Method and Description |
---|---|
byte[] |
LabelPrinter.parseBatchLabel(byte[] data,
java.lang.String formulaCode,
java.lang.String formulaName,
java.lang.String formulaUnits,
java.lang.String weightStr,
java.lang.String batchNumber,
java.lang.String jobNumber,
java.lang.String operator,
java.lang.String barcode,
java.lang.String status,
boolean ltsEnabled,
java.util.Date expiry,
boolean containsAllergen,
java.lang.Object[][] ingredientArray,
int ingredientArraySize,
int commodityId,
java.lang.String upc,
Location productionLocation,
java.lang.Integer serial,
java.lang.String gtin,
java.lang.Double packCount,
StockLocation sourceLot,
StockLocation producedStock,
double weight,
java.lang.String productWeighmentUnit,
java.lang.Double tare,
java.lang.String weightDividedByLabels,
java.lang.Double transactionPackCount,
int ingredientArrayDecimals,
java.lang.String terminalName,
java.lang.Object[][] salesOrderLinkArray,
int salesOrderArraySize,
java.lang.String manufacturerPartNo,
java.lang.String batchXofY,
java.lang.String jobComments,
java.lang.String customField1,
java.lang.String customField2,
java.lang.String customField3,
java.lang.String customField4,
java.lang.String customField5,
java.lang.Double products,
java.lang.Integer bulkQty,
java.lang.Double formulaExpectedWeight,
java.lang.Double consumptionWeight,
Container pallet,
java.lang.String formulaCustomField1,
java.lang.Double stepWeight,
int formulaProduceAs,
double boxCount,
int labelAddDays,
int stockContainerNumber,
java.lang.String formulaCustomField2,
int labelQuantity,
java.lang.String[] reasons,
int labelAddDaysSecondary,
java.lang.Double packQty,
java.lang.String formulaCustomField3) |
byte[] |
LabelPrinter.parseContainerLabel(byte[] data,
java.lang.String formulaCode,
java.lang.String formulaName,
java.lang.String formulaUnits,
java.lang.String weight,
java.lang.String batchNumber,
java.lang.String jobNumber,
java.lang.String operator,
java.lang.String barcode,
java.lang.String status,
boolean ltsEnabled,
java.util.Date expiry,
Commodity commodity,
int ingredientArraySize,
java.lang.Object[][] ingredientArray,
java.lang.Double containerTare,
java.lang.String baseUnitWeight,
boolean containsAllergen,
int ingredientArrayDecimals,
java.lang.String customBatchNo,
java.lang.String lpn,
java.lang.String grossWeight,
Location batchProductionLocation,
java.lang.String stepType,
java.lang.String terminalName,
java.lang.String formulaSequenceNo,
java.lang.String batchCount,
java.lang.String jobCustomField1,
java.lang.String jobCustomField2,
java.lang.String jobCustomField3,
java.lang.String jobCustomField4,
java.lang.String jobCustomField5,
java.lang.String operatorQuickRef,
java.lang.Double tare,
java.lang.String formulaDataField1,
int stockContainerNumber) |
byte[] |
LabelPrinter.parseLocationLabel(byte[] data,
Location location) |
void |
Commodity.setDefaultStockLocation(Location defaultStockLocation) |
void |
Transfer.setFromLocation(Location fromLocation) |
void |
Location.setGravRackShiftLocation(Location gravRackShiftLocation) |
void |
BulkPlatform.setInventoryLocation(Location inventoryLocation) |
void |
StockLocation.setLocation(Location location) |
void |
SystemLog.setLocation(Location location) |
void |
Reason.setLocation(Location location) |
void |
QALink.setLocation(Location location) |
void |
SPCCommodity.setLocation(Location location) |
void |
LocationGroupLink.setLocation(Location location) |
void |
QAGroupEvent.setLocation(Location location) |
void |
FormulaStep.setLocation(Location location) |
void |
PreStep.setLocation(Location location)
Deprecated.
|
void |
TerminalLocation.setLocation(Location location) |
void |
PreBatch.setLocation(Location location) |
void |
SalesLog.setLocation(Location location) |
void |
FormulaStep.setMixLocation(Location mixLocation) |
void |
StockLocation.setOldLocation(Location oldLocation) |
void |
JobLine.setOverridenLocation(Location overridenLocation) |
void |
Formula.setProductionLocation(Location productionLocation) |
void |
SalesOrder.setStagingArea(Location stagingArea) |
void |
SystemLog.setStockLocation(Location stockLocation) |
void |
Formula.setStockLocation(Location stockLocation) |
void |
Container.setStockLocation(Location stockLocation) |
void |
SystemLog.setTargetLocation(Location targetLocation) |
void |
Transfer.setToLocation(Location toLocation) |