Uses of Class
com.sgs.common.database.Bag
-
Packages that use Bag 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 Bag in com.sgs.common.database
Fields in com.sgs.common.database declared as Bag Modifier and Type Field Description Bag
BatchConsumption. collatedBag
When using Bagging Mode 3, the collated bag is the bag which is scanned into the mix.Methods in com.sgs.common.database that return Bag Modifier and Type Method Description Bag
BatchConsumption. getCollatedBag()
Methods in com.sgs.common.database with parameters of type Bag Modifier and Type Method Description byte[]
LabelPrinter. parseBagLabel(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 status, boolean ltsEnabled, java.util.Date expiry, java.lang.String comCode, java.lang.String comDesc, java.lang.String bagId, StockLocation stock, java.lang.String batchCount, java.lang.String terminalName, java.lang.String jobLocationCode, java.lang.String jobLocationDesc, Container batchPallet, Commodity stockCommodity, Bag bag, java.lang.String grossWeight, java.lang.String tare, java.lang.Integer stepSequenceNo, java.lang.String targetQty)
void
BatchConsumption. setCollatedBag(Bag collatedBag)
-