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.Response
IntegrationImport. 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 Formula
Batch. formula
The formula/receipe that was run during this batchFormula
FormulaStep. formula
*Primary Key* The formula that this step belongs toFormula
Job. formula
The ultimate formula for which this job pertainsFormula
JobLine. formula
The formula to be executed for this job lineFormula
PreBatch. formula
An overriding formula.Methods in com.sgs.common.database that return Formula Modifier and Type Method Description Formula
Batch. getFormula()
Formula
BatchFull. getFormula()
Formula
FormulaStep. getFormula()
Formula
Job. getFormula()
Formula
JobLine. getFormula()
Formula
PreBatch. getFormula()
Methods in com.sgs.common.database with parameters of type Formula Modifier and Type Method Description static void
UserLogUtil. formulaApproved(Formula formula, User u, int approveStatus, Reason reason)
static void
UserLogUtil. formulaChanged(Formula formula, User u, Reason reason)
static void
UserLogUtil. 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)
void
Batch. setFormula(Formula formula)
void
BatchFull. setFormula(Formula formula)
void
FormulaStep. setFormula(Formula formula)
void
Job. setFormula(Formula formula)
void
JobLine. setFormula(Formula formula)
void
PreBatch. setFormula(Formula formula)
-