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.ResponseIntegrationImport. 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 FormulaStepChecks. formulaStepThe FormulaStep that the Check is associated with.FormulaStepFormulaStepEdit. formulaStepThe pertaining formula stepFormulaStepFormulaStepInitialization. formulaStepFormulaStepFormulaStep. linkedStepWith 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. formulaStepsA list of steps in the formulaMethods in com.sgs.common.database that return FormulaStep Modifier and Type Method Description FormulaStepBatchConsumption. getFormulaStep()FormulaStepChecks. getFormulaStep()FormulaStepFormulaStepEdit. getFormulaStep()FormulaStepFormulaStepInitialization. getFormulaStep()FormulaStepFormulaStep. getLinkedStep()FormulaStepOptionalGroup. getOptionalStep()FormulaStepBulkDispense. getStep()FormulaStepCommonIngredientStep. getStep()FormulaStepPreStep. 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 intFormulaStep. 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)voidBatchConsumption. setFormulaStep(FormulaStep formulaStep)voidChecks. setFormulaStep(FormulaStep formulaStep)voidFormulaStepEdit. setFormulaStep(FormulaStep formulaStep)voidFormulaStepInitialization. setFormulaStep(FormulaStep formulaStep)voidFormulaStep. setLinkedStep(FormulaStep linkedStep)voidOptionalGroup. setOptionalStep(FormulaStep optionalStep)voidBulkDispense. setStep(FormulaStep step)voidCommonIngredientStep. setStep(FormulaStep step)voidPreStep. setStep(FormulaStep step)Deprecated.Method parameters in com.sgs.common.database with type arguments of type FormulaStep Modifier and Type Method Description voidOptionalGroup. setContainedSteps(java.util.List<FormulaStep> stepsForGroup)voidFormula. setFormulaSteps(java.util.List<FormulaStep> formulaSteps)voidOptionalGroup. setPreviousSteps(java.util.List<FormulaStep> previousSteps)
-