Uses of Class
org.exoplatform.portal.mop.SiteKey
Packages that use SiteKey
Package
Description
-
Uses of SiteKey in org.exoplatform.portal.config.model
Methods in org.exoplatform.portal.config.model that return SiteKey -
Uses of SiteKey in org.exoplatform.portal.mop
Methods in org.exoplatform.portal.mop that return SiteKey -
Uses of SiteKey in org.exoplatform.portal.mop.page
Constructors in org.exoplatform.portal.mop.page with parameters of type SiteKey -
Uses of SiteKey in org.exoplatform.portal.mop.service
Methods in org.exoplatform.portal.mop.service with parameters of type SiteKeyModifier and TypeMethodDescriptionbooleanNavigationService.destroyNavigation(SiteKey siteKey) Delete a navigation for a given siteRetrieves the list of pages in a give siteLayoutService.getPortalConfig(SiteKey siteKey) RetrievesPortalConfigof designatedSiteKeyNavigationService.loadNavigation(SiteKey key) Find and returns a navigation, if no such site exist, null is returned instead.<N> NodeContext<NodeContext<N>> Loads root node of a designated Site<N> NodeContext<NodeContext<N>> Loads a specific node of a Site identitifed by its relative URI (from root node until node)voidLayoutService.removePages(SiteKey siteKey) Removes all pages of a given sitevoidNavigationService.saveNavigationFromTemplate(SiteKey sourceSiteTemplate, SiteKey targetSiteKey) default voidLayoutService.savePageFromTemplate(PageKey sourcePageTemplateKey, SiteKey targetSiteKey, String permission) default voidLayoutService.savePagesFromTemplate(SiteKey sourceSiteTemplate, SiteKey targetSiteKey, String permission) default voidLayoutService.savePortalFromTemplate(SiteKey sourceSiteTemplate, SiteKey targetSiteKey) default voidLayoutService.savePortalFromTemplate(SiteKey sourceSiteTemplate, SiteKey targetSiteKey, String permission) -
Uses of SiteKey in org.exoplatform.portal.mop.storage
Methods in org.exoplatform.portal.mop.storage that return types with arguments of type SiteKeyMethods in org.exoplatform.portal.mop.storage with parameters of type SiteKeyModifier and TypeMethodDescriptionbooleanNavigationStorage.destroyNavigation(SiteKey siteKey) booleanPageStorage.destroyPages(SiteKey siteKey) Deletes Pages of a given siteSiteStorage.getPortalConfig(SiteKey siteKey) NavigationStorage.loadNavigationData(SiteKey key) voidvoidNavigationStorage.saveNavigation(SiteKey key, NavigationState state)