fr.paris.lutece.plugins.crm.business.parameters
Class AdvancedParametersDAO
java.lang.Object
fr.paris.lutece.plugins.crm.business.parameters.AdvancedParametersDAO
- All Implemented Interfaces:
- IAdvancedParametersDAO
public class AdvancedParametersDAO
- extends Object
- implements IAdvancedParametersDAO
The Class AdvancedParametersDAO.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdvancedParametersDAO
public AdvancedParametersDAO()
getParameterStringValueByKey
public String getParameterStringValueByKey(String strKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
- Get the String strValue of a parameter.
- Specified by:
getParameterStringValueByKey
in interface IAdvancedParametersDAO
- Parameters:
strKey
- the str keyplugin
- the plugin
- Returns:
- the string strValue
modifyParameterStringValueByKey
public void modifyParameterStringValueByKey(String key,
String strValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
- Modify the String strValue of a parameter.
- Specified by:
modifyParameterStringValueByKey
in interface IAdvancedParametersDAO
- Parameters:
key
- the str keystrValue
- the str valueplugin
- the plugin
Copyright © 2013 Mairie de Paris. All Rights Reserved.