|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResultRow in org.gcube.portlets.user.speciesdiscovery.client.cluster |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.client.cluster with parameters of type ResultRow | |
---|---|
static com.extjs.gxt.ui.client.widget.Html |
TablesForResultRow.getTableForResultRow(ResultRow row,
String classification)
|
Uses of ResultRow in org.gcube.portlets.user.speciesdiscovery.client.resultview |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.client.resultview that return types with arguments of type ResultRow | |
---|---|
List<ResultRow> |
SpeciesGrid.getSelectedRows()
|
List<ResultRow> |
DescriptiveTaxonomyGrid.getSelectedRows()
|
List<ResultRow> |
DescriptiveSpeciesGrid.getSelectedRows()
|
List<ResultRow> |
TaxonomyGrid.getSelectedRows()
|
Uses of ResultRow in org.gcube.portlets.user.speciesdiscovery.client.rpc |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.client.rpc that return types with arguments of type ResultRow | |
---|---|
SearchResult<ResultRow> |
TaxonomySearchService.getSearchResultRows(int start,
int limit,
ResultFilter activeFiltersObject,
boolean onlySelected)
|
Method parameters in org.gcube.portlets.user.speciesdiscovery.client.rpc with type arguments of type ResultRow | |
---|---|
void |
TaxonomySearchServiceAsync.getSearchResultRows(int start,
int limit,
ResultFilter activeFiltersObject,
boolean onlySelected,
com.google.gwt.user.client.rpc.AsyncCallback<SearchResult<ResultRow>> callback)
|
Uses of ResultRow in org.gcube.portlets.user.speciesdiscovery.client.util.stream |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.client.util.stream with parameters of type ResultRow | |
---|---|
protected com.extjs.gxt.ui.client.data.BaseModelData |
ResultRowDataSource.convertResultRow(ResultRow row)
|
Method parameters in org.gcube.portlets.user.speciesdiscovery.client.util.stream with type arguments of type ResultRow | |
---|---|
protected List<com.extjs.gxt.ui.client.data.ModelData> |
ResultRowDataSource.convertData(ArrayList<ResultRow> rows)
|
Uses of ResultRow in org.gcube.portlets.user.speciesdiscovery.client.view |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.client.view that return types with arguments of type ResultRow | |
---|---|
List<ResultRow> |
SpeciesViewInterface.getSelectedRows()
|
List<ResultRow> |
SpeciesThumbsView.getSelectedRows()
|
Uses of ResultRow in org.gcube.portlets.user.speciesdiscovery.server |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.server that return types with arguments of type ResultRow | |
---|---|
SearchResult<ResultRow> |
TaxonomySearchServiceImpl.getSearchResultRows(int start,
int limit,
ResultFilter activeFiltersObject,
boolean onlySelected)
|
Uses of ResultRow in org.gcube.portlets.user.speciesdiscovery.server.job |
---|
Method parameters in org.gcube.portlets.user.speciesdiscovery.server.job with type arguments of type ResultRow | |
---|---|
static List<String> |
OccurrenceJobUtil.getListOfSelectedKey(FetchingSession<ResultRow> searchSession)
|
Uses of ResultRow in org.gcube.portlets.user.speciesdiscovery.server.persistence |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.server.persistence that return types with arguments of type ResultRow | |
---|---|
List<ResultRow> |
ResultRowBuffer.getFilteredList(FilterCriteria filterCriteria)
|
Methods in org.gcube.portlets.user.speciesdiscovery.server.persistence with parameters of type ResultRow | |
---|---|
void |
ResultRowBuffer.add(ResultRow row)
|
Constructor parameters in org.gcube.portlets.user.speciesdiscovery.server.persistence with type arguments of type ResultRow | |
---|---|
ResultRowBuffer(AbstractPersistence<ResultRow> dao,
AbstractPersistence<Taxon> taxonDao)
|
Uses of ResultRow in org.gcube.portlets.user.speciesdiscovery.server.persistence.dao |
---|
Fields in org.gcube.portlets.user.speciesdiscovery.server.persistence.dao with type parameters of type ResultRow | |
---|---|
protected javax.persistence.criteria.Root<ResultRow> |
ResultRowPersistence.rootFrom
|
Methods in org.gcube.portlets.user.speciesdiscovery.server.persistence.dao that return ResultRow | |
---|---|
ResultRow |
ResultRowPersistence.getItemByKey(Integer id)
|
Methods in org.gcube.portlets.user.speciesdiscovery.server.persistence.dao that return types with arguments of type ResultRow | |
---|---|
List<ResultRow> |
ResultRowPersistence.executeCriteriaQuery(javax.persistence.criteria.CriteriaQuery<Object> criteriaQuery)
|
List<ResultRow> |
ResultRowPersistence.executeTypedQuery(javax.persistence.criteria.CriteriaQuery<Object> cq,
int startIndex,
int offset)
|
List<ResultRow> |
ResultRowPersistence.getList()
|
List<ResultRow> |
ResultRowPersistence.getList(int startIndex,
int offset)
|
List<ResultRow> |
ResultRowPersistence.getList(Map<String,String> filterMap,
int startIndex,
int offset)
|
javax.persistence.criteria.Root<ResultRow> |
ResultRowPersistence.rootFrom(javax.persistence.criteria.CriteriaQuery<Object> cq)
|
Uses of ResultRow in org.gcube.portlets.user.speciesdiscovery.server.service |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.server.service that return ResultRow | |
---|---|
ResultRow |
ResultItemConverter.convert(org.gcube.data.spd.model.products.ResultItem input)
|
Methods in org.gcube.portlets.user.speciesdiscovery.server.service that return types with arguments of type ResultRow | |
---|---|
protected static CloseableIterator<ResultRow> |
IteratorChainBuilder.buildSpecieProductChain(CloseableIterator<org.gcube.data.spd.model.products.ResultElement> input,
org.gcube.application.framework.core.session.ASLSession session)
|
Uses of ResultRow in org.gcube.portlets.user.speciesdiscovery.server.session |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.server.session that return types with arguments of type ResultRow | |
---|---|
protected static FetchingSession<ResultRow> |
FetchingSessionUtil.createSpeciesProductFetchingSession(CloseableIterator<ResultRow> source,
org.gcube.application.framework.core.session.ASLSession session)
|
Method parameters in org.gcube.portlets.user.speciesdiscovery.server.session with type arguments of type ResultRow | |
---|---|
protected static FetchingSession<ResultRow> |
FetchingSessionUtil.createSpeciesProductFetchingSession(CloseableIterator<ResultRow> source,
org.gcube.application.framework.core.session.ASLSession session)
|
Uses of ResultRow in org.gcube.portlets.user.speciesdiscovery.server.stream.aggregation |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.server.stream.aggregation with parameters of type ResultRow | |
---|---|
String |
SpeciesKeyProvider.getKey(ResultRow value,
SpeciesGridFields field)
|
Uses of ResultRow in org.gcube.portlets.user.speciesdiscovery.shared.cluster |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.shared.cluster that return ResultRow | |
---|---|
ResultRow |
ClusterStructuresForResultRow.getResultRowByRowID(String key)
|
Methods in org.gcube.portlets.user.speciesdiscovery.shared.cluster that return types with arguments of type ResultRow | |
---|---|
HashMap<String,ClusterCommonNameDataSource<ResultRow>> |
ClusterStructuresForResultRow.getHashClusterCommonNamesDataSources()
|
List<ResultRow> |
ClusterStructuresForResultRow.getResult()
|
Method parameters in org.gcube.portlets.user.speciesdiscovery.shared.cluster with type arguments of type ResultRow | |
---|---|
void |
ClusterStructuresForResultRow.createStructures(ArrayList<ResultRow> arrayListRR)
|
Constructor parameters in org.gcube.portlets.user.speciesdiscovery.shared.cluster with type arguments of type ResultRow | |
---|---|
ClusterStructuresForResultRow(SearchResult<ResultRow> result,
boolean isReduced,
int totalRow)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |