fr.paris.lutece.plugins.crm.business.parameters
Interface IAdvancedParametersDAO

All Known Implementing Classes:
AdvancedParametersDAO

public interface IAdvancedParametersDAO

The Interface IAdvancedParametersDAO.


Method Summary
 String getParameterStringValueByKey(String strKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Get the String strValue of a parameter.
 void modifyParameterStringValueByKey(String strKey, String strValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Modify the String strValue of a parameter.
 

Method Detail

getParameterStringValueByKey

String getParameterStringValueByKey(String strKey,
                                    fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the String strValue of a parameter.

Parameters:
strKey - the str key
plugin - the plugin
Returns:
the string strValue

modifyParameterStringValueByKey

void modifyParameterStringValueByKey(String strKey,
                                     String strValue,
                                     fr.paris.lutece.portal.service.plugin.Plugin plugin)
Modify the String strValue of a parameter.

Parameters:
strKey - the str key
strValue - the str value
plugin - the plugin


Copyright © 2013 Mairie de Paris. All Rights Reserved.