Liferay 7.0-ce-b4

com.liferay.portal.kernel.settings
Class SettingsLocatorHelperUtil

java.lang.Object
  extended by com.liferay.portal.kernel.settings.SettingsLocatorHelperUtil

public class SettingsLocatorHelperUtil
extends Object


Constructor Summary
SettingsLocatorHelperUtil()
           
 
Method Summary
static Settings getCompanyPortletPreferencesSettings(long companyId, String settingsId, Settings parentSettings)
           
 Settings getConfigurationBeanSettings(String settingsId, Settings parentSettings)
           
 Settings getGroupPortletPreferencesSettings(long groupId, String settingsId, Settings parentSettings)
           
 Settings getPortalPreferencesSettings(long companyId, Settings parentSettings)
           
 Settings getPortalPropertiesSettings()
           
 Settings getPortletInstancePortletPreferencesSettings(long companyId, long plid, String portletId, Settings parentSettings)
           
static SettingsLocatorHelper getSettingsLocatorHelper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingsLocatorHelperUtil

public SettingsLocatorHelperUtil()
Method Detail

getCompanyPortletPreferencesSettings

public static Settings getCompanyPortletPreferencesSettings(long companyId,
                                                            String settingsId,
                                                            Settings parentSettings)

getSettingsLocatorHelper

public static SettingsLocatorHelper getSettingsLocatorHelper()

getConfigurationBeanSettings

public Settings getConfigurationBeanSettings(String settingsId,
                                             Settings parentSettings)

getGroupPortletPreferencesSettings

public Settings getGroupPortletPreferencesSettings(long groupId,
                                                   String settingsId,
                                                   Settings parentSettings)

getPortalPreferencesSettings

public Settings getPortalPreferencesSettings(long companyId,
                                             Settings parentSettings)

getPortalPropertiesSettings

public Settings getPortalPropertiesSettings()

getPortletInstancePortletPreferencesSettings

public Settings getPortletInstancePortletPreferencesSettings(long companyId,
                                                             long plid,
                                                             String portletId,
                                                             Settings parentSettings)

Liferay 7.0-ce-b4