public class SettingsLocatorHelperUtil
extends java.lang.Object
Constructor and Description |
---|
SettingsLocatorHelperUtil() |
Modifier and Type | Method and Description |
---|---|
static Settings |
getCompanyConfigurationBeanSettings(long companyId,
java.lang.String configurationPid,
Settings parentSettings) |
static Settings |
getCompanyPortletPreferencesSettings(long companyId,
java.lang.String settingsId,
Settings parentSettings) |
Settings |
getConfigurationBeanSettings(java.lang.String settingsId) |
Settings |
getConfigurationBeanSettings(java.lang.String settingsId,
Settings parentSettings)
Deprecated.
As of Judson (7.1.x), replaced by
getConfigurationBeanSettings(String) |
static Settings |
getGroupConfigurationBeanSettings(long groupId,
java.lang.String configurationPid,
Settings parentSettings) |
Settings |
getGroupPortletPreferencesSettings(long groupId,
java.lang.String settingsId,
Settings parentSettings) |
Settings |
getPortalPreferencesSettings(long companyId,
Settings parentSettings) |
Settings |
getPortalPropertiesSettings()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
static Settings |
getPortletInstanceConfigurationBeanSettings(java.lang.String portletId,
java.lang.String configurationPid,
Settings parentSettings) |
Settings |
getPortletInstancePortletPreferencesSettings(long companyId,
long plid,
java.lang.String portletId,
Settings parentSettings) |
Settings |
getServerSettings(java.lang.String settingsId) |
static SettingsLocatorHelper |
getSettingsLocatorHelper() |
public static Settings getCompanyConfigurationBeanSettings(long companyId, java.lang.String configurationPid, Settings parentSettings)
public static Settings getCompanyPortletPreferencesSettings(long companyId, java.lang.String settingsId, Settings parentSettings)
public static Settings getGroupConfigurationBeanSettings(long groupId, java.lang.String configurationPid, Settings parentSettings)
public static Settings getPortletInstanceConfigurationBeanSettings(java.lang.String portletId, java.lang.String configurationPid, Settings parentSettings)
public static SettingsLocatorHelper getSettingsLocatorHelper()
public Settings getConfigurationBeanSettings(java.lang.String settingsId)
@Deprecated public Settings getConfigurationBeanSettings(java.lang.String settingsId, Settings parentSettings)
getConfigurationBeanSettings(String)
public Settings getGroupPortletPreferencesSettings(long groupId, java.lang.String settingsId, Settings parentSettings)
public Settings getPortalPreferencesSettings(long companyId, Settings parentSettings)
@Deprecated public Settings getPortalPropertiesSettings()
public Settings getPortletInstancePortletPreferencesSettings(long companyId, long plid, java.lang.String portletId, Settings parentSettings)
public Settings getServerSettings(java.lang.String settingsId)