Uses of Class
org.exoplatform.portal.config.model.PortalConfig
Packages that use PortalConfig
Package
Description
-
Uses of PortalConfig in org.exoplatform.portal.config
Methods in org.exoplatform.portal.config that return PortalConfigModifier and TypeMethodDescriptionDataStorage.getPortalConfig(String portalName) Deprecated, for removal: This API element is subject to removal in a future version.This method should load the PortalConfig object from db according to the portalNameDataStorage.getPortalConfig(String ownerType, String portalName) Deprecated, for removal: This API element is subject to removal in a future version.This method should load the PortalConfig object from db according to the portalName and ownerTypeDataStorage.getPortalConfig(SiteKey siteKey) Deprecated, for removal: This API element is subject to removal in a future version.RetrievesPortalConfigof designatedSiteKeyMethods in org.exoplatform.portal.config with parameters of type PortalConfigModifier and TypeMethodDescriptionvoidDataStorage.create(PortalConfig config) Deprecated, for removal: This API element is subject to removal in a future version.Create a PortalConfig in database
Then broadcast PORTAL_CONFIG_CREATED eventvoidDataStorage.remove(PortalConfig config) Deprecated, for removal: This API element is subject to removal in a future version.Remove the PortalConfig from the database
Then broadcast PORTAL_CONFIG_REMOVED eventvoidDataStorage.save(PortalConfig config) Deprecated, for removal: This API element is subject to removal in a future version.This method should update the PortalConfig object
Then broadcast PORTAL_CONFIG_UPDATED event -
Uses of PortalConfig in org.exoplatform.portal.config.model
Methods in org.exoplatform.portal.config.model that return PortalConfigMethods in org.exoplatform.portal.config.model that return types with arguments of type PortalConfigMethod parameters in org.exoplatform.portal.config.model with type arguments of type PortalConfigModifier and TypeMethodDescriptionvoidPortalConfig.PortalConfigSet.setPortalConfigs(ArrayList<PortalConfig> list) -
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) -
Uses of PortalConfig in org.exoplatform.portal.pom.data
Methods in org.exoplatform.portal.pom.data that return PortalConfigModifier and TypeMethodDescriptionModelDataStorage.getPortalConfig(String ownerType, String portalName) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.exoplatform.portal.pom.data with parameters of type PortalConfigModifier and TypeMethodDescriptionvoidModelDataStorage.create(PortalConfig config) Deprecated, for removal: This API element is subject to removal in a future version.voidModelDataStorage.remove(PortalConfig config) Deprecated, for removal: This API element is subject to removal in a future version.voidModelDataStorage.save(PortalConfig config) Deprecated, for removal: This API element is subject to removal in a future version.