Uses of Class
org.gcube.portlets.user.speciesdiscovery.shared.Occurrence

Packages that use Occurrence
org.gcube.portlets.user.speciesdiscovery.client.util.stream   
org.gcube.portlets.user.speciesdiscovery.server   
org.gcube.portlets.user.speciesdiscovery.server.asl   
org.gcube.portlets.user.speciesdiscovery.server.persistence   
org.gcube.portlets.user.speciesdiscovery.server.persistence.dao   
org.gcube.portlets.user.speciesdiscovery.server.service   
org.gcube.portlets.user.speciesdiscovery.server.session   
org.gcube.portlets.user.speciesdiscovery.server.stream   
org.gcube.portlets.user.speciesdiscovery.shared   
 

Uses of Occurrence in org.gcube.portlets.user.speciesdiscovery.client.util.stream
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.util.stream with parameters of type Occurrence
protected  com.extjs.gxt.ui.client.data.BaseModelData OccurrencesDataSource.convertToData(Occurrence occurrence)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.server that return types with arguments of type Occurrence
protected  Iterator<Occurrence> TaxonomySearchServiceImpl.getIteratorSelectedOccurrenceIds()
           
protected  FetchingSession<Occurrence> TaxonomySearchServiceImpl.getOccurrenceSession()
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.server.asl that return types with arguments of type Occurrence
static FetchingSession<Occurrence> SessionUtil.getCurrentOccurrenceSession(org.gcube.application.framework.core.session.ASLSession session)
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.server.asl with type arguments of type Occurrence
static void SessionUtil.setCurrentOccurrenceSession(org.gcube.application.framework.core.session.ASLSession session, FetchingSession<Occurrence> searchSession)
           
 

Uses of Occurrence in org.gcube.portlets.user.speciesdiscovery.server.persistence
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.persistence with parameters of type Occurrence
 void OccurrenceBuffer.add(Occurrence occurrence)
           
 

Constructor parameters in org.gcube.portlets.user.speciesdiscovery.server.persistence with type arguments of type Occurrence
OccurrenceBuffer(AbstractPersistence<Occurrence> dao)
           
 

Uses of Occurrence in org.gcube.portlets.user.speciesdiscovery.server.persistence.dao
 

Fields in org.gcube.portlets.user.speciesdiscovery.server.persistence.dao with type parameters of type Occurrence
protected  javax.persistence.criteria.Root<Occurrence> OccurrenceRowPersistence.rootFrom
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.persistence.dao that return Occurrence
 Occurrence OccurrenceRowPersistence.getItemByKey(Integer id)
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.persistence.dao that return types with arguments of type Occurrence
 List<Occurrence> OccurrenceRowPersistence.executeCriteriaQuery(javax.persistence.criteria.CriteriaQuery<Object> criteriaQuery)
           
 List<Occurrence> OccurrenceRowPersistence.executeTypedQuery(javax.persistence.criteria.CriteriaQuery<Object> cq, int startIndex, int offset)
           
 List<Occurrence> OccurrenceRowPersistence.getList()
           
 List<Occurrence> OccurrenceRowPersistence.getList(int startIndex, int offset)
           
 List<Occurrence> OccurrenceRowPersistence.getList(Map<String,String> filterMap, int startIndex, int offset)
           
 javax.persistence.criteria.Root<Occurrence> OccurrenceRowPersistence.rootFrom(javax.persistence.criteria.CriteriaQuery<Object> cq)
           
 

Uses of Occurrence in org.gcube.portlets.user.speciesdiscovery.server.service
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.service that return Occurrence
 Occurrence OccurrenceConverter.convert(org.gcube.data.spd.model.products.OccurrencePoint input)
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.service that return types with arguments of type Occurrence
static CloseableIterator<Occurrence> IteratorChainBuilder.buildOccurrenceConverter(CloseableIterator<org.gcube.data.spd.model.products.OccurrencePoint> input)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.server.session that return types with arguments of type Occurrence
static FetchingSession<Occurrence> FetchingSessionUtil.createOccurrenceFetchingSession(CloseableIterator<Occurrence> source, org.gcube.application.framework.core.session.ASLSession session)
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.server.session with type arguments of type Occurrence
static FetchingSession<Occurrence> FetchingSessionUtil.createOccurrenceFetchingSession(CloseableIterator<Occurrence> source, org.gcube.application.framework.core.session.ASLSession session)
           
 

Uses of Occurrence in org.gcube.portlets.user.speciesdiscovery.server.stream
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.stream with parameters of type Occurrence
 List<String> OccurenceCSVConverterOpenModeller.convert(Occurrence input)
           
 List<String> OccurenceCSVConverter.convert(Occurrence input)
           
 

Constructor parameters in org.gcube.portlets.user.speciesdiscovery.server.stream with type arguments of type Occurrence
IteratorPointInfo(Iterator<Occurrence> iterator)
           
 

Uses of Occurrence in org.gcube.portlets.user.speciesdiscovery.shared
 

Fields in org.gcube.portlets.user.speciesdiscovery.shared with type parameters of type Occurrence
protected  ArrayList<Occurrence> OccurrenceBatch.occurrences
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.shared that return types with arguments of type Occurrence
 ArrayList<Occurrence> OccurrenceBatch.getOccurrences()
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.shared with type arguments of type Occurrence
 void OccurrenceBatch.setOccurrences(ArrayList<Occurrence> occurrences)
           
 

Constructor parameters in org.gcube.portlets.user.speciesdiscovery.shared with type arguments of type Occurrence
OccurrenceBatch(ArrayList<Occurrence> occurrences)
           
 



Copyright © 2013. All Rights Reserved.