Uses of Class
org.exoplatform.portal.config.model.PortalConfig
Packages that use PortalConfig
Package
Description
-
Uses of PortalConfig in org.exoplatform.portal.config.model
Methods in org.exoplatform.portal.config.model that return PortalConfig -
Uses of PortalConfig in org.exoplatform.portal.mop.service
Methods in org.exoplatform.portal.mop.service that return PortalConfigModifier and TypeMethodDescriptionLayoutService.getPortalConfig(long siteId) This method should load the PortalConfig object from db according to the siteIdLayoutService.getPortalConfig(String portalName) This method should load the PortalConfig object from db according to the portalNameLayoutService.getPortalConfig(String ownerType, String portalName) This method should load the PortalConfig object from db according to the portalName and ownerTypeLayoutService.getPortalConfig(SiteKey siteKey) RetrievesPortalConfigof designatedSiteKeyMethods in org.exoplatform.portal.mop.service that return types with arguments of type PortalConfigModifier and TypeMethodDescriptiondefault List<PortalConfig> LayoutService.getSites(SiteFilter siteFilter) Retrieves sites according to the given site filterMethods in org.exoplatform.portal.mop.service with parameters of type PortalConfigModifier and TypeMethodDescriptionvoidLayoutService.create(PortalConfig config) Create a PortalConfig in database
Then broadcast PORTAL_CONFIG_CREATED eventvoidLayoutService.remove(PortalConfig config) Remove the PortalConfig from the database
Then broadcast PORTAL_CONFIG_REMOVED eventvoidLayoutService.save(PortalConfig config) This method should update the PortalConfig object
Then broadcast PORTAL_CONFIG_UPDATED event -
Uses of PortalConfig in org.exoplatform.portal.mop.storage
Methods in org.exoplatform.portal.mop.storage that return PortalConfigModifier and TypeMethodDescriptionSiteStorage.getPortalConfig(String ownerType, String portalName) Methods in org.exoplatform.portal.mop.storage with parameters of type PortalConfigModifier and TypeMethodDescriptionvoidSiteStorage.create(PortalConfig config) voidSiteStorage.remove(PortalConfig config) voidSiteStorage.save(PortalConfig config)