public class ResultRowBuffer extends AbstractSelectableDaoBuffer<ResultRow> implements FilterableFetchingBuffer<ResultRow>
Modifier and Type | Field and Description |
---|---|
protected org.apache.log4j.Logger |
logger |
idField, selectionField
dao
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, updateSelection
getList, getList, getList, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getList, getList, getList, size
public ResultRowBuffer(AbstractPersistence<ResultRow> dao, AbstractPersistence<Taxon> taxonDao)
public void add(ResultRow row) throws Exception
add
in interface FetchingBuffer<ResultRow>
add
in class AbstractDaoBuffer<ResultRow>
Exception
public int getFilteredListSize() throws SQLException
getFilteredListSize
in interface FilterableFetchingBuffer<ResultRow>
SQLException
public List<ResultRow> getFilteredList(FilterCriteria filterCriteria) throws SQLException
getFilteredList
in interface FilterableFetchingBuffer<ResultRow>
SQLException
public void updateAllSelection(boolean selection) throws Exception
AbstractSelectableDaoBuffer
updateAllSelection
in interface SelectableFetchingBuffer<ResultRow>
updateAllSelection
in class AbstractSelectableDaoBuffer<ResultRow>
Exception
public void updateAllSelectionByIds(boolean selection, List<String> listIds) throws Exception
updateAllSelectionByIds
in interface SelectableFetchingBuffer<ResultRow>
Exception
Copyright © 2016. All Rights Reserved.