Uses of Class
org.gcube.portlets.user.speciesdiscovery.server.session.FetchingSession

Packages that use FetchingSession
org.gcube.portlets.user.speciesdiscovery.server   
org.gcube.portlets.user.speciesdiscovery.server.asl   
org.gcube.portlets.user.speciesdiscovery.server.job   
org.gcube.portlets.user.speciesdiscovery.server.session   
 

Uses of FetchingSession in org.gcube.portlets.user.speciesdiscovery.server
 

Methods in org.gcube.portlets.user.speciesdiscovery.server that return FetchingSession
protected  FetchingSession<Occurrence> TaxonomySearchServiceImpl.getOccurrenceSession()
           
protected  FetchingSession<? extends FetchingElement> TaxonomySearchServiceImpl.getSearchSession()
           
 

Uses of FetchingSession in org.gcube.portlets.user.speciesdiscovery.server.asl
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.asl that return FetchingSession
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)
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.asl with parameters of type FetchingSession
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)
           
 

Uses of FetchingSession in org.gcube.portlets.user.speciesdiscovery.server.job
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.job with parameters of type FetchingSession
static List<String> OccurrenceJobUtil.getListOfSelectedKey(FetchingSession<ResultRow> searchSession)
           
 

Uses of FetchingSession in org.gcube.portlets.user.speciesdiscovery.server.session
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.session that return FetchingSession
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 © 2013. All Rights Reserved.