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.ResponseIntegrationImport. 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 LocationCommodity. defaultStockLocationThe standard putaway location for this item upon receipt.LocationTransfer. fromLocationThe production location from which the goods will be departingLocationBulkPlatform. inventoryLocationThe location to pull inventory from (not required)LocationChecksTemplates. locationThe Location where the Check is to be done.LocationChecksTemplatesGroupEventLink. locationWhere the Events are triggered.LocationDeviationDetails. locationLocation IDLocationFormulaStep. locationThe location this step should appear at if you are using a flat formulation approach rather than hierarchicalLocationLocationGroupLink. locationThe location that has been pulled in.LocationPreBatch. locationThe production location this batch will appear inLocationQAGroup. locationLocationQAGroupEvent. locationThe production location that this should appear atLocationQALink. locationThe production location that this should appear atLocationReason. locationThe production location where this message should appear.LocationSalesLog. locationThe production location of the actionLocationSPCCommodity. locationThe production location that the commodity should be SPC'd atLocationStockLocation. locationThe location that this part of the stock residesLocationSystemLog. locationThe production location that this event occured atLocationTerminalLocation. locationA locationLocationFormulaStep. mixLocationThe location where this item will ultimately get mixed if using bagging mode 5LocationFormula. productionLocationThe default production location for this formula.LocationStockAssignment. productionLocationAn optional production location can be specified for filteringLocationSalesOrder. stagingAreaThe staging location for this orderLocationContainer. stockLocationThe stock location that this pallet currently residesLocationFormula. stockLocationThe default location that stock should be produced to when this formula is completeLocationQALink. stockLocationThe stock location that this should appear atLocationSystemLog. stockLocationThe stock location that this action was performed atLocationSystemLog. targetLocationThe destinationLocationfor a movement logLocationTransfer. toLocationThe 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)voidCommodity. setDefaultStockLocation(Location defaultStockLocation)voidTransfer. setFromLocation(Location fromLocation)voidLocation. setGravRackShiftLocation(Location gravRackShiftLocation)voidBulkPlatform. setInventoryLocation(Location inventoryLocation)voidAsset. setLocation(Location location)voidChecksTemplates. setLocation(Location location)voidChecksTemplatesGroupEventLink. setLocation(Location location)voidDeviationDetails. setLocation(Location location)voidFormulaStep. setLocation(Location location)voidLocationGroupLink. setLocation(Location location)voidPreBatch. setLocation(Location location)voidPreStep. setLocation(Location location)Deprecated.voidQAGroup. setLocation(Location location)voidQAGroupEvent. setLocation(Location location)voidQALink. setLocation(Location location)voidReason. setLocation(Location location)voidSalesLog. setLocation(Location location)voidSPCCommodity. setLocation(Location location)voidStockLocation. setLocation(Location location)voidSystemLog. setLocation(Location location)voidTerminalLocation. setLocation(Location location)voidFormulaStep. setMixLocation(Location mixLocation)voidStockLocation. setOldLocation(Location oldLocation)voidJobLine. setOverridenLocation(Location overridenLocation)voidFormula. setProductionLocation(Location productionLocation)voidStockAssignment. setProductionLocation(Location productionLocation)voidSalesOrder. setStagingArea(Location stagingArea)voidContainer. setStockLocation(Location stockLocation)voidFormula. setStockLocation(Location stockLocation)voidQALink. setStockLocation(Location stockLocation)voidSystemLog. setStockLocation(Location stockLocation)voidSystemLog. setTargetLocation(Location targetLocation)voidTransfer. setToLocation(Location toLocation)
-