|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.search.SearchParameterHome
public final class SearchParameterHome
This class provides instances management methods (update, find, ...) for search parameters
Method Summary | |
---|---|
static Map<String,String> |
findAll()
Finds all search parameters |
static ReferenceItem |
findByKey(String strParameterKey)
Loads a search parameter |
static ReferenceList |
findParametersList()
Finds all search parameters |
static void |
update(ReferenceItem param)
Updates a search parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ReferenceItem findByKey(String strParameterKey)
strParameterKey
- the parameter key
public static void update(ReferenceItem param)
param
- the parameter to updatepublic static Map<String,String> findAll()
public static ReferenceList findParametersList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |