@ProviderType
public interface SettingsLocatorHelper
Modifier and Type | Method and Description |
---|---|
Settings |
getCompanyConfigurationBeanSettings(long companyId,
java.lang.String configurationPid,
Settings parentSettings) |
Settings |
getCompanyPortletPreferencesSettings(long companyId,
java.lang.String settingsId,
Settings parentSettings) |
Settings |
getConfigurationBeanSettings(java.lang.String configurationPid) |
ConfigurationPidMapping |
getConfigurationPidMapping(java.lang.String configurationId) |
Settings |
getGroupConfigurationBeanSettings(long groupId,
java.lang.String configurationPid,
Settings parentSettings) |
Settings |
getGroupPortletPreferencesSettings(long groupId,
java.lang.String settingsId,
Settings parentSettings) |
Settings |
getPortalPreferencesSettings(long companyId,
Settings parentSettings) |
Settings |
getPortletInstanceConfigurationBeanSettings(java.lang.String portletId,
java.lang.String configurationPid,
Settings parentSettings) |
Settings |
getPortletInstancePortletPreferencesSettings(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
Settings parentSettings) |
Settings |
getPortletInstancePortletPreferencesSettings(long companyId,
long plid,
java.lang.String portletId,
Settings parentSettings) |
Settings |
getServerSettings(java.lang.String settingsId) |
SettingsDescriptor |
getSettingsDescriptor(java.lang.String settingsId) |
Settings getCompanyConfigurationBeanSettings(long companyId, java.lang.String configurationPid, Settings parentSettings)
Settings getCompanyPortletPreferencesSettings(long companyId, java.lang.String settingsId, Settings parentSettings)
Settings getConfigurationBeanSettings(java.lang.String configurationPid)
ConfigurationPidMapping getConfigurationPidMapping(java.lang.String configurationId)
Settings getGroupConfigurationBeanSettings(long groupId, java.lang.String configurationPid, Settings parentSettings)
Settings getGroupPortletPreferencesSettings(long groupId, java.lang.String settingsId, Settings parentSettings)
Settings getPortalPreferencesSettings(long companyId, Settings parentSettings)
Settings getPortletInstanceConfigurationBeanSettings(java.lang.String portletId, java.lang.String configurationPid, Settings parentSettings)
Settings getPortletInstancePortletPreferencesSettings(long companyId, long ownerId, int ownerType, long plid, java.lang.String portletId, Settings parentSettings)
Settings getPortletInstancePortletPreferencesSettings(long companyId, long plid, java.lang.String portletId, Settings parentSettings)
Settings getServerSettings(java.lang.String settingsId)
SettingsDescriptor getSettingsDescriptor(java.lang.String settingsId)