|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.portlets.user.speciesdiscovery.server.session.FetchingSessionUtil
public class FetchingSessionUtil
| Constructor Summary | |
|---|---|
FetchingSessionUtil()
|
|
| Method Summary | |
|---|---|
static FetchingSession<? extends FetchingElement> |
createFetchingSession(CloseableIterator<? extends FetchingElement> source,
SearchResultType type,
org.gcube.application.framework.core.session.ASLSession session)
|
static FetchingSession<Occurrence> |
createOccurrenceFetchingSession(CloseableIterator<Occurrence> source,
org.gcube.application.framework.core.session.ASLSession session)
|
protected static FetchingSession<ResultRow> |
createSpeciesProductFetchingSession(CloseableIterator<ResultRow> source,
org.gcube.application.framework.core.session.ASLSession session)
|
protected static FetchingSession<TaxonomyRow> |
createTaxonomyItemFetchingSession(CloseableIterator<TaxonomyRow> source,
org.gcube.application.framework.core.session.ASLSession session)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FetchingSessionUtil()
| Method Detail |
|---|
public static FetchingSession<? extends FetchingElement> createFetchingSession(CloseableIterator<? extends FetchingElement> source,
SearchResultType type,
org.gcube.application.framework.core.session.ASLSession session)
throws Exception
Exception
protected static FetchingSession<ResultRow> createSpeciesProductFetchingSession(CloseableIterator<ResultRow> source,
org.gcube.application.framework.core.session.ASLSession session)
throws Exception
Exception
protected static FetchingSession<TaxonomyRow> createTaxonomyItemFetchingSession(CloseableIterator<TaxonomyRow> source,
org.gcube.application.framework.core.session.ASLSession session)
throws Exception
Exception
public static FetchingSession<Occurrence> createOccurrenceFetchingSession(CloseableIterator<Occurrence> source,
org.gcube.application.framework.core.session.ASLSession session)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||