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 java.lang.Object

DirectoryParameterFilter


Constructor Summary
DirectoryParameterFilter()
          Constructor
 
Method Summary
 void addParameterKey(java.lang.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
 java.util.List<java.lang.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(java.lang.String strParameterKey)
Add a parameter key to the list to filter

Parameters:
strParameterKey - the parameter key

getListParameterKeys

public java.util.List<java.lang.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 © 2012 Mairie de Paris. All Rights Reserved.