Uses of Class
io.goobi.viewer.model.cms.CMSArchiveConfig
Packages that use CMSArchiveConfig
Package
Description
-
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