org.gcube.portlets.user.speciesdiscovery.server.session
Class FetchingSessionUtil
java.lang.Object
org.gcube.portlets.user.speciesdiscovery.server.session.FetchingSessionUtil
public class FetchingSessionUtil
- extends Object
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FetchingSessionUtil
public FetchingSessionUtil()
createFetchingSession
public static FetchingSession<? extends FetchingElement> createFetchingSession(CloseableIterator<? extends FetchingElement> source,
SearchResultType type,
org.gcube.application.framework.core.session.ASLSession session)
throws Exception
- Throws:
Exception
createSpeciesProductFetchingSession
protected static FetchingSession<ResultRow> createSpeciesProductFetchingSession(CloseableIterator<ResultRow> source,
org.gcube.application.framework.core.session.ASLSession session)
throws Exception
- Throws:
Exception
createTaxonomyItemFetchingSession
protected static FetchingSession<TaxonomyRow> createTaxonomyItemFetchingSession(CloseableIterator<TaxonomyRow> source,
org.gcube.application.framework.core.session.ASLSession session)
throws Exception
- Throws:
Exception
createOccurrenceFetchingSession
public static FetchingSession<Occurrence> createOccurrenceFetchingSession(CloseableIterator<Occurrence> source,
org.gcube.application.framework.core.session.ASLSession session)
throws Exception
- Throws:
Exception
Copyright © 2013. All Rights Reserved.