Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.settings
Interface SettingsLocatorHelper


public interface SettingsLocatorHelper


Method Summary
 Settings getCompanyPortletPreferencesSettings(long companyId, String settingsId, Settings parentSettings)
           
 Settings getConfigurationBeanSettings(String configurationPid, Settings parentSettings)
           
 Settings getGroupPortletPreferencesSettings(long groupId, String settingsId, Settings parentSettings)
           
 Settings getPortalPreferencesSettings(long companyId, Settings parentSettings)
           
 Settings getPortalPropertiesSettings()
           
 Settings getPortletInstancePortletPreferencesSettings(long companyId, long ownerId, int ownerType, long plid, String portletId, Settings parentSettings)
           
 Settings getPortletInstancePortletPreferencesSettings(long companyId, long plid, String portletId, Settings parentSettings)
           
 

Method Detail

getCompanyPortletPreferencesSettings

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

getConfigurationBeanSettings

Settings getConfigurationBeanSettings(String configurationPid,
                                      Settings parentSettings)

getGroupPortletPreferencesSettings

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

getPortalPreferencesSettings

Settings getPortalPreferencesSettings(long companyId,
                                      Settings parentSettings)

getPortalPropertiesSettings

Settings getPortalPropertiesSettings()

getPortletInstancePortletPreferencesSettings

Settings getPortletInstancePortletPreferencesSettings(long companyId,
                                                      long ownerId,
                                                      int ownerType,
                                                      long plid,
                                                      String portletId,
                                                      Settings parentSettings)

getPortletInstancePortletPreferencesSettings

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

Liferay 7.0-ga1 portal-kernel