Uses of Class
com.sgs.common.database.Formula
-
Packages that use Formula 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 Formula in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type Formula Modifier and Type Method Description javax.ws.rs.core.ResponseIntegrationImport. setFormula(java.util.List<Formula> formulas)Import formulas/recipes with or without formula steps. -
Uses of Formula in com.sgs.common.database
Fields in com.sgs.common.database declared as Formula Modifier and Type Field Description FormulaBatch. formulaThe formula/receipe that was run during this batchFormulaFormulaStep. formula*Primary Key* The formula that this step belongs toFormulaJob. formulaThe ultimate formula for which this job pertainsFormulaJobLine. formulaThe formula to be executed for this job lineFormulaPreBatch. formulaAn overriding formula.Methods in com.sgs.common.database that return Formula Modifier and Type Method Description FormulaBatch. getFormula()FormulaBatchFull. getFormula()FormulaFormulaStep. getFormula()FormulaJob. getFormula()FormulaJobLine. getFormula()FormulaPreBatch. getFormula()Methods in com.sgs.common.database with parameters of type Formula Modifier and Type Method Description static voidUserLogUtil. formulaApproved(Formula formula, User u, int approveStatus, Reason reason)static voidUserLogUtil. formulaChanged(Formula formula, User u, Reason reason)static voidUserLogUtil. formulaReverted(Formula formula, User u, Reason reason)byte[]LabelPrinter. parseCommonsPalletLabel(byte[] data, Container pallet, Formula formula, JobLine jobLine, int palletIndex, int palletCount, java.lang.String operatorName, PreBatch preBatch, FormulaStep step)byte[]LabelPrinter. parseDispatchPalletLabel(byte[] data, Container pallet, Formula formula, java.lang.Double qty, Batch batch, Terminal terminal, java.lang.Double palletItemCount, User user, java.util.List<JobSalesOrderLink> jobSalesLink, java.util.List<ContainerLink> cLinks)byte[]LabelPrinter. parseFPBoxEndLabel(byte[] data, Formula formula, com.sgs.common.data_containers.SalesOrderFormulaPair order, java.lang.String lotNumber, boolean ltsEnabled, java.lang.String origin, java.lang.String supplierLot, StockLocation stock, StockLocation producedStock, java.lang.String terminalName, java.lang.String operator, int labelsQty, int labelAddDays, PreBatch preBatch, java.lang.Double netWeight, java.lang.String productWeighmentUnit, int labelAddDaysSecondary)byte[]LabelPrinter. parseInventoryPalletLabel(byte[] data, ContainerLink link, Formula formula, java.lang.Double quantity, User user, PurchaseOrder purchaseOrder, java.lang.Double totalPalletQuantity, SalesOrderLine orderLine)byte[]LabelPrinter. parseSupplierCommodityLabel(byte[] data, SupplierCommodity sc, Formula formula)voidBatch. setFormula(Formula formula)voidBatchFull. setFormula(Formula formula)voidFormulaStep. setFormula(Formula formula)voidJob. setFormula(Formula formula)voidJobLine. setFormula(Formula formula)voidPreBatch. setFormula(Formula formula)
-