Modifier and Type | Method and Description |
---|---|
protected com.extjs.gxt.ui.client.data.BaseModelData |
OccurrencesDataSource.convertToData(Occurrence occurrence) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<Occurrence> |
TaxonomySearchServiceImpl.getIteratorSelectedOccurrenceIds() |
protected FetchingSession<Occurrence> |
TaxonomySearchServiceImpl.getOccurrenceSession() |
Modifier and Type | Method and Description |
---|---|
static FetchingSession<Occurrence> |
SessionUtil.getCurrentOccurrenceSession(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) |
Modifier and Type | Method and Description |
---|---|
void |
OccurrenceBuffer.add(Occurrence occurrence) |
Constructor and Description |
---|
OccurrenceBuffer(AbstractPersistence<Occurrence> dao) |
Modifier and Type | Field and Description |
---|---|
protected javax.persistence.criteria.Root<Occurrence> |
OccurrenceRowPersistence.rootFrom |
Modifier and Type | Method and Description |
---|---|
Occurrence |
OccurrenceRowPersistence.getItemByKey(Integer id) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
Occurrence |
OccurrenceConverter.convert(org.gcube.data.spd.model.products.OccurrencePoint input) |
Modifier and Type | Method and Description |
---|---|
static CloseableIterator<Occurrence> |
IteratorChainBuilder.buildOccurrenceConverter(CloseableIterator<org.gcube.data.spd.model.products.OccurrencePoint> input) |
Modifier and Type | Method and Description |
---|---|
static FetchingSession<Occurrence> |
FetchingSessionUtil.createOccurrenceFetchingSession(CloseableIterator<Occurrence> source,
org.gcube.application.framework.core.session.ASLSession session) |
Modifier and Type | Method and Description |
---|---|
static FetchingSession<Occurrence> |
FetchingSessionUtil.createOccurrenceFetchingSession(CloseableIterator<Occurrence> source,
org.gcube.application.framework.core.session.ASLSession session) |
Modifier and Type | Method and Description |
---|---|
List<String> |
OccurenceCSVConverter.convert(Occurrence input) |
List<String> |
OccurenceCSVConverterOpenModeller.convert(Occurrence input) |
Constructor and Description |
---|
IteratorPointInfo(Iterator<Occurrence> iterator) |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<Occurrence> |
OccurrenceBatch.occurrences |
Modifier and Type | Method and Description |
---|---|
ArrayList<Occurrence> |
OccurrenceBatch.getOccurrences() |
Modifier and Type | Method and Description |
---|---|
void |
OccurrenceBatch.setOccurrences(ArrayList<Occurrence> occurrences) |
Constructor and Description |
---|
OccurrenceBatch(ArrayList<Occurrence> occurrences) |
Copyright © 2016. All Rights Reserved.