Uses of Class
io.goobi.viewer.model.security.tickets.AccessTicket
Packages that use AccessTicket
-
Uses of AccessTicket in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return AccessTicketMethods in io.goobi.viewer.dao that return types with arguments of type AccessTicketModifier and TypeMethodDescriptionIDAO.getActiveTickets
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getActiveRecordAccessTickets.IDAO.getTicketRequests()
Methods in io.goobi.viewer.dao with parameters of type AccessTicketModifier and TypeMethodDescriptionboolean
IDAO.addTicket
(AccessTicket ticket) addTicket.boolean
IDAO.deleteTicket
(AccessTicket ticket) deleteTicket.boolean
IDAO.updateTicket
(AccessTicket ticket) updateTicket. -
Uses of AccessTicket in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return AccessTicketMethods in io.goobi.viewer.dao.impl that return types with arguments of type AccessTicketModifier and TypeMethodDescriptionJPADAO.getActiveTickets
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getActiveRecordAccessTickets.JPADAO.getTicketRequests()
Methods in io.goobi.viewer.dao.impl with parameters of type AccessTicketModifier and TypeMethodDescriptionboolean
JPADAO.addTicket
(AccessTicket ticket) addTicket.boolean
JPADAO.deleteTicket
(AccessTicket ticket) deleteTicket.boolean
JPADAO.updateTicket
(AccessTicket ticket) updateTicket. -
Uses of AccessTicket in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return types with arguments of type AccessTicketModifier and TypeMethodDescriptionAdminLicenseBean.getLazyModelTickets()
Getter for the fieldlazyModelTickets
.AdminLicenseBean.getPageTickets()
getPageTickets.AdminLicenseBean.getTicketRequests()
Methods in io.goobi.viewer.managedbeans with parameters of type AccessTicketModifier and TypeMethodDescriptionAdminLicenseBean.activateTicketAction
(AccessTicket ticket) AdminLicenseBean.deleteTicketAction
(AccessTicket ticket) AdminLicenseBean.extendTicketAction
(AccessTicket ticket) AdminLicenseBean.rejectTicketAction
(AccessTicket ticket) AdminLicenseBean.renewTicketAction
(AccessTicket ticket)