Uses of Class
io.goobi.viewer.model.cms.CMSArchiveConfig
Packages that use CMSArchiveConfig
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 archival finding aids (EAD), comprising the archive tree structure,
individual entries with their metadata, and parsers that load EAD data from Solr and
external archive servers.
Top-level CMS model containing cross-cutting entities such as navigation items, categories,
sliders, static page mappings, highlight data, and shared selection abstractions used
throughout the content management system.
-
Uses of CMSArchiveConfig in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return types with arguments of type CMSArchiveConfigModifier and TypeMethodDescriptionIDAO.getCmsArchiveConfigForArchive(String pi) IDAO.getCMSArchiveConfigs(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getCMSArchiveConfigs.Methods in io.goobi.viewer.dao with parameters of type CMSArchiveConfigModifier and TypeMethodDescriptionbooleanIDAO.deleteCMSArchiveConfig(CMSArchiveConfig config) deleteCMSArchiveConfig.booleanIDAO.saveCMSArchiveConfig(CMSArchiveConfig config) saveCMSArchiveConfig. -
Uses of CMSArchiveConfig in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return types with arguments of type CMSArchiveConfigModifier and TypeMethodDescriptionJPADAO.getCmsArchiveConfigForArchive(String pi) JPADAO.getCMSArchiveConfigs(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getCMSArchiveConfigs.Methods in io.goobi.viewer.dao.impl with parameters of type CMSArchiveConfigModifier and TypeMethodDescriptionbooleanJPADAO.deleteCMSArchiveConfig(CMSArchiveConfig config) deleteCMSArchiveConfig.booleanJPADAO.saveCMSArchiveConfig(CMSArchiveConfig config) saveCMSArchiveConfig. -
Uses of CMSArchiveConfig in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return CMSArchiveConfigMethods in io.goobi.viewer.managedbeans with parameters of type CMSArchiveConfigModifier and TypeMethodDescriptionbooleanCmsArchivesBean.saveArchiveConfig(CMSArchiveConfig config) -
Uses of CMSArchiveConfig in io.goobi.viewer.model.archives
Methods in io.goobi.viewer.model.archives that return CMSArchiveConfigMethods in io.goobi.viewer.model.archives with parameters of type CMSArchiveConfigModifier and TypeMethodDescriptionvoidArchiveResourceWrapper.setArchiveConfig(CMSArchiveConfig archiveConfig) -
Uses of CMSArchiveConfig in io.goobi.viewer.model.cms
Constructors in io.goobi.viewer.model.cms with parameters of type CMSArchiveConfig