public class ResultRowBuffer extends AbstractSelectableDaoBuffer<ResultRow> implements FilterableFetchingBuffer<ResultRow>
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.log4j.Logger |
logger |
idField, selectionFielddao| Constructor and Description |
|---|
ResultRowBuffer(AbstractPersistence<ResultRow> dao,
AbstractPersistence<Taxon> taxonDao) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ResultRow row) |
List<ResultRow> |
getFilteredList(FilterCriteria filterCriteria) |
int |
getFilteredListSize() |
void |
updateAllSelection(boolean selection) |
void |
updateAllSelectionByIds(boolean selection,
List<String> listIds) |
getSelected, sizeSelected, updateSelectiongetList, getList, getList, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetList, getList, getList, sizepublic ResultRowBuffer(AbstractPersistence<ResultRow> dao, AbstractPersistence<Taxon> taxonDao)
public void add(ResultRow row) throws Exception
add in interface FetchingBuffer<ResultRow>add in class AbstractDaoBuffer<ResultRow>Exceptionpublic int getFilteredListSize()
throws SQLException
getFilteredListSize in interface FilterableFetchingBuffer<ResultRow>SQLExceptionpublic List<ResultRow> getFilteredList(FilterCriteria filterCriteria) throws SQLException
getFilteredList in interface FilterableFetchingBuffer<ResultRow>SQLExceptionpublic void updateAllSelection(boolean selection)
throws Exception
AbstractSelectableDaoBufferupdateAllSelection in interface SelectableFetchingBuffer<ResultRow>updateAllSelection in class AbstractSelectableDaoBuffer<ResultRow>Exceptionpublic void updateAllSelectionByIds(boolean selection,
List<String> listIds)
throws Exception
updateAllSelectionByIds in interface SelectableFetchingBuffer<ResultRow>ExceptionCopyright © 2014. All Rights Reserved.