Uses of Class
com.sgs.common.database.FormulaStep
-
Packages that use FormulaStep 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 FormulaStep in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type FormulaStep Modifier and Type Method Description javax.ws.rs.core.Response
IntegrationImport. setFormulaStep(java.util.List<FormulaStep> formulaSteps)
Imports the steps of a formula. -
Uses of FormulaStep in com.sgs.common.database
Fields in com.sgs.common.database declared as FormulaStep Modifier and Type Field Description FormulaStep
Checks. formulaStep
The FormulaStep that the Check is associated with.FormulaStep
FormulaStepEdit. formulaStep
The pertaining formula stepFormulaStep
FormulaStepInitialization. formulaStep
FormulaStep
FormulaStep. linkedStep
With bagging mode 2, this is the sequence is which the terminal will have the user scan the bags in.Fields in com.sgs.common.database with type parameters of type FormulaStep Modifier and Type Field Description java.util.List<FormulaStep>
Formula. formulaSteps
A list of steps in the formulaMethods in com.sgs.common.database that return FormulaStep Modifier and Type Method Description FormulaStep
BatchConsumption. getFormulaStep()
FormulaStep
Checks. getFormulaStep()
FormulaStep
FormulaStepEdit. getFormulaStep()
FormulaStep
FormulaStepInitialization. getFormulaStep()
FormulaStep
FormulaStep. getLinkedStep()
FormulaStep
OptionalGroup. getOptionalStep()
FormulaStep
BulkDispense. getStep()
FormulaStep
CommonIngredientStep. getStep()
FormulaStep
PreStep. getStep()
Deprecated.Methods in com.sgs.common.database that return types with arguments of type FormulaStep Modifier and Type Method Description java.util.List<FormulaStep>
OptionalGroup. getContainedSteps()
java.util.List<FormulaStep>
Formula. getFormulaSteps()
java.util.List<FormulaStep>
OptionalGroup. getPreviousSteps()
Methods in com.sgs.common.database with parameters of type FormulaStep Modifier and Type Method Description int
FormulaStep. compareTo(FormulaStep o)
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. parseGenericLabel(byte[] data, java.lang.String jobNumber, java.lang.String formulaCode, java.lang.String formulaName, java.lang.String formulaUnits, java.lang.String comCode, java.lang.String comDesc, java.lang.String ingredientUnitsCode, java.lang.String ingredientUnitsDesc, StockLocation stock, java.lang.String operator, java.lang.String batchNumber, java.lang.String terminalName, FormulaStep step, Container pallet, java.util.Date expiry, java.lang.Double palletQty, java.util.Date jobProductionDate)
void
BatchConsumption. setFormulaStep(FormulaStep formulaStep)
void
Checks. setFormulaStep(FormulaStep formulaStep)
void
FormulaStepEdit. setFormulaStep(FormulaStep formulaStep)
void
FormulaStepInitialization. setFormulaStep(FormulaStep formulaStep)
void
FormulaStep. setLinkedStep(FormulaStep linkedStep)
void
OptionalGroup. setOptionalStep(FormulaStep optionalStep)
void
BulkDispense. setStep(FormulaStep step)
void
CommonIngredientStep. setStep(FormulaStep step)
void
PreStep. setStep(FormulaStep step)
Deprecated.Method parameters in com.sgs.common.database with type arguments of type FormulaStep Modifier and Type Method Description void
OptionalGroup. setContainedSteps(java.util.List<FormulaStep> stepsForGroup)
void
Formula. setFormulaSteps(java.util.List<FormulaStep> formulaSteps)
void
OptionalGroup. setPreviousSteps(java.util.List<FormulaStep> previousSteps)
-