Uses of Class
org.exoplatform.portal.mop.page.PageContext
Packages that use PageContext
Package
Description
-
Uses of PageContext in org.exoplatform.portal.mop.page
Methods in org.exoplatform.portal.mop.page that return PageContextModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Clone a page.Deprecated, for removal: This API element is subject to removal in a future version.Find and returns a page, if no such page exist, null is returned.Methods in org.exoplatform.portal.mop.page that return types with arguments of type PageContextModifier and TypeMethodDescriptionPageService.findPages(int offset, int limit, SiteType siteType, String siteName, String pageName, String pageTitle) Deprecated, for removal: This API element is subject to removal in a future version.Query the page service to find pages that match thesiteType,siteName,pageNameandtitlecriterions.Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.exoplatform.portal.mop.page with parameters of type PageContextModifier and TypeMethodDescriptionbooleanPageService.savePage(PageContext page) Deprecated, for removal: This API element is subject to removal in a future version.Create, update a page. -
Uses of PageContext in org.exoplatform.portal.mop.service
Methods in org.exoplatform.portal.mop.service that return PageContextModifier and TypeMethodDescriptionLayoutService.getPageContext(PageKey pageKey) retrievesPageContextswitch its keyMethods in org.exoplatform.portal.mop.service that return types with arguments of type PageContextModifier and TypeMethodDescriptionLayoutService.findPages(int offset, int limit, SiteType siteType, String siteName, String pageName, String pageTitle) Search for pages using some criteria and pagination optionsRetrieves the list of pages in a give siteMethods in org.exoplatform.portal.mop.service with parameters of type PageContextModifier and TypeMethodDescriptionvoidLayoutService.save(PageContext pageContext) Saves aPageContextwith itsPageStatevoidLayoutService.save(PageContext pageContext, Page page) -
Uses of PageContext in org.exoplatform.portal.mop.storage
Methods in org.exoplatform.portal.mop.storage that return PageContextModifier and TypeMethodDescriptionClone a page.Find and returns a page, if no such page exist, null is returned.Methods in org.exoplatform.portal.mop.storage that return types with arguments of type PageContextModifier and TypeMethodDescriptionPageStorage.findPages(int offset, int limit, SiteType siteType, String siteName, String pageName, String pageTitle) Query the page service to find pages that match thesiteType,siteName,pageNameandtitlecriterions.Methods in org.exoplatform.portal.mop.storage with parameters of type PageContextModifier and TypeMethodDescriptionbooleanPageStorage.savePage(PageContext page) Create, update a page.