fr.paris.lutece.portal.business.search
Interface ISearchParameterDAO

All Known Implementing Classes:
SearchParameterDAO

public interface ISearchParameterDAO

Interface ISearchParameterDAO Defines data access providers for search parameters


Method Summary
 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
 

Method Detail

load

ReferenceItem load(String strParameterKey)
Gets the parameters defined by the specified key

Parameters:
strParameterKey - the parameter key
Returns:
the found parameter

store

void store(ReferenceItem param)
Updates the value of an existing parameter

Parameters:
param - the parameter to store

findAll

Map<String,String> findAll()
Gets a list of all search parameters

Returns:
all search parameters as a Map

selectParametersList

ReferenceList selectParametersList()
Gets a list of all search parameters

Returns:
all search parameters as a ReferenceList


Copyright © 2014 Mairie de Paris. All Rights Reserved.