Uses of Class
io.goobi.viewer.model.security.tickets.AccessTicket
Packages that use AccessTicket
Package
Description
Data access layer of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.JSF managed beans (CDI backing beans) of the Goobi viewer.
-
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 TypeMethodDescriptionbooleanIDAO.addTicket(AccessTicket ticket) addTicket.booleanIDAO.deleteTicket(AccessTicket ticket) deleteTicket.booleanIDAO.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 TypeMethodDescriptionbooleanJPADAO.addTicket(AccessTicket ticket) addTicket.booleanJPADAO.deleteTicket(AccessTicket ticket) deleteTicket.booleanJPADAO.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)