Package | Description |
---|---|
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 | Field and Description |
---|---|
JobLine |
SPCRun.jobLine
Pertains to a particular
JobLine ID |
JobLine |
Batch.jobLine
The Job Line (location/formula specific part of a job)
|
JobLine |
SuperBatch.jobLine |
JobLine |
ProductRequest.jobLine
The job line to which this request pertains
|
JobLine |
PreBatch.jobLine
The job line that this prebatch pertains to
|
Modifier and Type | Method and Description |
---|---|
JobLine |
SPCRun.getJobLine() |
JobLine |
Batch.getJobLine() |
JobLine |
JobSalesOrderLink.getJobLine() |
JobLine |
SuperBatch.getJobLine() |
JobLine |
CommonIngredientStep.getJobLine() |
JobLine |
ProductRequest.getJobLine() |
JobLine |
BatchFull.getJobLine() |
JobLine |
BulkDispense.getJobLine() |
JobLine |
PreStep.getJobLine()
Deprecated.
|
JobLine |
PreBatch.getJobLine() |
Modifier and Type | Method and Description |
---|---|
java.util.List<JobLine> |
CommonIngredient.getJobList() |
Modifier and Type | Method and Description |
---|---|
byte[] |
LabelPrinter.parseCommonsPalletLabel(byte[] data,
Container pallet,
Formula formula,
JobLine jobLine,
int palletIndex,
int palletCount,
java.lang.String operatorName,
PreBatch preBatch,
FormulaStep step) |
void |
SPCRun.setJobLine(JobLine jobLine) |
void |
Batch.setJobLine(JobLine jobLine) |
void |
JobSalesOrderLink.setJobLine(JobLine jobLine) |
void |
SuperBatch.setJobLine(JobLine jobLine) |
void |
CommonIngredientStep.setJobLine(JobLine jobLine) |
void |
ProductRequest.setJobLine(JobLine jobLine) |
void |
BatchFull.setJobLine(JobLine jobLine) |
void |
BulkDispense.setJobLine(JobLine jobLine) |
void |
PreStep.setJobLine(JobLine jobLine)
Deprecated.
|
void |
PreBatch.setJobLine(JobLine jobLine) |
Modifier and Type | Method and Description |
---|---|
void |
CommonIngredient.setJobList(java.util.List<JobLine> jobList) |