Uses of Class
com.sgs.common.database.Job
-
Packages that use Job 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 Job in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type Job Modifier and Type Method Description javax.ws.rs.core.ResponseIntegrationImport. setJob(java.util.List<Job> jobs)Imports jobs for the production plan. -
Uses of Job in com.sgs.common.database
Fields in com.sgs.common.database declared as Job Modifier and Type Field Description JobJobLine. jobThe job that this job line belongs toJobJobStat. jobJobStockAssignment. jobThe job to assign the stock item toJobUserLog. jobAffected JobJobSystemLog. jobLinkThe job that this transaction concernsMethods in com.sgs.common.database that return Job Modifier and Type Method Description JobJobLine. getJob()JobJobStat. getJob()JobPreBatch. getJob()JobStockAssignment. getJob()JobUserLog. getJob()JobSystemLog. getJobLink()Methods in com.sgs.common.database with parameters of type Job Modifier and Type Method Description static voidUserLogUtil. jobCompleted(User activeUser, Job job, Terminal activeTerminal)voidJobLine. setJob(Job job)voidJobStat. setJob(Job job)voidPreBatch. setJob(Job job)voidStockAssignment. setJob(Job job)voidUserLog. setJob(Job job)voidSystemLog. setJobLink(Job jobLink)
-