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