fr.paris.lutece.plugins.crm.business.parameters
Class AdvancedParametersDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.crm.business.parameters.AdvancedParametersDAO
All Implemented Interfaces:
IAdvancedParametersDAO

public class AdvancedParametersDAO
extends Object
implements IAdvancedParametersDAO

The Class AdvancedParametersDAO.


Constructor Summary
AdvancedParametersDAO()
           
 
Method Summary
 String getParameterStringValueByKey(String strKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the String strValue of a parameter.
 void modifyParameterStringValueByKey(String key, String strValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Modify the String strValue of a parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdvancedParametersDAO

public AdvancedParametersDAO()
Method Detail

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 key
plugin - 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 key
strValue - the str value
plugin - the plugin


Copyright © 2013 Mairie de Paris. All Rights Reserved.