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

Packages that use SpeciesCapability
org.gcube.portlets.user.speciesdiscovery.client   
org.gcube.portlets.user.speciesdiscovery.client.advancedsearch   
org.gcube.portlets.user.speciesdiscovery.client.event   
org.gcube.portlets.user.speciesdiscovery.client.util   
org.gcube.portlets.user.speciesdiscovery.client.util.stream   
org.gcube.portlets.user.speciesdiscovery.client.windowdetail   
org.gcube.portlets.user.speciesdiscovery.server.util   
org.gcube.portlets.user.speciesdiscovery.shared   
 

Uses of SpeciesCapability in org.gcube.portlets.user.speciesdiscovery.client
 

Methods in org.gcube.portlets.user.speciesdiscovery.client that return SpeciesCapability
 SpeciesCapability SpeciesSearchFormPanel.getSelectedCapability()
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.client with parameters of type SpeciesCapability
protected  void SearchController.search(SearchType type, String searchTerm, Number upperBoundLongitude, Number upperBoundLatitude, Number lowerBoundLongitude, Number lowerBoundLatitude, Date fromDate, Date toDate, List<DataSourceModel> listDataSources, String groupRank, SpeciesCapability resultType, List<DataSourceModel> listDataSourcesForSynonyms, List<DataSourceModel> listDataSourcesForUnfold)
           
protected  void SpeciesSearchFormPanel.search(String searchTerm, Number upperBoundLongitude, Number upperBoundLatitude, Number lowerBoundLongitude, Number lowerBoundLatitude, Date fromDate, Date toDate, List<DataSourceModel> listDataSources, String groupRank, SpeciesCapability resultType, List<DataSourceModel> listDataSourceForSynonyms, List<DataSourceModel> listDataSourceForUnfold)
           
protected  void SearchController.switchDataSource(SpeciesCapability resultType)
           
 void SpeciesResultsPanelCardLayout.updateCurrentGridView(SpeciesCapability capability)
           
 

Uses of SpeciesCapability in org.gcube.portlets.user.speciesdiscovery.client.advancedsearch
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.advancedsearch that return SpeciesCapability
 SpeciesCapability AdvancedSearchPanelManager.getCurrentSelectedCapability()
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.advancedsearch with parameters of type SpeciesCapability
 void DateFilter.addAvailablePlugInfo(DataSourceModel plugin, SpeciesCapability capability)
           
 void BoundsFilter.addAvailablePlugInfo(DataSourceModel plugin, SpeciesCapability capability)
           
 void DataSourceFilter.enableCheckByCapability(SpeciesCapability capability)
           
 HashMap<String,DataSourceModel> AdvancedSearchPanelManager.findDataSourceByCapability(SpeciesCapability capability)
           
 DataSourceModel AdvancedSearchPanelManager.findDataSourceByCapabilityAndName(SpeciesCapability capability, String dataSourceName)
           
 void AdvancedSearchPanelManager.setCurrentCapability(SpeciesCapability capability)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.client.event that return SpeciesCapability
 SpeciesCapability CapabilitySelectedEvent.getCapability()
           
 SpeciesCapability SearchEvent.getResultType()
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.event with parameters of type SpeciesCapability
 void CapabilitySelectedEvent.setCapability(SpeciesCapability capability)
           
 void SearchEvent.setResultType(SpeciesCapability resultType)
           
 

Constructors in org.gcube.portlets.user.speciesdiscovery.client.event with parameters of type SpeciesCapability
CapabilitySelectedEvent(SpeciesCapability capability)
           
SearchEvent(SearchType type, String searchTerm, Number upperBoundLongitude, Number upperBoundLatitude, Number lowerBoundLongitude, Number lowerBoundLatitude, Date fromDate, Date toDate, List<DataSourceModel> listDataSources, String rank, SpeciesCapability resultType, List<DataSourceModel> listDataSourcesForSynonyms, List<DataSourceModel> listDataSourcesForUnfold)
           
 

Uses of SpeciesCapability in org.gcube.portlets.user.speciesdiscovery.client.util
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.util that return SpeciesCapability
static SpeciesCapability Util.getCapabilityFromResultType(SearchResultType resultType)
           
 

Uses of SpeciesCapability in org.gcube.portlets.user.speciesdiscovery.client.util.stream
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.util.stream with parameters of type SpeciesCapability
 DataSource DataSourceManager.getDataSourceByResultType(SpeciesCapability resultType)
           
 

Uses of SpeciesCapability in org.gcube.portlets.user.speciesdiscovery.client.windowdetail
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.windowdetail with parameters of type SpeciesCapability
 com.extjs.gxt.ui.client.widget.VerticalPanel CommonDetailComponents.createPanelAbout(SpeciesCapability capability, List<String> listDataSourcesFound)
           
 void ViewDetailsWindow.loadStructuresAndFillingPage(SpeciesCapability capability)
           
 

Uses of SpeciesCapability in org.gcube.portlets.user.speciesdiscovery.server.util
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.util that return SpeciesCapability
static SpeciesCapability QueryUtil.getResultType(SearchResultType resultType)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.shared that return SpeciesCapability
 SpeciesCapability DataSourceCapability.getCapability()
           
 SpeciesCapability SearchFilters.getResultType()
           
static SpeciesCapability SpeciesCapability.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SpeciesCapability[] SpeciesCapability.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.portlets.user.speciesdiscovery.shared that return types with arguments of type SpeciesCapability
 ArrayList<SpeciesCapability> DataSourceCapability.getListFilters()
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.shared with parameters of type SpeciesCapability
 void DataSourceCapability.setCapability(SpeciesCapability capability)
           
 void SearchFilters.setResultType(SpeciesCapability resultType)
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.shared with type arguments of type SpeciesCapability
 void DataSourceCapability.setListFilters(ArrayList<SpeciesCapability> listFilters)
           
 

Constructors in org.gcube.portlets.user.speciesdiscovery.shared with parameters of type SpeciesCapability
DataSourceCapability(SpeciesCapability capability, ArrayList<SpeciesCapability> listFilters)
           
SearchFilters(Coordinate upperBound, Coordinate lowerBound, Date fromDate, Date toDate, List<DataSourceModel> listDataSources, String classificationGroupRank, SpeciesCapability resultType, List<DataSourceModel> listDataSourcesForSynonyms, List<DataSourceModel> listDataSourcesForUnfold)
           
 

Constructor parameters in org.gcube.portlets.user.speciesdiscovery.shared with type arguments of type SpeciesCapability
DataSourceCapability(SpeciesCapability capability, ArrayList<SpeciesCapability> listFilters)
           
 



Copyright © 2013. All Rights Reserved.