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>


Method Summary
 void add(T e)
           
 List<T> getList()
           
 List<T> getList(int startIndex, int offset)
           
 List<T> getList(Map<String,String> filterANDMap, int startIndex, int offset)
           
 int size()
           
 

Method Detail

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.