org.palo.api.impl.subsets2.filters
Class DataFilter

java.lang.Object
  extended by org.palo.api.impl.subsets2.filters.DataFilter
All Implemented Interfaces:
SubsetFilter

Deprecated. PLEASE DO NOT USE!! SUBJECT TO CHANGE!!

public class DataFilter
extends java.lang.Object
implements SubsetFilter

DataFilter TODO DOCUMENT ME

Version:
$Id: DataFilter.html,v 1.1 2007/10/29 13:51:19 ArndHouben Exp $

Field Summary
 
Fields inherited from interface org.palo.api.SubsetFilter
TYPE_ATTRIBUTE, TYPE_DATA, TYPE_HIERARCHICAL, TYPE_PICKLIST, TYPE_SORTING, TYPE_TEXT
 
Constructor Summary
DataFilter()
          Deprecated.  
 
Method Summary
 java.util.List<ElementNode> filter(java.util.List<ElementNode> hierarchy)
          Deprecated. Filters the given element hierarchy represented by ElementNodes.
 int getType()
          Deprecated. Returns the filter type which is one of the defined type constants.
 void init(Dimension dimension)
          Deprecated. Called to initialise this filter.
 void reset()
          Deprecated. Resets this filter, i.e. all its settings are switched back to their default values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFilter

public DataFilter()
Deprecated. 
Method Detail

filter

public java.util.List<ElementNode> filter(java.util.List<ElementNode> hierarchy)
Deprecated. 
Description copied from interface: SubsetFilter
Filters the given element hierarchy represented by ElementNodes. The given list contains only the root nodes.

Specified by:
filter in interface SubsetFilter
Parameters:
hierarchy - the ElementNode hierarchy to filter
Returns:
the new, filtered hierarchy

getType

public int getType()
Deprecated. 
Description copied from interface: SubsetFilter
Returns the filter type which is one of the defined type constants.

Specified by:
getType in interface SubsetFilter
Returns:
the filter type

init

public void init(Dimension dimension)
Deprecated. 
Description copied from interface: SubsetFilter
Called to initialise this filter.

Specified by:
init in interface SubsetFilter
Parameters:
dimension - the subset Dimension

reset

public void reset()
Deprecated. 
Description copied from interface: SubsetFilter
Resets this filter, i.e. all its settings are switched back to their default values.

Specified by:
reset in interface SubsetFilter