Uses of Class
com.sgs.common.database.Commodity
-
Packages that use Commodity 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 Commodity in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type Commodity Modifier and Type Method Description javax.ws.rs.core.ResponseIntegrationImport. setCommodity(java.util.List<Commodity> commodities)Import a list of commodities/ingredients for use in formulas. -
Uses of Commodity in com.sgs.common.database
Fields in com.sgs.common.database declared as Commodity Modifier and Type Field Description CommodityAllergenLink. commodity*Primary Key* The CommodityCommodityChecksTemplatesGroupEventLink. commodityThe Commodity that the link is against or associated with.CommodityCommodityGroupLink. commodityThe CommodityCommodityCustomerGroupCommodity. commodityThe commodityCommodityCustomFieldLink. commodityThe commodityCommodityCycleCountRun. commodityThe commodity to be cycle countedCommodityDeviationDetails. commodityThe Commodity that is associated with the deviation.CommodityFormula. commodity*Primary Key - Commodity Code* Every Formula object must have an underlying Commodity object.CommodityFormulaStep. commodityThe commodity that is associated with this step.CommodityHazardLink. commodityThe commodityCommodityPurchaseOrder. commodityCommodityPurchaseOrderLine. commodityThe commodity to be received on this purchase order lineCommodityQAGroupEvent. commodityThe commodity, if any, that triggers this event.CommodityQALink. commodityThe commodity, if any, that triggers this event.CommodityQALog. commodityThe commodity, if any, that prompted this questionCommoditySalesOrderLine. commodityThe commodity to be shipped on this sales order lineCommoditySPCCommodity. commodityThe commodity/formula to be used in SPCCommodityStock. commodityThe commodity of this piece of inventoryCommoditySupplierCommodity. commodityThe commodity that the supplier providesCommoditySystemLog. commodityThe commodity affectedCommodityTransferLine. commodityThe commodity that is to be transferredCommodityUnitCommodity. commodityThe commodity to provide an explicit overriden conversion forCommodityCommodity. productOfThe item for which this item is a product ofMethods in com.sgs.common.database with parameters of type Commodity 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)byte[]LabelPrinter. parseCommodityLabel(byte[] data, Commodity commodity)byte[]LabelPrinter. parseContainerLabel(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 barcode, java.lang.String status, boolean ltsEnabled, java.util.Date expiry, Commodity commodity, int ingredientArraySize, java.lang.Object[][] ingredientArray, java.lang.Double containerTare, java.lang.String baseUnitWeight, boolean containsAllergen, int ingredientArrayDecimals, java.lang.String customBatchNo, java.lang.String lpn, java.lang.String grossWeight, Location batchProductionLocation, java.lang.String stepType, java.lang.String terminalName, java.lang.String formulaSequenceNo, java.lang.String batchCount, java.lang.String jobCustomField1, java.lang.String jobCustomField2, java.lang.String jobCustomField3, java.lang.String jobCustomField4, java.lang.String jobCustomField5, java.lang.String operatorQuickRef, java.lang.Double tare, java.lang.String formulaDataField1, int stockContainerNumber)byte[]LabelPrinter. parseOCMLabel(byte[] data, Commodity activeCommodity, Commodity activeInnerCommodity, java.util.Date expiryDate, java.lang.Double netWeight, CustomerGroupCommodity activeCGC, Batch activeBatch)byte[]LabelPrinter. parsePalletHoldLabel(byte[] data, Hold hold, Commodity commodity, User operator)voidAllergenLink. setCommodity(Commodity commodity)voidAnalyticalWorkCard. setCommodity(Commodity commodity)voidAnalyticalWorkCardTest. setCommodity(Commodity commodity)voidBag. setCommodity(Commodity commodity)voidChecksTemplatesGroupEventLink. setCommodity(Commodity commodity)voidCommodityGroupLink. setCommodity(Commodity commodity)voidCommonIngredient. setCommodity(Commodity commodity)voidCustomerGroupCommodity. setCommodity(Commodity commodity)voidCustomFieldLink. setCommodity(Commodity commodity)voidCycleCountRun. setCommodity(Commodity commodity)voidDeviationDetails. setCommodity(Commodity commodity)voidFormula. setCommodity(Commodity commodity)voidFormulaStep. setCommodity(Commodity commodity)voidHazardLink. setCommodity(Commodity commodity)voidPurchaseOrder. setCommodity(Commodity commodity)voidPurchaseOrderLine. setCommodity(Commodity commodity)voidQAGroupEvent. setCommodity(Commodity commodity)voidQALink. setCommodity(Commodity commodity)voidQALog. setCommodity(Commodity commodity)voidSalesOrderLine. setCommodity(Commodity commodity)voidSiteSupplierCommodity. setCommodity(Commodity commodity)voidSOPCommodityLink. setCommodity(Commodity commodity)voidSPCCommodity. setCommodity(Commodity commodity)voidStock. setCommodity(Commodity commodity)voidSupplierCommodity. setCommodity(Commodity commodity)voidSystemLog. setCommodity(Commodity commodity)voidTransferLine. setCommodity(Commodity commodity)voidUnitCommodity. setCommodity(Commodity commodity)voidAssetFormulaLink. setFormula(Commodity formula)voidCommodity. setProductOf(Commodity productOf)
-