Liferay 7.0-ce-a2

com.liferay.portal.kernel.settings
Class ParameterMapSettingsLocator

java.lang.Object
  extended by com.liferay.portal.kernel.settings.ParameterMapSettingsLocator
All Implemented Interfaces:
SettingsLocator

public class ParameterMapSettingsLocator
extends Object
implements SettingsLocator


Constructor Summary
ParameterMapSettingsLocator(Map<String,String[]> parameterMap, SettingsLocator settingsLocator)
           
 
Method Summary
 Settings getSettings()
           
 String getSettingsId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterMapSettingsLocator

public ParameterMapSettingsLocator(Map<String,String[]> parameterMap,
                                   SettingsLocator settingsLocator)
Method Detail

getSettings

public Settings getSettings()
                     throws SettingsException
Specified by:
getSettings in interface SettingsLocator
Throws:
SettingsException

getSettingsId

public String getSettingsId()
Specified by:
getSettingsId in interface SettingsLocator

Liferay 7.0-ce-a2