fr.paris.lutece.plugins.crm.service.parameters
Class AdvancedParametersService

java.lang.Object
  extended by fr.paris.lutece.plugins.crm.service.parameters.AdvancedParametersService

public class AdvancedParametersService
extends Object

The Class AdvancedParametersService.


Constructor Summary
protected AdvancedParametersService()
          Constructor
 
Method Summary
 String getParameterStringValueByKey(String strKey)
          Get the String strValue of a parameter.
static AdvancedParametersService getService()
          Get the instance of DemandTypeService
 boolean isParameterValueByKey(String strKey)
          Get the boolean strValue of a parameter.
 void modifyParameterStringValueByKey(String strKey, String strValue)
          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

AdvancedParametersService

protected AdvancedParametersService()
Constructor

Method Detail

getService

public static AdvancedParametersService getService()
Get the instance of DemandTypeService

Returns:
the instance of DemandTypeService

getParameterStringValueByKey

public String getParameterStringValueByKey(String strKey)
Get the String strValue of a parameter.

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

isParameterValueByKey

public boolean isParameterValueByKey(String strKey)
Get the boolean strValue of a parameter.

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

modifyParameterStringValueByKey

public void modifyParameterStringValueByKey(String strKey,
                                            String strValue)
Modify the String strValue of a parameter.

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


Copyright © 2013 Mairie de Paris. All Rights Reserved.