com.funambol.syncclient.sps.common
Class RecordFilter

java.lang.Object
  extended by com.funambol.syncclient.sps.common.RecordFilter
Direct Known Subclasses:
FindFilter

public abstract class RecordFilter
extends java.lang.Object

This class defines methods about search filter in database $Id: RecordFilter.java,v 1.3 2007-12-22 18:09:17 nichele Exp $


Constructor Summary
RecordFilter()
           
 
Method Summary
abstract  boolean accept(Record record)
          This method is about criteria to find record in dataStore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordFilter

public RecordFilter()
Method Detail

accept

public abstract boolean accept(Record record)
This method is about criteria to find record in dataStore

Parameters:
record - to check
Returns:
true if the record is accept about criteria false if the record is not accept about criteria


Copyright © 2010 Funambol. All Rights Reserved.