Uses of Class
com.sgs.common.database.JobLine
-
Packages that use JobLine 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. -
-
Uses of JobLine in com.sgs.common.database
Fields in com.sgs.common.database declared as JobLine Modifier and Type Field Description JobLine
AssetJobLog. jobLine
The job line associated with this asset job log.JobLine
Batch. jobLine
The Job Line (location/formula specific part of a job)JobLine
Checks. jobLine
The JobLine that the Check is associated with.JobLine
ChecksTemplates. jobLine
The JobLine that is assocaited with the CheckTemplate.JobLine
DeviationDetails. jobLine
If the deviation was created from a Job.JobLine
PreBatch. jobLine
The job line that this prebatch pertains toJobLine
ProductRequest. jobLine
The job line to which this request pertainsJobLine
SPCRun. jobLine
Pertains to a particularJobLine
IDJobLine
SuperBatch. jobLine
Methods in com.sgs.common.database that return JobLine Modifier and Type Method Description JobLine
AssetJobLog. getJobLine()
JobLine
Batch. getJobLine()
JobLine
BatchFull. getJobLine()
JobLine
BulkDispense. getJobLine()
JobLine
Checks. getJobLine()
JobLine
ChecksTemplates. getJobLine()
JobLine
CommonIngredientStep. getJobLine()
JobLine
DeviationDetails. getJobLine()
JobLine
JobSalesOrderLink. getJobLine()
JobLine
PreBatch. getJobLine()
JobLine
PreStep. getJobLine()
Deprecated.JobLine
ProductRequest. getJobLine()
JobLine
SPCRun. getJobLine()
JobLine
SuperBatch. getJobLine()
Methods in com.sgs.common.database that return types with arguments of type JobLine Modifier and Type Method Description java.util.List<JobLine>
CommonIngredient. getJobList()
Methods in com.sgs.common.database with parameters of type JobLine Modifier and Type Method 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
AssetJobLog. setJobLine(JobLine jobLine)
void
Batch. setJobLine(JobLine jobLine)
void
BatchFull. setJobLine(JobLine jobLine)
void
BulkDispense. setJobLine(JobLine jobLine)
void
Checks. setJobLine(JobLine jobLine)
void
ChecksTemplates. setJobLine(JobLine jobLine)
void
CommonIngredientStep. setJobLine(JobLine jobLine)
void
DeviationDetails. setJobLine(JobLine jobLine)
void
JobSalesOrderLink. setJobLine(JobLine jobLine)
void
PreBatch. setJobLine(JobLine jobLine)
void
PreStep. setJobLine(JobLine jobLine)
Deprecated.void
ProductRequest. setJobLine(JobLine jobLine)
void
SPCRun. setJobLine(JobLine jobLine)
void
SuperBatch. setJobLine(JobLine jobLine)
Method parameters in com.sgs.common.database with type arguments of type JobLine Modifier and Type Method Description void
CommonIngredient. setJobList(java.util.List<JobLine> jobList)
-