Uses of Class
com.sgs.common.database.Location
-
Packages that use Location 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 classcom.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of Location in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type Location Modifier and Type Method Description javax.ws.rs.core.Response
IntegrationImport. setLocation(java.util.List<Location> locations)
Imports a list of physical locations. -
Uses of Location in com.sgs.common.database
Fields in com.sgs.common.database declared as Location Modifier and Type Field 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 departingLocation
BulkPlatform. inventoryLocation
The location to pull inventory from (not required)Location
ChecksTemplates. location
The Location where the Check is to be done.Location
ChecksTemplatesGroupEventLink. location
Where the Events are triggered.Location
DeviationDetails. location
Location IDLocation
FormulaStep. location
The location this step should appear at if you are using a flat formulation approach rather than hierarchicalLocation
LocationGroupLink. location
The location that has been pulled in.Location
PreBatch. location
The production location this batch will appear inLocation
QAGroup. location
Location
QAGroupEvent. location
The production location that this should appear atLocation
QALink. location
The production location that this should appear atLocation
Reason. location
The production location where this message should appear.Location
SalesLog. location
The production location of the actionLocation
SPCCommodity. location
The production location that the commodity should be SPC'd atLocation
StockLocation. location
The location that this part of the stock residesLocation
SystemLog. location
The production location that this event occured atLocation
TerminalLocation. location
A locationLocation
FormulaStep. mixLocation
The location where this item will ultimately get mixed if using bagging mode 5Location
Formula. productionLocation
The default production location for this formula.Location
StockAssignment. productionLocation
An optional production location can be specified for filteringLocation
SalesOrder. stagingArea
The staging location for this orderLocation
Container. stockLocation
The stock location that this pallet currently residesLocation
Formula. stockLocation
The default location that stock should be produced to when this formula is completeLocation
QALink. stockLocation
The stock location that this should appear atLocation
SystemLog. stockLocation
The stock location that this action was performed atLocation
SystemLog. targetLocation
The destinationLocation
for a movement logLocation
Transfer. toLocation
The production location to which the goods will arriveMethods in com.sgs.common.database with parameters of type Location Modifier and Type Method 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, java.lang.String formulaCustomField4, java.lang.String formulaCustomField5, java.lang.String formulaCustomField6, java.lang.String formulaCustomField7, java.lang.Double formulaTare)
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
Asset. setLocation(Location location)
void
ChecksTemplates. setLocation(Location location)
void
ChecksTemplatesGroupEventLink. setLocation(Location location)
void
DeviationDetails. setLocation(Location location)
void
FormulaStep. setLocation(Location location)
void
LocationGroupLink. setLocation(Location location)
void
PreBatch. setLocation(Location location)
void
PreStep. setLocation(Location location)
Deprecated.void
QAGroup. setLocation(Location location)
void
QAGroupEvent. setLocation(Location location)
void
QALink. setLocation(Location location)
void
Reason. setLocation(Location location)
void
SalesLog. setLocation(Location location)
void
SPCCommodity. setLocation(Location location)
void
StockLocation. setLocation(Location location)
void
SystemLog. setLocation(Location location)
void
TerminalLocation. setLocation(Location location)
void
FormulaStep. setMixLocation(Location mixLocation)
void
StockLocation. setOldLocation(Location oldLocation)
void
JobLine. setOverridenLocation(Location overridenLocation)
void
Formula. setProductionLocation(Location productionLocation)
void
StockAssignment. setProductionLocation(Location productionLocation)
void
SalesOrder. setStagingArea(Location stagingArea)
void
Container. setStockLocation(Location stockLocation)
void
Formula. setStockLocation(Location stockLocation)
void
QALink. setStockLocation(Location stockLocation)
void
SystemLog. setStockLocation(Location stockLocation)
void
SystemLog. setTargetLocation(Location targetLocation)
void
Transfer. setToLocation(Location toLocation)
-