fr.paris.lutece.plugins.directory.business.parameter
Class DirectoryParameterFilter

java.lang.Object
  extended by fr.paris.lutece.plugins.directory.business.parameter.DirectoryParameterFilter

public class DirectoryParameterFilter
extends Object

DirectoryParameterFilter


Constructor Summary
DirectoryParameterFilter()
          Constructor
 
Method Summary
 void addParameterKey(String strParameterKey)
          Add a parameter key to the list to filter
 boolean containsListParameterKeys()
          Check if the filter contains a list of parameters keys
 boolean excludeParameterKeys()
          Check if the filter must exclude the list of parameter keys
 List<String> getListParameterKeys()
          Get the list of parameter keys
 void setExcludeParameterKeys(boolean bExcludeParameterKeys)
          Set true if the filter must exclude the list of parameter keys, false otherwise
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryParameterFilter

public DirectoryParameterFilter()
Constructor

Method Detail

containsListParameterKeys

public boolean containsListParameterKeys()
Check if the filter contains a list of parameters keys

Returns:
true if it contains a list of parameter keys

addParameterKey

public void addParameterKey(String strParameterKey)
Add a parameter key to the list to filter

Parameters:
strParameterKey - the parameter key

getListParameterKeys

public List<String> getListParameterKeys()
Get the list of parameter keys

Returns:
the list of parameter keys

excludeParameterKeys

public boolean excludeParameterKeys()
Check if the filter must exclude the list of parameter keys

Returns:
true if the filter must exclude the list of parameter keys, false otherwise

setExcludeParameterKeys

public void setExcludeParameterKeys(boolean bExcludeParameterKeys)
Set true if the filter must exclude the list of parameter keys, false otherwise

Parameters:
bExcludeParameterKeys - true if the filter must exclude the list of parameter keys, false otherwise


Copyright © 2013 Mairie de Paris. All Rights Reserved.