|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.crm.service.parameters.AdvancedParametersService
public class AdvancedParametersService
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 |
---|
protected AdvancedParametersService()
Method Detail |
---|
public static AdvancedParametersService getService()
DemandTypeService
DemandTypeService
public String getParameterStringValueByKey(String strKey)
strKey
- the str key
public boolean isParameterValueByKey(String strKey)
strKey
- the str key
public void modifyParameterStringValueByKey(String strKey, String strValue)
strKey
- the str keystrValue
- the str value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |