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 JobLineAssetJobLog. jobLineThe job line associated with this asset job log.JobLineBatch. jobLineThe Job Line (location/formula specific part of a job)JobLineChecks. jobLineThe JobLine that the Check is associated with.JobLineChecksTemplates. jobLineThe JobLine that is assocaited with the CheckTemplate.JobLineDeviationDetails. jobLineIf the deviation was created from a Job.JobLinePreBatch. jobLineThe job line that this prebatch pertains toJobLineProductRequest. jobLineThe job line to which this request pertainsJobLineSPCRun. jobLinePertains to a particularJobLineIDJobLineSuperBatch. jobLineMethods in com.sgs.common.database that return JobLine Modifier and Type Method Description JobLineAssetJobLog. getJobLine()JobLineBatch. getJobLine()JobLineBatchFull. getJobLine()JobLineBulkDispense. getJobLine()JobLineChecks. getJobLine()JobLineChecksTemplates. getJobLine()JobLineCommonIngredientStep. getJobLine()JobLineDeviationDetails. getJobLine()JobLineJobSalesOrderLink. getJobLine()JobLinePreBatch. getJobLine()JobLinePreStep. getJobLine()Deprecated.JobLineProductRequest. getJobLine()JobLineSPCRun. getJobLine()JobLineSuperBatch. 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)voidAssetJobLog. setJobLine(JobLine jobLine)voidBatch. setJobLine(JobLine jobLine)voidBatchFull. setJobLine(JobLine jobLine)voidBulkDispense. setJobLine(JobLine jobLine)voidChecks. setJobLine(JobLine jobLine)voidChecksTemplates. setJobLine(JobLine jobLine)voidCommonIngredientStep. setJobLine(JobLine jobLine)voidDeviationDetails. setJobLine(JobLine jobLine)voidJobSalesOrderLink. setJobLine(JobLine jobLine)voidPreBatch. setJobLine(JobLine jobLine)voidPreStep. setJobLine(JobLine jobLine)Deprecated.voidProductRequest. setJobLine(JobLine jobLine)voidSPCRun. setJobLine(JobLine jobLine)voidSuperBatch. setJobLine(JobLine jobLine)Method parameters in com.sgs.common.database with type arguments of type JobLine Modifier and Type Method Description voidCommonIngredient. setJobList(java.util.List<JobLine> jobList)
-