Uses of Class
io.goobi.viewer.model.job.upload.UploadJob
Packages that use UploadJob
-
Uses of UploadJob in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return types with arguments of type UploadJobModifier and TypeMethodDescriptionIDAO.getUploadJobsForCreatorId(Long creatorId) IDAO.getUploadJobsWithStatus(JobStatus status) Methods in io.goobi.viewer.dao with parameters of type UploadJobModifier and TypeMethodDescriptionbooleanIDAO.addUploadJob(UploadJob uploadJob) addDownloadJob.booleanIDAO.deleteUploadJob(UploadJob uploadJob) deleteDownloadJob.booleanIDAO.updateUploadJob(UploadJob uploadJob) updateDownloadJob. -
Uses of UploadJob in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return types with arguments of type UploadJobModifier and TypeMethodDescriptionJPADAO.getUploadJobsForCreatorId(Long creatorId) JPADAO.getUploadJobsWithStatus(JobStatus status) Methods in io.goobi.viewer.dao.impl with parameters of type UploadJobModifier and TypeMethodDescriptionbooleanJPADAO.addUploadJob(UploadJob uploadJob) addDownloadJob.booleanJPADAO.deleteUploadJob(UploadJob uploadJob) deleteDownloadJob.booleanJPADAO.updateUploadJob(UploadJob uploadJob) updateDownloadJob. -
Uses of UploadJob in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return UploadJobModifier and TypeMethodDescriptionUploadBean.getCurrentUploadJob()Getter for the fieldcurrentUploadJob.Methods in io.goobi.viewer.managedbeans that return types with arguments of type UploadJobModifier and TypeMethodDescriptionUploadBean.getLazyModelUploadJobs()Getter for the fieldlazyModelUploadJobs.Methods in io.goobi.viewer.managedbeans with parameters of type UploadJobModifier and TypeMethodDescriptionvoidUploadBean.setCurrentUploadJob(UploadJob currentUploadJob) Setter for the fieldcurrentUploadJob.