|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StoreQueryFunction
Store query function.
Store.queryBy(StoreQueryFunction)
Method Summary | |
---|---|
boolean |
test(Record record,
java.lang.String id)
Callback function invoked by Store.queryBy(StoreQueryFunction) . |
Method Detail |
---|
boolean test(Record record, java.lang.String id)
Store.queryBy(StoreQueryFunction)
.
Return true if the record matches.
record
- the record to testid
- the record ID
Store.queryBy(StoreQueryFunction)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |