Uses of Class
com.sgs.common.database.PurchaseOrderLine
-
Packages that use PurchaseOrderLine 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 PurchaseOrderLine in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type PurchaseOrderLine Modifier and Type Method Description javax.ws.rs.core.Response
IntegrationImport. setPurchaseOrderLine(java.util.List<PurchaseOrderLine> purchaseOrderLines)
Allows for the importing of purchase order lines. -
Uses of PurchaseOrderLine in com.sgs.common.database
Fields in com.sgs.common.database with type parameters of type PurchaseOrderLine Modifier and Type Field Description java.util.List<PurchaseOrderLine>
PurchaseOrder. lines
The lines of the purchase orderMethods in com.sgs.common.database that return PurchaseOrderLine Modifier and Type Method Description PurchaseOrderLine
Stock. getPoLine()
PurchaseOrderLine
SystemLog. getPoLine()
Methods in com.sgs.common.database that return types with arguments of type PurchaseOrderLine Modifier and Type Method Description java.util.List<PurchaseOrderLine>
PurchaseOrder. getLines()
Methods in com.sgs.common.database with parameters of type PurchaseOrderLine 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)
void
Stock. setPoLine(PurchaseOrderLine poLine)
void
SystemLog. setPoLine(PurchaseOrderLine poLine)
Method parameters in com.sgs.common.database with type arguments of type PurchaseOrderLine Modifier and Type Method Description void
PurchaseOrder. setLines(java.util.List<PurchaseOrderLine> lines)
void
PurchaseOrder. setPoLines(java.util.List<PurchaseOrderLine> lines)
-