Uses of Class
io.goobi.viewer.model.administration.MaintenanceMode
Packages that use MaintenanceMode
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.
Domain model for viewer administration features, including maintenance mode configuration
with its multilingual messages displayed to visitors during scheduled downtime.
-
Uses of MaintenanceMode in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return MaintenanceModeModifier and TypeMethodDescriptionIDAO.getMaintenanceMode()Returns the only existing instance of MaintenanceMode.Methods in io.goobi.viewer.dao with parameters of type MaintenanceModeModifier and TypeMethodDescriptionbooleanIDAO.updateMaintenanceMode(MaintenanceMode maintenanceMode) updateMaintenanceMode. -
Uses of MaintenanceMode in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return MaintenanceModeModifier and TypeMethodDescriptionJPADAO.getMaintenanceMode()Returns the only existing instance of MaintenanceMode.Methods in io.goobi.viewer.dao.impl with parameters of type MaintenanceModeModifier and TypeMethodDescriptionbooleanJPADAO.updateMaintenanceMode(MaintenanceMode maintenanceMode) updateMaintenanceMode. -
Uses of MaintenanceMode in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return MaintenanceModeMethods in io.goobi.viewer.managedbeans with parameters of type MaintenanceModeModifier and TypeMethodDescriptionvoidAdminBean.setMaintenanceMode(MaintenanceMode maintenanceMode) -
Uses of MaintenanceMode in io.goobi.viewer.model.administration
Methods in io.goobi.viewer.model.administration that return MaintenanceModeMethods in io.goobi.viewer.model.administration with parameters of type MaintenanceModeModifier and TypeMethodDescriptionvoidMaintenanceModeTranslation.setOwner(MaintenanceMode owner) static voidMaintenanceModeTranslation.setTranslation(List<MaintenanceModeTranslation> translations, String lang, String value, String tag, MaintenanceMode owner) setTranslation.Constructors in io.goobi.viewer.model.administration with parameters of type MaintenanceModeModifierConstructorDescriptionMaintenanceModeTranslation(String language, String tag, String value, MaintenanceMode owner) Creates a new MaintenanceModeTranslation instance.