org.gcube.portlets.user.speciesdiscovery.server.session
Interface FetchingBuffer<T extends FetchingElement>
- All Known Subinterfaces:
- FilterableFetchingBuffer<T>, SelectableFetchingBuffer<T>
- All Known Implementing Classes:
- AbstractDaoBuffer, AbstractSelectableDaoBuffer, OccurrenceBuffer, ResultRowBuffer, TaxonomyRowBuffer
public interface FetchingBuffer<T extends FetchingElement>
add
void add(T e)
throws Exception
- Throws:
Exception
getList
List<T> getList()
throws Exception
- Throws:
Exception
size
int size()
throws Exception
- Throws:
Exception
getList
List<T> getList(int startIndex,
int offset)
throws Exception
- Throws:
Exception
getList
List<T> getList(Map<String,String> filterANDMap,
int startIndex,
int offset)
throws Exception
- Throws:
Exception
Copyright © 2013. All Rights Reserved.