Uses of Class
com.sgs.common.database.PreBatch
-
Packages that use PreBatch 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 PreBatch in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type PreBatch Modifier and Type Method Description javax.ws.rs.core.ResponseIntegrationImport. setModifyPreBatch(java.util.List<PreBatch> preBatches)For internal use onlyjavax.ws.rs.core.ResponseIntegrationImport. setPreBatch(java.util.List<PreBatch> preBatches)Used for importing specific batch sizes rather than using the job import
This URI will allow for the third party to schedule batches in a specific manner rather than allowing the V5 system to use it's logic to schedule the individual batch sizes within a job SeePreBatchfor details -
Uses of PreBatch in com.sgs.common.database
Methods in com.sgs.common.database that return PreBatch Modifier and Type Method Description PreBatchBatch. getPreBatch()PreBatchBatchFull. getPreBatch()PreBatchBulkDispense. getPreBatch()PreBatchCommonIngredientStep. getPreBatch()Methods in com.sgs.common.database that return types with arguments of type PreBatch Modifier and Type Method Description java.util.List<PreBatch>Job. getPreBatches()java.util.List<PreBatch>JobLine. getPreBatchList()Methods in com.sgs.common.database with parameters of type PreBatch Modifier and Type Method Description voidJob. addPreBatch(PreBatch p)static voidUserLogUtil. batchEditPerformed(User u, Reason reason, PreBatch preBatch)byte[]LabelPrinter. parseCommonsPalletLabel(byte[] data, Container pallet, Formula formula, JobLine jobLine, int palletIndex, int palletCount, java.lang.String operatorName, PreBatch preBatch, FormulaStep step)byte[]LabelPrinter. parseFPBoxEndLabel(byte[] data, Formula formula, com.sgs.common.data_containers.SalesOrderFormulaPair order, java.lang.String lotNumber, boolean ltsEnabled, java.lang.String origin, java.lang.String supplierLot, StockLocation stock, StockLocation producedStock, java.lang.String terminalName, java.lang.String operator, int labelsQty, int labelAddDays, PreBatch preBatch, java.lang.Double netWeight, java.lang.String productWeighmentUnit, int labelAddDaysSecondary)voidBatch. setPreBatch(PreBatch preBatch)voidBatchFull. setPreBatch(PreBatch preBatch)voidBulkDispense. setPreBatch(PreBatch preBatch)voidCommonIngredientStep. setPreBatch(PreBatch preBatch)Method parameters in com.sgs.common.database with type arguments of type PreBatch Modifier and Type Method Description voidJob. setPreBatches(java.util.List<PreBatch> preBatches)voidJobLine. setPreBatchList(java.util.List<PreBatch> preBatchList)
-