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 TypeMethodDescriptionboolean
IDAO.addUploadJob
(UploadJob uploadJob) addDownloadJob.boolean
IDAO.deleteUploadJob
(UploadJob uploadJob) deleteDownloadJob.boolean
IDAO.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 TypeMethodDescriptionboolean
JPADAO.addUploadJob
(UploadJob uploadJob) addDownloadJob.boolean
JPADAO.deleteUploadJob
(UploadJob uploadJob) deleteDownloadJob.boolean
JPADAO.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 TypeMethodDescriptionvoid
UploadBean.setCurrentUploadJob
(UploadJob currentUploadJob) Setter for the fieldcurrentUploadJob
.