public interface ISearchEngine<C,R> extends ISeacher<C>
| Modifier and Type | Method and Description |
|---|---|
C |
getCondition() |
net.anwiba.commons.model.IObjectModel<R> |
getResultCursorModel() |
net.anwiba.commons.model.IObjectListModel<R> |
getSearchResultsModel() |
boolean |
hasNext() |
boolean |
hasPrevious() |
boolean |
hasResult() |
void |
next() |
void |
previous() |
void |
reset() |
void |
search(C condition) |
void reset()
void next()
void previous()
boolean hasPrevious()
boolean hasNext()
net.anwiba.commons.model.IObjectModel<R> getResultCursorModel()
boolean hasResult()
C getCondition()
net.anwiba.commons.model.IObjectListModel<R> getSearchResultsModel()
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.