Uses of Class
com.sgs.common.database.LotContainer
-
Packages that use LotContainer Package Description com.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of LotContainer in com.sgs.common.database
Fields in com.sgs.common.database declared as LotContainer Modifier and Type Field Description LotContainer
BatchConsumption. lotContainer
The LotContaner consumed if using lot containerization.LotContainer
SystemLog. lotContainer
The LotContainer consumed/produced by this actionMethods in com.sgs.common.database that return LotContainer Modifier and Type Method Description LotContainer
FormulaStep. getActiveLotContainer()
LotContainer
BatchConsumption. getLotContainer()
LotContainer
SystemLog. getLotContainer()
Methods in com.sgs.common.database with parameters of type LotContainer Modifier and Type Method Description byte[]
LabelPrinter. parseLotContainerLabel(byte[] data, StockLocation stock, java.util.Date receivedDate, java.lang.String barcode, java.util.Date expiry, java.lang.String operator, boolean containsAllergen, Container pallet, Container container, java.lang.Integer containerQty, java.lang.Double grossWeight, java.lang.Double palletTare, LotContainer lotContainer, java.lang.Double quantity, java.lang.Integer bulkReceiptCount, java.lang.Double bulkItemWeight, java.lang.String weightByLabels, PurchaseOrderLine poLine)
byte[]
LabelPrinter. parseStockLabel(byte[] data, StockLocation stock, java.util.Date receivedDate, java.lang.String barcode, java.util.Date expiry, java.lang.String operator, boolean containsAllergen, Container pallet, Container container, java.lang.Integer containerQty, java.lang.Double grossWeight, java.lang.Double palletTare, LotContainer lotContainer, java.lang.Double quantity, java.lang.Integer bulkReceiptCount, java.lang.Double bulkItemWeight, java.lang.String weightByLabels, PurchaseOrderLine poLine, java.lang.Double packQty, int labelAddDays, int labelAddDaysSecondary)
byte[]
LabelPrinter. parseWithdrawLabel(byte[] data, StockLocation stock, java.util.Date receivedDate, java.lang.String barcode, java.util.Date expiry, java.lang.String operator, boolean containsAllergen, Container pallet, Container container, java.lang.Integer containerQty, java.lang.Double grossWeight, java.lang.Double palletTare, LotContainer lotContainer, java.lang.Double quantity, java.lang.Integer bulkReceiptCount, java.lang.Double tare, Reason reason)
void
FormulaStep. setActiveLotContainer(LotContainer activeLotContainer)
void
BatchConsumption. setLotContainer(LotContainer lotContainer)
void
SystemLog. setLotContainer(LotContainer lotContainer)
-