|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.service.parameter.EntryParameterService
public final class EntryParameterService
DirectoryParameterService
Constructor Summary | |
---|---|
EntryParameterService()
|
Method Summary | |
---|---|
fr.paris.lutece.util.ReferenceList |
findAll()
Find all directory parameters |
fr.paris.lutece.util.ReferenceItem |
findByKey(String strParameterKey)
Load the parameter value |
static EntryParameterService |
getService()
Get the instance of the service |
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 EntryParameterService()
Method Detail |
---|
public static EntryParameterService getService()
public fr.paris.lutece.util.ReferenceList findAll()
ReferenceList
public fr.paris.lutece.util.ReferenceItem findByKey(String strParameterKey)
strParameterKey
- the parameter key
public void update(fr.paris.lutece.util.ReferenceItem param)
strParameterKey
- The parameter keystrParameterValue
- The parameter value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |