Liferay 7.0-ce-m6

com.liferay.portal.kernel.settings
Interface SettingsLocatorHelper


public interface SettingsLocatorHelper


Method Summary
 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(Layout layout, String portletId, Settings parentSettings)
           
 

Method Detail

getCompanyPortletPreferencesSettings

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

getConfigurationBeanSettings

Settings getConfigurationBeanSettings(String settingsId,
                                      Settings parentSettings)

getGroupPortletPreferencesSettings

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

getPortalPreferencesSettings

Settings getPortalPreferencesSettings(long companyId,
                                      Settings parentSettings)

getPortalPropertiesSettings

Settings getPortalPropertiesSettings()

getPortletInstancePortletPreferencesSettings

Settings getPortletInstancePortletPreferencesSettings(Layout layout,
                                                      String portletId,
                                                      Settings parentSettings)

Liferay 7.0-ce-m6