public class SettingsLocatorHelperImpl
extends java.lang.Object
implements com.liferay.portal.kernel.settings.SettingsLocatorHelper
| Constructor and Description |
|---|
SettingsLocatorHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.framework.BundleContext bundleContext) |
javax.portlet.PortletPreferences |
getCompanyPortletPreferences(long companyId,
java.lang.String settingsId) |
com.liferay.portal.kernel.settings.Settings |
getCompanyPortletPreferencesSettings(long companyId,
java.lang.String settingsId,
com.liferay.portal.kernel.settings.Settings parentSettings) |
protected java.lang.Object |
getConfigurationBean(java.lang.String configurationPid) |
com.liferay.portal.kernel.settings.Settings |
getConfigurationBeanSettings(java.lang.String configurationPid,
com.liferay.portal.kernel.settings.Settings parentSettings) |
javax.portlet.PortletPreferences |
getGroupPortletPreferences(long groupId,
java.lang.String settingsId) |
com.liferay.portal.kernel.settings.Settings |
getGroupPortletPreferencesSettings(long groupId,
java.lang.String settingsId,
com.liferay.portal.kernel.settings.Settings parentSettings) |
javax.portlet.PortletPreferences |
getPortalPreferences(long companyId) |
com.liferay.portal.kernel.settings.Settings |
getPortalPreferencesSettings(long companyId,
com.liferay.portal.kernel.settings.Settings parentSettings) |
java.util.Properties |
getPortalProperties() |
com.liferay.portal.kernel.settings.Settings |
getPortalPropertiesSettings() |
javax.portlet.PortletPreferences |
getPortletInstancePortletPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId) |
javax.portlet.PortletPreferences |
getPortletInstancePortletPreferences(long companyId,
long plid,
java.lang.String portletId) |
com.liferay.portal.kernel.settings.Settings |
getPortletInstancePortletPreferencesSettings(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.settings.Settings parentSettings) |
com.liferay.portal.kernel.settings.Settings |
getPortletInstancePortletPreferencesSettings(long companyId,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.settings.Settings parentSettings) |
protected com.liferay.portal.kernel.resource.manager.ResourceManager |
getResourceManager(java.lang.String configurationPid) |
protected void |
setConfigurationBeanDeclaration(com.liferay.portal.kernel.settings.definition.ConfigurationBeanDeclaration configurationBeanDeclaration) |
protected void |
setConfigurationPidMapping(com.liferay.portal.kernel.settings.definition.ConfigurationPidMapping configurationPidMapping) |
protected void |
setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService) |
protected void |
setPortal(com.liferay.portal.kernel.util.Portal portal) |
protected void |
setPortalPreferencesLocalService(com.liferay.portal.kernel.service.PortalPreferencesLocalService portalPreferencesLocalService) |
protected void |
setPortletLocalService(com.liferay.portal.kernel.service.PortletLocalService portletLocalService) |
protected void |
setPortletPreferencesLocalService(com.liferay.portal.kernel.service.PortletPreferencesLocalService portletPreferencesLocalService) |
protected void |
unsetConfigurationBeanDeclaration(com.liferay.portal.kernel.settings.definition.ConfigurationBeanDeclaration configurationBeanDeclaration) |
protected void |
unsetConfigurationPidMapping(com.liferay.portal.kernel.settings.definition.ConfigurationPidMapping configurationPidMapping) |
public javax.portlet.PortletPreferences getCompanyPortletPreferences(long companyId,
java.lang.String settingsId)
public com.liferay.portal.kernel.settings.Settings getCompanyPortletPreferencesSettings(long companyId,
java.lang.String settingsId,
com.liferay.portal.kernel.settings.Settings parentSettings)
getCompanyPortletPreferencesSettings in interface com.liferay.portal.kernel.settings.SettingsLocatorHelperpublic com.liferay.portal.kernel.settings.Settings getConfigurationBeanSettings(java.lang.String configurationPid,
com.liferay.portal.kernel.settings.Settings parentSettings)
getConfigurationBeanSettings in interface com.liferay.portal.kernel.settings.SettingsLocatorHelperpublic javax.portlet.PortletPreferences getGroupPortletPreferences(long groupId,
java.lang.String settingsId)
public com.liferay.portal.kernel.settings.Settings getGroupPortletPreferencesSettings(long groupId,
java.lang.String settingsId,
com.liferay.portal.kernel.settings.Settings parentSettings)
getGroupPortletPreferencesSettings in interface com.liferay.portal.kernel.settings.SettingsLocatorHelperpublic javax.portlet.PortletPreferences getPortalPreferences(long companyId)
public com.liferay.portal.kernel.settings.Settings getPortalPreferencesSettings(long companyId,
com.liferay.portal.kernel.settings.Settings parentSettings)
getPortalPreferencesSettings in interface com.liferay.portal.kernel.settings.SettingsLocatorHelperpublic java.util.Properties getPortalProperties()
public com.liferay.portal.kernel.settings.Settings getPortalPropertiesSettings()
getPortalPropertiesSettings in interface com.liferay.portal.kernel.settings.SettingsLocatorHelperpublic javax.portlet.PortletPreferences getPortletInstancePortletPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId)
public javax.portlet.PortletPreferences getPortletInstancePortletPreferences(long companyId,
long plid,
java.lang.String portletId)
public com.liferay.portal.kernel.settings.Settings getPortletInstancePortletPreferencesSettings(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.settings.Settings parentSettings)
getPortletInstancePortletPreferencesSettings in interface com.liferay.portal.kernel.settings.SettingsLocatorHelperpublic com.liferay.portal.kernel.settings.Settings getPortletInstancePortletPreferencesSettings(long companyId,
long plid,
java.lang.String portletId,
com.liferay.portal.kernel.settings.Settings parentSettings)
getPortletInstancePortletPreferencesSettings in interface com.liferay.portal.kernel.settings.SettingsLocatorHelperprotected void activate(org.osgi.framework.BundleContext bundleContext)
protected java.lang.Object getConfigurationBean(java.lang.String configurationPid)
protected com.liferay.portal.kernel.resource.manager.ResourceManager getResourceManager(java.lang.String configurationPid)
protected void setConfigurationBeanDeclaration(com.liferay.portal.kernel.settings.definition.ConfigurationBeanDeclaration configurationBeanDeclaration)
protected void setConfigurationPidMapping(com.liferay.portal.kernel.settings.definition.ConfigurationPidMapping configurationPidMapping)
protected void setGroupLocalService(com.liferay.portal.kernel.service.GroupLocalService groupLocalService)
protected void setPortal(com.liferay.portal.kernel.util.Portal portal)
protected void setPortalPreferencesLocalService(com.liferay.portal.kernel.service.PortalPreferencesLocalService portalPreferencesLocalService)
protected void setPortletLocalService(com.liferay.portal.kernel.service.PortletLocalService portletLocalService)
protected void setPortletPreferencesLocalService(com.liferay.portal.kernel.service.PortletPreferencesLocalService portletPreferencesLocalService)
protected void unsetConfigurationBeanDeclaration(com.liferay.portal.kernel.settings.definition.ConfigurationBeanDeclaration configurationBeanDeclaration)
protected void unsetConfigurationPidMapping(com.liferay.portal.kernel.settings.definition.ConfigurationPidMapping configurationPidMapping)