|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncclient.sps.common.RecordFilter
public abstract class RecordFilter
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 |
---|
public RecordFilter()
Method Detail |
---|
public abstract boolean accept(Record record)
record
- to check
true
if the record is accept about criteria
false
if the record is not accept about criteria
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |