Modifier and Type | Method and Description |
---|---|
protected FetchingSession<Occurrence> |
TaxonomySearchServiceImpl.getOccurrenceSession() |
protected FetchingSession<? extends FetchingElement> |
TaxonomySearchServiceImpl.getSearchSession() |
Modifier and Type | Method and Description |
---|---|
static FetchingSession<Occurrence> |
SessionUtil.getCurrentOccurrenceSession(org.gcube.application.framework.core.session.ASLSession session) |
static FetchingSession<? extends FetchingElement> |
SessionUtil.getCurrentSearchSession(org.gcube.application.framework.core.session.ASLSession session) |
Modifier and Type | Method and Description |
---|---|
static void |
SessionUtil.setCurrentOccurrenceSession(org.gcube.application.framework.core.session.ASLSession session,
FetchingSession<Occurrence> searchSession) |
static void |
SessionUtil.setCurrentSearchSession(org.gcube.application.framework.core.session.ASLSession session,
FetchingSession<? extends FetchingElement> searchSession) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
OccurrenceJobUtil.getListOfSelectedKey(FetchingSession<ResultRow> searchSession) |
Modifier and Type | Method and Description |
---|---|
static FetchingSession<? extends FetchingElement> |
FetchingSessionUtil.createFetchingSession(CloseableIterator<? extends FetchingElement> source,
SearchResultType type,
org.gcube.application.framework.core.session.ASLSession session) |
static FetchingSession<Occurrence> |
FetchingSessionUtil.createOccurrenceFetchingSession(CloseableIterator<Occurrence> source,
org.gcube.application.framework.core.session.ASLSession session) |
protected static FetchingSession<ResultRow> |
FetchingSessionUtil.createSpeciesProductFetchingSession(CloseableIterator<ResultRow> source,
org.gcube.application.framework.core.session.ASLSession session) |
protected static FetchingSession<TaxonomyRow> |
FetchingSessionUtil.createTaxonomyItemFetchingSession(CloseableIterator<TaxonomyRow> source,
org.gcube.application.framework.core.session.ASLSession session) |
Copyright © 2016. All Rights Reserved.