Modifier and Type | Method and Description |
---|---|
SearchResult<TaxonomyRow> |
TaxonomySearchService.getSearchTaxonomyRow(int start,
int limit,
ResultFilter activeFiltersObject,
boolean showOnlySelected) |
Modifier and Type | Method and Description |
---|---|
void |
TaxonomySearchServiceAsync.getSearchTaxonomyRow(int start,
int limit,
ResultFilter activeFiltersObject,
boolean showOnlySelected,
com.google.gwt.user.client.rpc.AsyncCallback<SearchResult<TaxonomyRow>> asyncCallback) |
Modifier and Type | Method and Description |
---|---|
protected com.extjs.gxt.ui.client.data.BaseModelData |
TaxonomyRowDataSource.convertTaxonomyRow(TaxonomyRow row) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected TaxonomyRow |
TaxonomyRowTable.findingTaxonomyInCaches(String taxonomyServiceRowID,
org.gcube.application.framework.core.session.ASLSession session) |
TaxonomyRow |
TaxonomySearchServiceImpl.loadTaxonomyParentByParentId(String parentID) |
Modifier and Type | Method and Description |
---|---|
SearchResult<TaxonomyRow> |
TaxonomySearchServiceImpl.getSearchTaxonomyRow(int start,
int limit,
ResultFilter activeFiltersObject,
boolean onlySelected) |
Modifier and Type | Method and Description |
---|---|
String |
TaxonomyRowTable.getHTMLTableForTaxonomy(TaxonomyRow row) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<TaxonomyRow> |
TaxonomyRowBuffer.getFilteredList(FilterCriteria filterCriteria) |
Modifier and Type | Method and Description |
---|---|
void |
TaxonomyRowBuffer.add(TaxonomyRow row) |
Constructor and Description |
---|
TaxonomyRowBuffer(AbstractPersistence<TaxonomyRow> dao) |
Modifier and Type | Method and Description |
---|---|
TaxonomyRow |
TaxonomyRowPersistence.getItemByKey(Integer id) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
TaxonomyRow |
TaxonomyItemConverter.convert(org.gcube.data.spd.model.products.TaxonomyItem input) |
protected TaxonomyRow |
TaxonomyItemConverter.createTaxonomyRow(org.gcube.data.spd.model.products.TaxonomyItem input) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected static FetchingSession<TaxonomyRow> |
FetchingSessionUtil.createTaxonomyItemFetchingSession(CloseableIterator<TaxonomyRow> source,
org.gcube.application.framework.core.session.ASLSession session) |
Modifier and Type | Method and Description |
---|---|
protected static FetchingSession<TaxonomyRow> |
FetchingSessionUtil.createTaxonomyItemFetchingSession(CloseableIterator<TaxonomyRow> source,
org.gcube.application.framework.core.session.ASLSession session) |
Modifier and Type | Method and Description |
---|---|
String |
TaxonomyKeyProvider.getKey(TaxonomyRow value,
TaxonomyGridField field) |
Modifier and Type | Field and Description |
---|---|
protected List<TaxonomyRow> |
TaxonomyRow.parents |
Modifier and Type | Method and Description |
---|---|
List<TaxonomyRow> |
TaxonChildren.getListChildren() |
List<TaxonomyRow> |
TaxonomyRow.getParents() |
Modifier and Type | Method and Description |
---|---|
int |
TaxonomyRow.compareTo(TaxonomyRow o) |
Modifier and Type | Method and Description |
---|---|
void |
TaxonomyRow.setParent(List<TaxonomyRow> parent) |
Constructor and Description |
---|
TaxonChildren(int startIndex,
int endIndex,
int fullSize,
List<TaxonomyRow> listChildren) |
Modifier and Type | Method and Description |
---|---|
ClusterCommonNameDataSource<TaxonomyRow> |
ClusterCommonNameDataSourceForTaxonomyRow.getCluster() |
Map<String,TaxonomyRow> |
ManagerClusterCommonNameDataSourceForTaxonomyRow.getHashResult() |
Map<String,TaxonomyRow> |
ClusterStructuresForTaxonomyRow.getHashResult() |
Modifier and Type | Method and Description |
---|---|
static LightTaxonomyRow |
ClusterStructuresForTaxonomyRow.convetTaxonomyRowToLigthTaxonomyRow(TaxonomyRow row) |
Modifier and Type | Method and Description |
---|---|
void |
ClusterStructuresForTaxonomyRow.createStructures(ArrayList<TaxonomyRow> arrayListTax) |
void |
ClusterCommonNameDataSourceForTaxonomyRow.setCluster(ClusterCommonNameDataSource<TaxonomyRow> cluster) |
void |
ManagerClusterCommonNameDataSourceForTaxonomyRow.setHashResult(Map<String,TaxonomyRow> hashResult) |
void |
ClusterStructuresForTaxonomyRow.setHashResult(Map<String,TaxonomyRow> hashResult) |
Constructor and Description |
---|
ClusterCommonNameDataSourceForTaxonomyRow(String scientificName,
ClusterCommonNameDataSource<TaxonomyRow> cluster) |
ClusterStructuresForTaxonomyRow(SearchResult<TaxonomyRow> result,
boolean isReduced,
int totalRow) |
ManagerClusterCommonNameDataSourceForTaxonomyRow(HashMap<String,ArrayList<String>> hashScientificNameResultRowServiceID,
Map<String,TaxonomyRow> hashResult) |
Copyright © 2016. All Rights Reserved.