|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.parameter.DirectoryParameterFilter
public class DirectoryParameterFilter
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 |
---|
public DirectoryParameterFilter()
Method Detail |
---|
public boolean containsListParameterKeys()
public void addParameterKey(java.lang.String strParameterKey)
strParameterKey
- the parameter keypublic java.util.List<java.lang.String> getListParameterKeys()
public boolean excludeParameterKeys()
public void setExcludeParameterKeys(boolean bExcludeParameterKeys)
bExcludeParameterKeys
- true if the filter must exclude the list of parameter keys, false otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |