Class SettingsLocatorHelperUtil

Object
com.liferay.portal.kernel.settings.SettingsLocatorHelperUtil

public class SettingsLocatorHelperUtil extends Object
Author:
Iván Zaera
  • Constructor Details

    • SettingsLocatorHelperUtil

      public SettingsLocatorHelperUtil()
  • Method Details

    • getCompanyConfigurationBeanSettings

      public static Settings getCompanyConfigurationBeanSettings(long companyId, String configurationPid, Settings parentSettings)
    • getCompanyPortletPreferencesSettings

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

      public static Settings getGroupConfigurationBeanSettings(long groupId, String configurationPid, Settings parentSettings)
    • getPortletInstanceConfigurationBeanSettings

      public static Settings getPortletInstanceConfigurationBeanSettings(String portletId, String configurationPid, Settings parentSettings)
    • getSettingsDescriptor

      public static SettingsDescriptor getSettingsDescriptor(String settingsId)
    • getSettingsLocatorHelper

      public static SettingsLocatorHelper getSettingsLocatorHelper()
    • getConfigurationBeanSettings

      public Settings getConfigurationBeanSettings(String settingsId)
    • getGroupPortletPreferencesSettings

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

      public Settings getPortalPreferencesSettings(long companyId, Settings parentSettings)
    • getPortletInstancePortletPreferencesSettings

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

      public Settings getServerSettings(String settingsId)