livespace.services
Class FederatedSorterFilter

java.lang.Object
  extended by dsto.dfc.databeans.PropertySorterFilter
      extended by livespace.services.FederatedSorterFilter
All Implemented Interfaces:
IFilter, IFilterSorter, ISorter, Comparator

public class FederatedSorterFilter
extends PropertySorterFilter

A DataObjectView sorter/filter that filters/sorts on property values of data objects and excludes data objects which are federated.

Author:
David Karunatne

Field Summary
 
Fields inherited from class dsto.dfc.databeans.PropertySorterFilter
property
 
Fields inherited from interface dsto.dfc.databeans.IFilter
NULL_FILTER
 
Fields inherited from interface dsto.dfc.databeans.ISorter
DEFAULT_SORTER, NULL_SORTER
 
Constructor Summary
FederatedSorterFilter(String property)
           
 
Method Summary
 boolean include(Object value)
          Return true if a given top-level value from source should be included.
 
Methods inherited from class dsto.dfc.databeans.PropertySorterFilter
affectsOrder, compare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

FederatedSorterFilter

public FederatedSorterFilter(String property)
Method Detail

include

public boolean include(Object value)
Description copied from interface: IFilter
Return true if a given top-level value from source should be included.

Specified by:
include in interface IFilter
Overrides:
include in class PropertySorterFilter


Copyright © 2008 Commonwealth of Australia