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 class
|
com.sgs.common.database |
This package is responsible for holding all of the objects that can be persisted in the SG V5 System.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
IntegrationImport.setFormulaStep(java.util.List<FormulaStep> formulaSteps)
Imports the steps of a formula.
|
Modifier and Type | Field and Description |
---|---|
FormulaStep |
FormulaStepInitialization.formulaStep |
FormulaStep |
FormulaStepEdit.formulaStep |
FormulaStep |
FormulaStep.linkedStep
With bagging mode 2, this is the sequence is which the terminal will have the user scan the bags in.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<FormulaStep> |
Formula.formulaSteps
A list of steps in the formula
|
Modifier and Type | Method and Description |
---|---|
FormulaStep |
BatchConsumption.getFormulaStep() |
FormulaStep |
FormulaStepInitialization.getFormulaStep() |
FormulaStep |
FormulaStepEdit.getFormulaStep() |
FormulaStep |
FormulaStep.getLinkedStep() |
FormulaStep |
OptionalGroup.getOptionalStep() |
FormulaStep |
CommonIngredientStep.getStep() |
FormulaStep |
BulkDispense.getStep() |
FormulaStep |
PreStep.getStep()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FormulaStep> |
OptionalGroup.getContainedSteps() |
java.util.List<FormulaStep> |
Formula.getFormulaSteps() |
java.util.List<FormulaStep> |
OptionalGroup.getPreviousSteps() |
Modifier and Type | Method and 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 |
FormulaStepInitialization.setFormulaStep(FormulaStep formulaStep) |
void |
FormulaStepEdit.setFormulaStep(FormulaStep formulaStep) |
void |
FormulaStep.setLinkedStep(FormulaStep linkedStep) |
void |
OptionalGroup.setOptionalStep(FormulaStep optionalStep) |
void |
CommonIngredientStep.setStep(FormulaStep step) |
void |
BulkDispense.setStep(FormulaStep step) |
void |
PreStep.setStep(FormulaStep step)
Deprecated.
|
Modifier and Type | Method and 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) |