|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncclient.sps.common.RecordFilter
com.funambol.syncclient.sps.common.FindFilter
public class FindFilter
This interface implements methods about search filter in database
Constructor Summary | |
---|---|
FindFilter(DataStore dataStore,
java.util.Vector valueToFind,
boolean include,
boolean caseSensitive)
|
Method Summary | |
---|---|
boolean |
accept(Record record)
This method is about to check is record about criteria in dataStore |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindFilter(DataStore dataStore, java.util.Vector valueToFind, boolean include, boolean caseSensitive)
dataStore
- dataStore namevalueToFind
- vector contains fields value to findinclude
- true
valueToFind fields contains in record fields,
false
valueToFind fields equals record fieldscaseSensitive
- true
case sensitive find,
false
match case findMethod Detail |
---|
public boolean accept(Record record)
accept
in class RecordFilter
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 |