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.Response
IntegrationImport. setModifyPreBatch(java.util.List<PreBatch> preBatches)
For internal use onlyjavax.ws.rs.core.Response
IntegrationImport. 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 SeePreBatch
for details -
Uses of PreBatch in com.sgs.common.database
Methods in com.sgs.common.database that return PreBatch Modifier and Type Method Description PreBatch
Batch. getPreBatch()
PreBatch
BatchFull. getPreBatch()
PreBatch
BulkDispense. getPreBatch()
PreBatch
CommonIngredientStep. 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 void
Job. addPreBatch(PreBatch p)
static void
UserLogUtil. 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)
void
Batch. setPreBatch(PreBatch preBatch)
void
BatchFull. setPreBatch(PreBatch preBatch)
void
BulkDispense. setPreBatch(PreBatch preBatch)
void
CommonIngredientStep. setPreBatch(PreBatch preBatch)
Method parameters in com.sgs.common.database with type arguments of type PreBatch Modifier and Type Method Description void
Job. setPreBatches(java.util.List<PreBatch> preBatches)
void
JobLine. setPreBatchList(java.util.List<PreBatch> preBatchList)
-