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

Packages that use TaxonomyRow
org.gcube.portlets.user.speciesdiscovery.client.cluster   
org.gcube.portlets.user.speciesdiscovery.client.event   
org.gcube.portlets.user.speciesdiscovery.client.rpc   
org.gcube.portlets.user.speciesdiscovery.client.util.stream   
org.gcube.portlets.user.speciesdiscovery.server   
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.aggregation   
org.gcube.portlets.user.speciesdiscovery.shared   
org.gcube.portlets.user.speciesdiscovery.shared.cluster   
 

Uses of TaxonomyRow in org.gcube.portlets.user.speciesdiscovery.client.cluster
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.cluster that return types with arguments of type TaxonomyRow
 List<TaxonomyRow> TablesForTaxonomyRow.getParents()
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.cluster with parameters of type TaxonomyRow
protected  void TablesForTaxonomyRow.addTabItem(TaxonomyRow taxon, String dataSource)
           
 void TabItemForTaxonomyRow.createPanelForParentTaxonomy(TaxonomyRow taxon, com.extjs.gxt.ui.client.widget.VerticalPanel vpClassification, String taxonomyServiceId, boolean isNewTab, String dataSource, int parentIndex)
          Create a scientific classification: for each parent rank create a link, for current search item create a label
 com.extjs.gxt.ui.client.widget.Html TabItemForTaxonomyRow.getHTMLTableForTaxonomy(TaxonomyRow row, boolean isNewTab)
           
 com.google.gwt.user.client.ui.FlexTable TablesForTaxonomyRow.getHTMLTableForTaxonomyWithRef(TaxonomyRow row, boolean isNewTab, String dataSource)
           
 com.google.gwt.user.client.ui.FlexTable TabItemForTaxonomyRow.getHTMLTableForTaxonomyWithRef(TaxonomyRow row, boolean isNewTab, String dataSource)
           
 com.extjs.gxt.ui.client.widget.VerticalPanel TablesForTaxonomyRow.getPanelClassificationForTaxonomy(TaxonomyRow taxonomy, String dataSource, boolean isNewTab)
           
 com.extjs.gxt.ui.client.widget.VerticalPanel TabItemForTaxonomyRow.getPanelClassificationForTaxonomy(TaxonomyRow taxonomy, String dataSource, boolean isNewTab)
           
protected  com.extjs.gxt.ui.client.widget.ContentPanel TablesForTaxonomyRow.getPanelForTaxonomy(TaxonomyRow taxon, String dataSource, boolean isNewTab)
           
 void TabItemForTaxonomyRow.setCurrentTaxonomy(TaxonomyRow taxonomy)
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.client.cluster with type arguments of type TaxonomyRow
 void TabItemForTaxonomyRow.getSynonymsByReferenceId(com.google.gwt.user.client.ui.FlexTable flexTable, int row, int col, String refId, String dataSource, List<TaxonomyRow> parents)
           
 void TabItemForTaxonomyRow.getTaxonomyByReferenceId(com.google.gwt.user.client.ui.FlexTable flexTable, int row, int col, String statusRemark, String refId, String dataSource, List<TaxonomyRow> parents)
           
 void TablesForTaxonomyRow.setParents(List<TaxonomyRow> parents)
           
 

Uses of TaxonomyRow in org.gcube.portlets.user.speciesdiscovery.client.event
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.event that return TaxonomyRow
 TaxonomyRow CreateTaxonomyJobEvent.getTaxonomy()
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.event with parameters of type TaxonomyRow
 void CreateTaxonomyJobEvent.setTaxonomy(TaxonomyRow taxonomy)
           
 

Constructors in org.gcube.portlets.user.speciesdiscovery.client.event with parameters of type TaxonomyRow
CreateTaxonomyJobEvent(TaxonomyRow taxonomy, String dataSourceName, CreateTaxonomyJobEvent.TaxonomyJobType jobType)
           
 

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)
           
 ArrayList<TaxonomyRow> TaxonomySearchService.loadListChildByParentId(String parentId)
           
 List<TaxonomyRow> TaxonomySearchService.retrieveSynonymsByRefId(String refId)
           
 List<TaxonomyRow> TaxonomySearchService.retrieveTaxonomyByIds(List<String> ids)
           
 

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)
           
 void TaxonomySearchServiceAsync.loadListChildByParentId(String parentId, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<TaxonomyRow>> callback)
           
 void TaxonomySearchServiceAsync.retrieveSynonymsByRefId(String refId, com.google.gwt.user.client.rpc.AsyncCallback<List<TaxonomyRow>> callback)
           
 void TaxonomySearchServiceAsync.retrieveTaxonomyByIds(List<String> ids, com.google.gwt.user.client.rpc.AsyncCallback<List<TaxonomyRow>> callback)
           
 

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
 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)
           
 ArrayList<TaxonomyRow> TaxonomySearchServiceImpl.loadListChildByParentId(String parentId)
           
 List<TaxonomyRow> TaxonomySearchServiceImpl.retrieveSynonymsByRefId(String refId)
           
 List<TaxonomyRow> TaxonomySearchServiceImpl.retrieveTaxonomyByIds(List<String> ids)
           
 

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 TaxonomyRow
 TaxonomyRow ClusterStructuresForTaxonomyRow.getTaxonomyRowByKey(String key)
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.shared.cluster that return types with arguments of type TaxonomyRow
 HashMap<String,ClusterCommonNameDataSource<TaxonomyRow>> ClusterStructuresForTaxonomyRow.getHashClusterCommonNamesDataSources()
           
 ArrayList<TaxonomyRow> ClusterStructuresForTaxonomyRow.getResult()
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.shared.cluster with type arguments of type TaxonomyRow
 void ClusterStructuresForTaxonomyRow.createStructures(ArrayList<TaxonomyRow> arrayListTax)
           
 

Constructor parameters in org.gcube.portlets.user.speciesdiscovery.shared.cluster with type arguments of type TaxonomyRow
ClusterStructuresForTaxonomyRow(SearchResult<TaxonomyRow> result, boolean isReduced, int totalRow)
           
 



Copyright © 2013. All Rights Reserved.