public class TaxonomyRowBuffer extends AbstractSelectableDaoBuffer<TaxonomyRow> implements FilterableFetchingBuffer<TaxonomyRow>
idField, selectionField
dao, 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, updateSelection
getList, getList, getList, size
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getList, getList, getList, size
public TaxonomyRowBuffer(AbstractPersistence<TaxonomyRow> dao)
public void add(TaxonomyRow row) throws Exception
add
in interface FetchingBuffer<TaxonomyRow>
add
in class AbstractDaoBuffer<TaxonomyRow>
Exception
public List<TaxonomyRow> getFilteredList(FilterCriteria filterCriteria) throws SQLException
getFilteredList
in interface FilterableFetchingBuffer<TaxonomyRow>
SQLException
public int getFilteredListSize() throws SQLException
getFilteredListSize
in interface FilterableFetchingBuffer<TaxonomyRow>
SQLException
public void updateAllSelection(boolean selection) throws Exception
AbstractSelectableDaoBuffer
updateAllSelection
in interface SelectableFetchingBuffer<TaxonomyRow>
updateAllSelection
in class AbstractSelectableDaoBuffer<TaxonomyRow>
Exception
public void updateAllSelectionByIds(boolean selection, List<String> listIds) throws Exception
updateAllSelectionByIds
in interface SelectableFetchingBuffer<TaxonomyRow>
Exception
Copyright © 2016. All Rights Reserved.