Uses of Class
org.fenixedu.cms.domain.Page
Packages that use Page
Package
Description
-
Uses of Page in org.fenixedu.bennu.core.domain
Methods in org.fenixedu.bennu.core.domain that return types with arguments of type PageModifier and TypeMethodDescriptionUser_Base.getPagesCreatedSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<Page,org.fenixedu.bennu.core.domain.User> User_Base.getRelationPageUser()Methods in org.fenixedu.bennu.core.domain with parameters of type PageModifier and TypeMethodDescriptionprotected voidUser_Base.addPagesCreated(Page pagesCreated) protected voidUser_Base.removePagesCreated(Page pagesCreated) -
Uses of Page in org.fenixedu.bennu.core.domain.groups
Methods in org.fenixedu.bennu.core.domain.groups that return types with arguments of type PageModifier and TypeMethodDescriptionPersistentGroup_Base.getPageViewGroupSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.groups.PersistentGroup,Page> PersistentGroup_Base.getRelationPageViewGroup()Methods in org.fenixedu.bennu.core.domain.groups with parameters of type PageModifier and TypeMethodDescriptionprotected voidPersistentGroup_Base.addPageViewGroup(Page pageViewGroup) protected voidPersistentGroup_Base.removePageViewGroup(Page pageViewGroup) -
Uses of Page in org.fenixedu.cms.api.json
Methods in org.fenixedu.cms.api.json that return PageModifier and TypeMethodDescriptionPageAdapter.create(com.google.gson.JsonElement json, org.fenixedu.bennu.core.json.JsonBuilder ctx) PageAdapter.update(com.google.gson.JsonElement json, Page page, org.fenixedu.bennu.core.json.JsonBuilder ctx) Methods in org.fenixedu.cms.api.json with parameters of type Page -
Uses of Page in org.fenixedu.cms.api.resource
Methods in org.fenixedu.cms.api.resource with parameters of type PageModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponsePageResource.deletePage(Page page) com.google.gson.JsonElementcom.google.gson.JsonElementPageResource.updatePage(Page page, com.google.gson.JsonElement json) -
Uses of Page in org.fenixedu.cms.domain
Fields in org.fenixedu.cms.domain with type parameters of type PageModifier and TypeFieldDescriptionstatic final Comparator<Page>static Comparator<Page>Page.PAGE_NAME_COMPARATORMethods in org.fenixedu.cms.domain that return PageModifier and TypeMethodDescriptionSite.archivedPageForSlug(String slug) Page.clone(CloneCache cloneCache) static PagePage.create(Site site, Menu menu, MenuItem parent, org.fenixedu.commons.i18n.LocalizedString name, boolean published, String template, org.fenixedu.bennu.core.domain.User creator, Component... components) Site_Base.getInitialPage()MenuItem_Base.getPage()Site.getViewCategoryPage()Site.getViewPostPage()Site.pageForSlug(String slug) Methods in org.fenixedu.cms.domain that return types with arguments of type PageModifier and TypeMethodDescriptionSite_Base.getArchivedPagesSet()CMSTemplate_Base.getPagesSet()Site_Base.getPagesSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTemplate,Page> CMSTemplate_Base.getRelationCMSTemplatePage()static pt.ist.fenixframework.dml.runtime.DirectRelation<CMSTemplate,Page> Page_Base.getRelationCMSTemplatePage()Page_Base.getRelationComponentPage()MenuItem_Base.getRelationPageMenuItem()Page_Base.getRelationPageMenuItem()static pt.ist.fenixframework.dml.runtime.DirectRelation<Page,org.fenixedu.bennu.core.domain.User> Page_Base.getRelationPageUser()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.groups.PersistentGroup,Page> Page_Base.getRelationPageViewGroup()Page_Base.getRelationSiteArchivedPage()Site_Base.getRelationSiteArchivedPage()Site_Base.getRelationSiteInitialPage()Page_Base.getRelationSitePage()Site_Base.getRelationSitePage()Site.getSortedPages()Post.getStaticPage()Methods in org.fenixedu.cms.domain with parameters of type PageModifier and TypeMethodDescriptionvoidSite_Base.addArchivedPages(Page archivedPages) voidvoidstatic MenuItemMenuItem.create(Menu menu, Page page, org.fenixedu.commons.i18n.LocalizedString name, MenuItem parent) static PostPost.create(Site site, Page page, org.fenixedu.commons.i18n.LocalizedString name, org.fenixedu.commons.i18n.LocalizedString body, org.fenixedu.commons.i18n.LocalizedString excerpt, Category category, boolean active, org.fenixedu.bennu.core.domain.User creator) static voidSiteActivity.createdPage(Page page, org.fenixedu.bennu.core.domain.User user) static voidSiteActivity.deletedPage(Page page, Site site, org.fenixedu.bennu.core.domain.User user) static voidSiteActivity.editedPage(Page page, org.fenixedu.bennu.core.domain.User user) protected com.google.gson.JsonObjectstatic voidSiteActivity.recoveredPage(Page page, Site site, org.fenixedu.bennu.core.domain.User user) voidSite_Base.removeArchivedPages(Page archivedPages) voidCMSTemplate_Base.removePages(Page pages) voidSite_Base.removePages(Page pages) voidSite_Base.setInitialPage(Page initialPage) voidConstructors in org.fenixedu.cms.domain with parameters of type Page -
Uses of Page in org.fenixedu.cms.domain.component
Methods in org.fenixedu.cms.domain.component that return PageMethods in org.fenixedu.cms.domain.component that return types with arguments of type PageModifier and TypeMethodDescriptionComponent_Base.getInstalledPageSet()Component_Base.getRelationComponentPage()Methods in org.fenixedu.cms.domain.component with parameters of type PageModifier and TypeMethodDescriptionvoidComponent_Base.addInstalledPage(Page installedPage) com.google.gson.JsonArrayComponentDescriptor.getParameterDescription(Page page) voidCMSComponent.handle(Page page, TemplateContext componentContext, TemplateContext globalContext) Provides the necessary info needed to render the component on a given page and context.abstract voidComponent.handle(Page page, TemplateContext componentContext, TemplateContext globalContext) Provides the necessary info needed to render the component on a given page and context.voidListCategoryPosts.handle(Page page, TemplateContext local, TemplateContext global) voidListOfCategories.handle(Page page, TemplateContext local, TemplateContext global) voidListPosts.handle(Page page, TemplateContext local, TemplateContext global) voidStaticPost.handle(Page page, TemplateContext local, TemplateContext global) voidStrategyBasedComponent.handle(Page page, TemplateContext componentContext, TemplateContext globalContext) voidViewPost.handle(Page page, TemplateContext local, TemplateContext global) fetches a post based on the 'q' parameter of the request and saves that post on the local and global context as 'post'Provide the contextual items for the given page.voidComponent_Base.removeInstalledPage(Page installedPage) -
Uses of Page in org.fenixedu.cms.ui
Methods in org.fenixedu.cms.ui that return types with arguments of type PageModifier and TypeMethodDescriptionstatic Collection<Page>SearchUtils.searchPages(Collection<Page> allPages, String query) Method parameters in org.fenixedu.cms.ui with type arguments of type PageModifier and TypeMethodDescriptionstatic Collection<Page>SearchUtils.searchPages(Collection<Page> allPages, String query)