Uses of Class
io.goobi.viewer.model.security.DownloadTicket
Packages that use DownloadTicket
-
Uses of DownloadTicket in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return DownloadTicketModifier and TypeMethodDescriptionIDAO.getDownloadTicket
(Long id) IDAO.getDownloadTicketByPasswordHash
(String passwordHash) Methods in io.goobi.viewer.dao that return types with arguments of type DownloadTicketModifier and TypeMethodDescriptionIDAO.getActiveDownloadTickets
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getActiveDownloadTickets.IDAO.getDownloadTicketRequests()
Methods in io.goobi.viewer.dao with parameters of type DownloadTicketModifier and TypeMethodDescriptionboolean
IDAO.addDownloadTicket
(DownloadTicket downloadTicket) addDownloadTicket.boolean
IDAO.deleteDownloadTicket
(DownloadTicket downloadTicket) deleteDownloadTicket.boolean
IDAO.updateDownloadTicket
(DownloadTicket downloadTicket) updateDownloadTicket. -
Uses of DownloadTicket in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return DownloadTicketModifier and TypeMethodDescriptionJPADAO.getDownloadTicket
(Long id) JPADAO.getDownloadTicketByPasswordHash
(String passwordHash) Methods in io.goobi.viewer.dao.impl that return types with arguments of type DownloadTicketModifier and TypeMethodDescriptionJPADAO.getActiveDownloadTickets
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getActiveDownloadTickets.JPADAO.getDownloadTicketRequests()
Methods in io.goobi.viewer.dao.impl with parameters of type DownloadTicketModifier and TypeMethodDescriptionboolean
JPADAO.addDownloadTicket
(DownloadTicket downloadTicket) addDownloadTicket.boolean
JPADAO.deleteDownloadTicket
(DownloadTicket downloadTicket) deleteDownloadTicket.boolean
JPADAO.updateDownloadTicket
(DownloadTicket downloadTicket) updateDownloadTicket. -
Uses of DownloadTicket in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return types with arguments of type DownloadTicketModifier and TypeMethodDescriptionAdminLicenseBean.getDownloadTicketRequests()
AdminLicenseBean.getLazyModelDownloadTickets()
Getter for the fieldlazyModelDownloadTickets
.AdminLicenseBean.getPageDownloadTickets()
getPageDownloadTickets.Methods in io.goobi.viewer.managedbeans with parameters of type DownloadTicketModifier and TypeMethodDescriptionAdminLicenseBean.activateDownloadTicketAction
(DownloadTicket ticket) AdminLicenseBean.deleteDownloadTicketAction
(DownloadTicket ticket) AdminLicenseBean.extendDownloadTicketAction
(DownloadTicket ticket) AdminLicenseBean.rejectDownloadTicketAction
(DownloadTicket ticket) AdminLicenseBean.renewDownloadTicketAction
(DownloadTicket ticket)