public class TaxonomyRowBuffer extends AbstractSelectableDaoBuffer<TaxonomyRow> implements FilterableFetchingBuffer<TaxonomyRow>
idField, selectionFielddao, logger| Constructor and Description |
|---|
TaxonomyRowBuffer(AbstractPersistence<TaxonomyRow> dao) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TaxonomyRow row) |
List<TaxonomyRow> |
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 TaxonomyRowBuffer(AbstractPersistence<TaxonomyRow> dao)
public void add(TaxonomyRow row) throws Exception
add in interface FetchingBuffer<TaxonomyRow>add in class AbstractDaoBuffer<TaxonomyRow>Exceptionpublic List<TaxonomyRow> getFilteredList(FilterCriteria filterCriteria) throws SQLException
getFilteredList in interface FilterableFetchingBuffer<TaxonomyRow>SQLExceptionpublic int getFilteredListSize()
throws SQLException
getFilteredListSize in interface FilterableFetchingBuffer<TaxonomyRow>SQLExceptionpublic void updateAllSelection(boolean selection)
throws Exception
AbstractSelectableDaoBufferupdateAllSelection in interface SelectableFetchingBuffer<TaxonomyRow>updateAllSelection in class AbstractSelectableDaoBuffer<TaxonomyRow>Exceptionpublic void updateAllSelectionByIds(boolean selection,
List<String> listIds)
throws Exception
updateAllSelectionByIds in interface SelectableFetchingBuffer<TaxonomyRow>ExceptionCopyright © 2014. All Rights Reserved.