Interface SettingsLocatorHelper


@ProviderType public interface SettingsLocatorHelper
Author:
Iván Zaera
  • Method Details

    • getCompanyConfigurationBeanSettings

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

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

      Settings getConfigurationBeanSettings(String configurationPid)
    • getConfigurationPidMapping

      ConfigurationPidMapping getConfigurationPidMapping(String configurationId)
    • getGroupConfigurationBeanSettings

      Settings getGroupConfigurationBeanSettings(long groupId, String configurationPid, Settings parentSettings)
    • getGroupPortletPreferencesSettings

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

      Settings getPortalPreferencesSettings(long companyId, Settings parentSettings)
    • getPortletInstanceConfigurationBeanSettings

      Settings getPortletInstanceConfigurationBeanSettings(String portletId, String configurationPid, Settings parentSettings)
    • 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)
    • getServerSettings

      Settings getServerSettings(String settingsId)
    • getSettingsDescriptor

      SettingsDescriptor getSettingsDescriptor(String settingsId)