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

Packages that use LightTaxonomyRow
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.server   
org.gcube.portlets.user.speciesdiscovery.server.service   
org.gcube.portlets.user.speciesdiscovery.shared   
org.gcube.portlets.user.speciesdiscovery.shared.cluster   
 

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

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

Methods in org.gcube.portlets.user.speciesdiscovery.client.cluster with parameters of type LightTaxonomyRow
protected  void TablesForTaxonomyRow.addTabItem(LightTaxonomyRow taxon, String dataSource)
           
 void TabItemForTaxonomyRow.createPanelForParentTaxonomy(LightTaxonomyRow 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.VerticalPanel TablesForTaxonomyRow.getPanelClassificationForTaxonomy(LightTaxonomyRow taxonomy, String dataSource, boolean isNewTab)
           
 com.extjs.gxt.ui.client.widget.VerticalPanel TabItemForTaxonomyRow.getPanelClassificationForTaxonomy(LightTaxonomyRow taxonomy, String dataSource, boolean isNewTab)
           
protected  com.extjs.gxt.ui.client.widget.ContentPanel TablesForTaxonomyRow.getPanelForTaxonomy(LightTaxonomyRow taxon, String dataSource, boolean isNewTab)
           
 com.google.gwt.user.client.ui.FlexTable TablesForTaxonomyRow.getStatusAndSynonyms(LightTaxonomyRow taxon, String dataSource)
           
 void TabItemForTaxonomyRow.setCurrentTaxonomy(LightTaxonomyRow taxonomy)
           
 

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

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

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

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

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

Uses of LightTaxonomyRow in org.gcube.portlets.user.speciesdiscovery.client.rpc
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.rpc that return types with arguments of type LightTaxonomyRow
 ArrayList<LightTaxonomyRow> TaxonomySearchService.loadListChildrenByParentId(String parentId)
           
 List<LightTaxonomyRow> TaxonomySearchService.retrieveSynonymsByRefId(String refId)
           
 List<LightTaxonomyRow> TaxonomySearchService.retrieveTaxonomyByIds(List<String> ids)
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.client.rpc with type arguments of type LightTaxonomyRow
 void TaxonomySearchServiceAsync.loadListChildrenByParentId(String parentId, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<LightTaxonomyRow>> asyncCallback)
           
 void TaxonomySearchServiceAsync.retrieveSynonymsByRefId(String refId, com.google.gwt.user.client.rpc.AsyncCallback<List<LightTaxonomyRow>> asyncCallback)
           
 void TaxonomySearchServiceAsync.retrieveTaxonomyByIds(List<String> ids, com.google.gwt.user.client.rpc.AsyncCallback<List<LightTaxonomyRow>> asyncCallback)
           
 

Uses of LightTaxonomyRow in org.gcube.portlets.user.speciesdiscovery.server
 

Methods in org.gcube.portlets.user.speciesdiscovery.server that return types with arguments of type LightTaxonomyRow
 ArrayList<LightTaxonomyRow> TaxonomySearchServiceImpl.loadListChildrenByParentId(String parentId)
           
 List<LightTaxonomyRow> TaxonomySearchServiceImpl.retrieveSynonymsByRefId(String refId)
           
 List<LightTaxonomyRow> TaxonomySearchServiceImpl.retrieveTaxonomyByIds(List<String> ids)
           
 

Uses of LightTaxonomyRow in org.gcube.portlets.user.speciesdiscovery.server.service
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.service that return LightTaxonomyRow
 LightTaxonomyRow TaxonomyItemConverter.convertLightTaxonomy(org.gcube.data.spd.model.products.TaxonomyItem input)
           
protected  LightTaxonomyRow TaxonomyItemConverter.createLightTaxonomyRow(org.gcube.data.spd.model.products.TaxonomyItem input)
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.service that return types with arguments of type LightTaxonomyRow
protected  List<LightTaxonomyRow> TaxonomyItemConverter.convertParentsLightTaxonomy(org.gcube.data.spd.model.products.TaxonomyItem taxon)
           
 

Uses of LightTaxonomyRow in org.gcube.portlets.user.speciesdiscovery.shared
 

Fields in org.gcube.portlets.user.speciesdiscovery.shared with type parameters of type LightTaxonomyRow
protected  List<LightTaxonomyRow> LightTaxonomyRow.parents
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.shared that return types with arguments of type LightTaxonomyRow
 List<LightTaxonomyRow> LightTaxonomyRow.getParents()
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.shared with parameters of type LightTaxonomyRow
 int LightTaxonomyRow.compareTo(LightTaxonomyRow o)
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.shared with type arguments of type LightTaxonomyRow
 void LightTaxonomyRow.setParent(List<LightTaxonomyRow> parent)
           
 

Uses of LightTaxonomyRow in org.gcube.portlets.user.speciesdiscovery.shared.cluster
 

Methods in org.gcube.portlets.user.speciesdiscovery.shared.cluster that return LightTaxonomyRow
static LightTaxonomyRow ClusterStructuresForTaxonomyRow.convetTaxonomyRowToLigthTaxonomyRow(TaxonomyRow row)
           
 LightTaxonomyRow ClusterStructuresForTaxonomyRow.getLightTaxonomyRowByKey(String key)
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.shared.cluster that return types with arguments of type LightTaxonomyRow
 Map<String,LightTaxonomyRow> ClusterStructuresForTaxonomyRow.getHashLightResult()
           
 ArrayList<LightTaxonomyRow> ClusterStructuresForTaxonomyRow.getResult()
           
 



Copyright © 2014. All Rights Reserved.