Uses of Class
com.sgs.common.database.PurchaseOrder
-
Packages that use PurchaseOrder 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 PurchaseOrder in com.sgapi.services
Methods in com.sgapi.services with parameters of type PurchaseOrder Modifier and Type Method Description javax.ws.rs.core.ResponseIntegrationImport. setDeletePurchaseOrder(PurchaseOrder purchaseOrder)For Internal Use Only SeePurchaseOrderMethod parameters in com.sgapi.services with type arguments of type PurchaseOrder Modifier and Type Method Description javax.ws.rs.core.ResponseIntegrationImport. setModifyPurchaseOrder(java.util.List<PurchaseOrder> purchaseOrders)Imports purchase orders.javax.ws.rs.core.ResponseIntegrationImport. setPurchaseOrder(java.util.List<PurchaseOrder> purchaseOrders)Imports purchase orders. -
Uses of PurchaseOrder in com.sgs.common.database
Fields in com.sgs.common.database declared as PurchaseOrder Modifier and Type Field Description PurchaseOrderPurchaseOrder. masterPurchaseOrderThe Master Purchase Order that this Purchase Order is associated withPurchaseOrderPurchaseOrderLine. purchaseOrderThe purchase order that this line belongs toPurchaseOrderSystemLog. purchaseOrderThe related purchase orderMethods in com.sgs.common.database that return PurchaseOrder Modifier and Type Method Description PurchaseOrderPurchaseOrder. getMasterPurchaseOrder()PurchaseOrderPurchaseOrderLine. getPurchaseOrder()PurchaseOrderSystemLog. getPurchaseOrder()Methods in com.sgs.common.database with parameters of type PurchaseOrder Modifier and Type Method Description byte[]LabelPrinter. parseInventoryPalletLabel(byte[] data, ContainerLink link, Formula formula, java.lang.Double quantity, User user, PurchaseOrder purchaseOrder, java.lang.Double totalPalletQuantity, SalesOrderLine orderLine)voidPurchaseOrder. setMasterPurchaseOrder(PurchaseOrder masterPurchaseOrder)voidPurchaseOrderLine. setPurchaseOrder(PurchaseOrder purchaseOrder)voidSystemLog. setPurchaseOrder(PurchaseOrder purchaseOrder)
-