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 TypeMethodDescriptionboolean
IDAO.addStaticPage
(CMSStaticPage page) addStaticPage.boolean
IDAO.deleteStaticPage
(CMSStaticPage page) deleteStaticPage.boolean
IDAO.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 TypeMethodDescriptionboolean
JPADAO.addStaticPage
(CMSStaticPage page) addStaticPage.boolean
JPADAO.deleteStaticPage
(CMSStaticPage page) deleteStaticPage.boolean
JPADAO.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.