|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TaxonomyRow in org.gcube.portlets.user.speciesdiscovery.client.rpc |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.client.rpc that return types with arguments of type TaxonomyRow | |
---|---|
SearchResult<TaxonomyRow> |
TaxonomySearchService.getSearchTaxonomyRow(int start,
int limit,
ResultFilter activeFiltersObject,
boolean showOnlySelected)
|
Method parameters in org.gcube.portlets.user.speciesdiscovery.client.rpc with type arguments of type TaxonomyRow | |
---|---|
void |
TaxonomySearchServiceAsync.getSearchTaxonomyRow(int start,
int limit,
ResultFilter activeFiltersObject,
boolean showOnlySelected,
com.google.gwt.user.client.rpc.AsyncCallback<SearchResult<TaxonomyRow>> asyncCallback)
|
Uses of TaxonomyRow in org.gcube.portlets.user.speciesdiscovery.client.util.stream |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.client.util.stream with parameters of type TaxonomyRow | |
---|---|
protected com.extjs.gxt.ui.client.data.BaseModelData |
TaxonomyRowDataSource.convertTaxonomyRow(TaxonomyRow row)
|
Method parameters in org.gcube.portlets.user.speciesdiscovery.client.util.stream with type arguments of type TaxonomyRow | |
---|---|
protected List<com.extjs.gxt.ui.client.data.ModelData> |
TaxonomyRowDataSource.convertData(ArrayList<TaxonomyRow> rows)
|
String |
TaxonomyRowDataSource.getClassification(List<TaxonomyRow> listTaxonomy)
|
protected String |
TaxonomyRowDataSource.getRankHtml(List<TaxonomyRow> listTaxonomy)
|
Uses of TaxonomyRow in org.gcube.portlets.user.speciesdiscovery.server |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.server that return TaxonomyRow | |
---|---|
protected TaxonomyRow |
TaxonomyRowTable.findingTaxonomyInCaches(String taxonomyServiceRowID,
org.gcube.application.framework.core.session.ASLSession session)
|
TaxonomyRow |
TaxonomySearchServiceImpl.loadTaxonomyParentByParentId(String parentID)
|
Methods in org.gcube.portlets.user.speciesdiscovery.server that return types with arguments of type TaxonomyRow | |
---|---|
SearchResult<TaxonomyRow> |
TaxonomySearchServiceImpl.getSearchTaxonomyRow(int start,
int limit,
ResultFilter activeFiltersObject,
boolean onlySelected)
|
Methods in org.gcube.portlets.user.speciesdiscovery.server with parameters of type TaxonomyRow | |
---|---|
String |
TaxonomyRowTable.getHTMLTableForTaxonomy(TaxonomyRow row)
|
Uses of TaxonomyRow in org.gcube.portlets.user.speciesdiscovery.server.asl |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.server.asl that return types with arguments of type TaxonomyRow | |
---|---|
static HashMap<String,TaxonomyRow> |
SessionUtil.getHashMapChildrenTaxonomyCache(org.gcube.application.framework.core.session.ASLSession session)
|
static HashMap<String,TaxonomyRow> |
SessionUtil.getHashMapSynonymsTaxonomyCache(org.gcube.application.framework.core.session.ASLSession session)
|
static HashMap<String,TaxonomyRow> |
SessionUtil.getHashMapTaxonomyByIdsCache(org.gcube.application.framework.core.session.ASLSession session)
|
Method parameters in org.gcube.portlets.user.speciesdiscovery.server.asl with type arguments of type TaxonomyRow | |
---|---|
static void |
SessionUtil.setHashMapChildrenTaxonomyCache(org.gcube.application.framework.core.session.ASLSession session,
Map<String,TaxonomyRow> list)
|
static void |
SessionUtil.setHashMapSynonymsTaxonomyCache(org.gcube.application.framework.core.session.ASLSession session,
Map<String,TaxonomyRow> list)
|
static void |
SessionUtil.setHashMapTaxonomyByIdsCache(org.gcube.application.framework.core.session.ASLSession session,
Map<String,TaxonomyRow> list)
|
Uses of TaxonomyRow in org.gcube.portlets.user.speciesdiscovery.server.persistence |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.server.persistence that return types with arguments of type TaxonomyRow | |
---|---|
List<TaxonomyRow> |
TaxonomyRowBuffer.getFilteredList(FilterCriteria filterCriteria)
|
Methods in org.gcube.portlets.user.speciesdiscovery.server.persistence with parameters of type TaxonomyRow | |
---|---|
void |
TaxonomyRowBuffer.add(TaxonomyRow row)
|
Constructor parameters in org.gcube.portlets.user.speciesdiscovery.server.persistence with type arguments of type TaxonomyRow | |
---|---|
TaxonomyRowBuffer(AbstractPersistence<TaxonomyRow> dao)
|
Uses of TaxonomyRow in org.gcube.portlets.user.speciesdiscovery.server.persistence.dao |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.server.persistence.dao that return TaxonomyRow | |
---|---|
TaxonomyRow |
TaxonomyRowPersistence.getItemByKey(Integer id)
|
Methods in org.gcube.portlets.user.speciesdiscovery.server.persistence.dao that return types with arguments of type TaxonomyRow | |
---|---|
List<TaxonomyRow> |
TaxonomyRowPersistence.executeCriteriaQuery(javax.persistence.criteria.CriteriaQuery<Object> criteriaQuery)
|
List<TaxonomyRow> |
TaxonomyRowPersistence.executeTypedQuery(javax.persistence.criteria.CriteriaQuery cq,
int startIndex,
int offset)
|
List<TaxonomyRow> |
TaxonomyRowPersistence.getList()
|
List<TaxonomyRow> |
TaxonomyRowPersistence.getList(int startIndex,
int offset)
|
List<TaxonomyRow> |
TaxonomyRowPersistence.getList(Map<String,String> filterMap,
int startIndex,
int offset)
|
javax.persistence.criteria.Root<TaxonomyRow> |
TaxonomyRowPersistence.rootFrom(javax.persistence.criteria.CriteriaQuery<Object> cq)
|
Uses of TaxonomyRow in org.gcube.portlets.user.speciesdiscovery.server.service |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.server.service that return TaxonomyRow | |
---|---|
TaxonomyRow |
TaxonomyItemConverter.convert(org.gcube.data.spd.model.products.TaxonomyItem input)
|
protected TaxonomyRow |
TaxonomyItemConverter.createTaxonomyRow(org.gcube.data.spd.model.products.TaxonomyItem input)
|
Methods in org.gcube.portlets.user.speciesdiscovery.server.service that return types with arguments of type TaxonomyRow | |
---|---|
protected static CloseableIterator<TaxonomyRow> |
IteratorChainBuilder.buildTaxonomyItemChain(CloseableIterator<org.gcube.data.spd.model.products.ResultElement> input,
org.gcube.application.framework.core.session.ASLSession session)
|
protected List<TaxonomyRow> |
TaxonomyItemConverter.convertParentsTaxonomy(org.gcube.data.spd.model.products.TaxonomyItem taxon)
|
Uses of TaxonomyRow in org.gcube.portlets.user.speciesdiscovery.server.session |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.server.session that return types with arguments of type TaxonomyRow | |
---|---|
protected static FetchingSession<TaxonomyRow> |
FetchingSessionUtil.createTaxonomyItemFetchingSession(CloseableIterator<TaxonomyRow> source,
org.gcube.application.framework.core.session.ASLSession session)
|
Method parameters in org.gcube.portlets.user.speciesdiscovery.server.session with type arguments of type TaxonomyRow | |
---|---|
protected static FetchingSession<TaxonomyRow> |
FetchingSessionUtil.createTaxonomyItemFetchingSession(CloseableIterator<TaxonomyRow> source,
org.gcube.application.framework.core.session.ASLSession session)
|
Uses of TaxonomyRow in org.gcube.portlets.user.speciesdiscovery.server.stream.aggregation |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.server.stream.aggregation with parameters of type TaxonomyRow | |
---|---|
String |
TaxonomyKeyProvider.getKey(TaxonomyRow value,
TaxonomyGridField field)
|
Uses of TaxonomyRow in org.gcube.portlets.user.speciesdiscovery.shared |
---|
Fields in org.gcube.portlets.user.speciesdiscovery.shared with type parameters of type TaxonomyRow | |
---|---|
protected List<TaxonomyRow> |
TaxonomyRow.parents
|
Methods in org.gcube.portlets.user.speciesdiscovery.shared that return types with arguments of type TaxonomyRow | |
---|---|
List<TaxonomyRow> |
TaxonChildren.getListChildren()
|
List<TaxonomyRow> |
TaxonomyRow.getParents()
|
Methods in org.gcube.portlets.user.speciesdiscovery.shared with parameters of type TaxonomyRow | |
---|---|
int |
TaxonomyRow.compareTo(TaxonomyRow o)
|
Method parameters in org.gcube.portlets.user.speciesdiscovery.shared with type arguments of type TaxonomyRow | |
---|---|
void |
TaxonomyRow.setParent(List<TaxonomyRow> parent)
|
Constructor parameters in org.gcube.portlets.user.speciesdiscovery.shared with type arguments of type TaxonomyRow | |
---|---|
TaxonChildren(int startIndex,
int endIndex,
int fullSize,
List<TaxonomyRow> listChildren)
|
Uses of TaxonomyRow in org.gcube.portlets.user.speciesdiscovery.shared.cluster |
---|
Methods in org.gcube.portlets.user.speciesdiscovery.shared.cluster that return types with arguments of type TaxonomyRow | |
---|---|
ClusterCommonNameDataSource<TaxonomyRow> |
ClusterCommonNameDataSourceForTaxonomyRow.getCluster()
|
Map<String,TaxonomyRow> |
ClusterStructuresForTaxonomyRow.getHashResult()
|
Map<String,TaxonomyRow> |
ManagerClusterCommonNameDataSourceForTaxonomyRow.getHashResult()
|
Methods in org.gcube.portlets.user.speciesdiscovery.shared.cluster with parameters of type TaxonomyRow | |
---|---|
static LightTaxonomyRow |
ClusterStructuresForTaxonomyRow.convetTaxonomyRowToLigthTaxonomyRow(TaxonomyRow row)
|
Method parameters in org.gcube.portlets.user.speciesdiscovery.shared.cluster with type arguments of type TaxonomyRow | |
---|---|
void |
ClusterStructuresForTaxonomyRow.createStructures(ArrayList<TaxonomyRow> arrayListTax)
|
void |
ClusterCommonNameDataSourceForTaxonomyRow.setCluster(ClusterCommonNameDataSource<TaxonomyRow> cluster)
|
void |
ClusterStructuresForTaxonomyRow.setHashResult(Map<String,TaxonomyRow> hashResult)
|
void |
ManagerClusterCommonNameDataSourceForTaxonomyRow.setHashResult(Map<String,TaxonomyRow> hashResult)
|
Constructor parameters in org.gcube.portlets.user.speciesdiscovery.shared.cluster with type arguments of type TaxonomyRow | |
---|---|
ClusterCommonNameDataSourceForTaxonomyRow(String scientificName,
ClusterCommonNameDataSource<TaxonomyRow> cluster)
|
|
ClusterStructuresForTaxonomyRow(SearchResult<TaxonomyRow> result,
boolean isReduced,
int totalRow)
|
|
ManagerClusterCommonNameDataSourceForTaxonomyRow(HashMap<String,ArrayList<String>> hashScientificNameResultRowServiceID,
Map<String,TaxonomyRow> hashResult)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |