Uses of Class
io.goobi.viewer.model.cms.CMSStaticPage
Packages that use CMSStaticPage
-
Uses of CMSStaticPage in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return types with arguments of type CMSStaticPageModifier and TypeMethodDescriptionIDAO.getAllStaticPages()getAllStaticPages.IDAO.getStaticPageForCMSPage(CMSPage page) getStaticPageForCMSPage.IDAO.getStaticPageForTypeType(PageType pageType) getStaticPageForTypeType.Methods in io.goobi.viewer.dao with parameters of type CMSStaticPageModifier and TypeMethodDescriptionbooleanIDAO.addStaticPage(CMSStaticPage page) addStaticPage.booleanIDAO.deleteStaticPage(CMSStaticPage page) deleteStaticPage.booleanIDAO.updateStaticPage(CMSStaticPage page) updateStaticPage. -
Uses of CMSStaticPage in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return types with arguments of type CMSStaticPageModifier and TypeMethodDescriptionJPADAO.getAllStaticPages()getAllStaticPages.JPADAO.getStaticPageForCMSPage(CMSPage page) getStaticPageForCMSPage.JPADAO.getStaticPageForTypeType(PageType pageType) getStaticPageForTypeType.Methods in io.goobi.viewer.dao.impl with parameters of type CMSStaticPageModifier and TypeMethodDescriptionbooleanJPADAO.addStaticPage(CMSStaticPage page) addStaticPage.booleanJPADAO.deleteStaticPage(CMSStaticPage page) deleteStaticPage.booleanJPADAO.updateStaticPage(CMSStaticPage page) updateStaticPage. -
Uses of CMSStaticPage in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return CMSStaticPageMethods in io.goobi.viewer.managedbeans that return types with arguments of type CMSStaticPageMethods in io.goobi.viewer.managedbeans with parameters of type CMSStaticPageModifier and TypeMethodDescriptionCmsBean.getAvailableCmsPages(CMSStaticPage page) getAvailableCmsPages.