|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.service.parameter.FormParameterService
public final class FormParameterService
FormParameterService
Constructor Summary | |
---|---|
FormParameterService()
|
Method Summary | |
---|---|
fr.paris.lutece.util.ReferenceList |
findAll()
Find all directory parameters |
fr.paris.lutece.util.ReferenceItem |
findByKey(java.lang.String strParameterKey)
Load the parameter value |
fr.paris.lutece.util.ReferenceList |
findDefaultValueParameters()
Find the default value parameters of the directory |
fr.paris.lutece.util.ReferenceList |
findExportParameters()
Find the export parameters |
java.lang.String |
getExportCSVEncoding()
Get the encoding for export CSV |
IExportType |
getExportDaemonType()
Get tge export daemon type configured in the advanced parameters of the plugin-form. |
java.lang.String |
getExportXMLEncoding()
Get the encoding for export XML |
int |
getIdExportResponsesDaemon()
Get the id export responses for daemon |
static FormParameterService |
getService()
Get the instance of the service |
boolean |
isExportEncodingParameter(java.lang.String strKey)
Check if the given key is from an encoding parameter |
void |
update(fr.paris.lutece.util.ReferenceItem param)
Update the parameter value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormParameterService()
Method Detail |
---|
public static FormParameterService getService()
public fr.paris.lutece.util.ReferenceList findAll()
ReferenceList
public fr.paris.lutece.util.ReferenceList findDefaultValueParameters()
ReferenceList
public fr.paris.lutece.util.ReferenceList findExportParameters()
ReferenceList
public fr.paris.lutece.util.ReferenceItem findByKey(java.lang.String strParameterKey)
strParameterKey
- the parameter key
public void update(fr.paris.lutece.util.ReferenceItem param)
strParameterKey
- The parameter keystrParameterValue
- The parameter valuepublic java.lang.String getExportCSVEncoding()
public java.lang.String getExportXMLEncoding()
public int getIdExportResponsesDaemon()
public boolean isExportEncodingParameter(java.lang.String strKey)
strKey
- the key
public IExportType getExportDaemonType()
IExportType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |