public interface ISearchParameterDAO
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
findAll()
Gets a list of all search parameters
|
ReferenceItem |
load(String strParameterKey)
Gets the parameters defined by the specified key
|
ReferenceList |
selectParametersList()
Gets a list of all search parameters
|
void |
store(ReferenceItem param)
Updates the value of an existing parameter
|
ReferenceItem load(String strParameterKey)
strParameterKey
- the parameter keyvoid store(ReferenceItem param)
param
- the parameter to storeMap<String,String> findAll()
ReferenceList selectParametersList()
Copyright © 2020 City of Paris. All rights reserved.