Uses of Class
org.fenixedu.cms.domain.Page
-
-
Uses of Page in org.fenixedu.bennu.core.domain
Methods in org.fenixedu.bennu.core.domain that return types with arguments of type Page Modifier and Type Method Description protected Set<Page>User_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 Page Modifier and Type Method Description protected 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 Page Modifier and Type Method Description protected Set<Page>PersistentGroup_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 Page Modifier and Type Method Description protected 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 Page Modifier and Type Method Description PagePageAdapter. create(com.google.gson.JsonElement json, org.fenixedu.bennu.core.json.JsonBuilder ctx)PagePageAdapter. 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 Modifier and Type Method Description PagePageAdapter. update(com.google.gson.JsonElement json, Page page, org.fenixedu.bennu.core.json.JsonBuilder ctx)com.google.gson.JsonElementPageAdapter. view(Page page, org.fenixedu.bennu.core.json.JsonBuilder ctx) -
Uses of Page in org.fenixedu.cms.api.resource
Methods in org.fenixedu.cms.api.resource with parameters of type Page Modifier and Type Method Description javax.ws.rs.core.ResponsePageResource. deletePage(Page page)com.google.gson.JsonElementPageResource. getPage(Page page)com.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 Page Modifier and Type Field Description static Comparator<Page>Page. CREATION_DATE_COMPARATORstatic Comparator<Page>Page. PAGE_NAME_COMPARATORMethods in org.fenixedu.cms.domain that return Page Modifier and Type Method Description PageSite. archivedPageForSlug(String slug)PagePage. 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)PageSite_Base. getInitialPage()PageMenuItem_Base. getPage()PageSite. getViewCategoryPage()PageSite. getViewPostPage()PageSite. pageForSlug(String slug)Methods in org.fenixedu.cms.domain that return types with arguments of type Page Modifier and Type Method Description Set<Page>Site_Base. getArchivedPagesSet()Set<Page>CMSTemplate_Base. getPagesSet()Set<Page>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()static pt.ist.fenixframework.dml.runtime.DirectRelation<Page,Component>Page_Base. getRelationComponentPage()static pt.ist.fenixframework.dml.runtime.DirectRelation<Page,MenuItem>MenuItem_Base. getRelationPageMenuItem()static pt.ist.fenixframework.dml.runtime.DirectRelation<Page,MenuItem>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()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Page>Page_Base. getRelationSiteArchivedPage()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Page>Site_Base. getRelationSiteArchivedPage()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Page>Site_Base. getRelationSiteInitialPage()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Page>Page_Base. getRelationSitePage()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Page>Site_Base. getRelationSitePage()List<Page>Site. getSortedPages()Optional<Page>Post. getStaticPage()Methods in org.fenixedu.cms.domain with parameters of type Page Modifier and Type Method Description voidSite_Base. addArchivedPages(Page archivedPages)voidCMSTemplate_Base. addPages(Page pages)voidSite_Base. addPages(Page pages)static 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.JsonObjectSiteExporter. export(Page page)WrapMenu. makeWrap(Page page)WrapMenuItem. makeWrap(Page page)static 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)voidMenuItem_Base. setPage(Page page)Constructors in org.fenixedu.cms.domain with parameters of type Page Constructor Description MenuItemWrap(Page page) -
Uses of Page in org.fenixedu.cms.domain.component
Methods in org.fenixedu.cms.domain.component that return Page Modifier and Type Method Description PageListCategoryPosts. getPage()PageStaticPost. getPage()Methods in org.fenixedu.cms.domain.component that return types with arguments of type Page Modifier and Type Method Description Set<Page>Component_Base. getInstalledPageSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<Page,Component>Component_Base. getRelationComponentPage()Methods in org.fenixedu.cms.domain.component with parameters of type Page Modifier and Type Method Description voidComponent_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'HashMap<String,Object>PostsPresentationBean. paginate(Page page, int currentPage, int postsPerPage)Collection<Object>ComponentContextProvider.EmptyProvider. provide(Page page)Iterable<T>ComponentContextProvider. provide(Page page)Provide the contextual items for the given page.Collection<Category>ListCategoryPosts.CategoriesForSite. provide(Page page)Collection<Post>StaticPost.PostsForSite. provide(Page page)voidComponent_Base. removeInstalledPage(Page installedPage) -
Uses of Page in org.fenixedu.cms.ui
Methods in org.fenixedu.cms.ui that return Page Modifier and Type Method Description PageAdminPagesService. createPageAndPost(org.fenixedu.commons.i18n.LocalizedString name, Site site)Methods in org.fenixedu.cms.ui that return types with arguments of type Page Modifier and Type Method Description static Collection<Page>SearchUtils. searchPages(Collection<Page> allPages, String query)Methods in org.fenixedu.cms.ui with parameters of type Page Modifier and Type Method Description StringAdminComponents. getComponentArguments(Page page, String type)org.springframework.web.servlet.view.RedirectViewAdminPages. pageRedirect(Page page)voidAdminPagesService. processChanges(Site site, Page page, com.google.gson.JsonObject editData)com.google.gson.JsonObjectAdminMenusService. serializePage(Page page)com.google.gson.JsonObjectAdminPagesService. serializePage(Page page)Method parameters in org.fenixedu.cms.ui with type arguments of type Page Modifier and Type Method Description static Collection<Page>SearchUtils. searchPages(Collection<Page> allPages, String query)
-