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.Response
IntegrationImport. 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 Job
JobLine. job
The job that this job line belongs toJob
JobStat. job
Job
StockAssignment. job
The job to assign the stock item toJob
UserLog. job
Affected JobJob
SystemLog. jobLink
The job that this transaction concernsMethods in com.sgs.common.database that return Job Modifier and Type Method Description Job
JobLine. getJob()
Job
JobStat. getJob()
Job
PreBatch. getJob()
Job
StockAssignment. getJob()
Job
UserLog. getJob()
Job
SystemLog. getJobLink()
Methods in com.sgs.common.database with parameters of type Job Modifier and Type Method Description static void
UserLogUtil. jobCompleted(User activeUser, Job job, Terminal activeTerminal)
void
JobLine. setJob(Job job)
void
JobStat. setJob(Job job)
void
PreBatch. setJob(Job job)
void
StockAssignment. setJob(Job job)
void
UserLog. setJob(Job job)
void
SystemLog. setJobLink(Job jobLink)
-