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

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

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

Methods in org.gcube.portlets.user.speciesdiscovery.client with parameters of type SearchType
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)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.client.advancedsearch with parameters of type SearchType
 void AdvancedSearchPanelManager.disableFilterForSearchType(SearchType type)
           
 

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

Fields in org.gcube.portlets.user.speciesdiscovery.client.event declared as SearchType
protected  SearchType SearchEvent.type
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.event that return SearchType
 SearchType SearchTypeSelectedEvent.getType()
           
 SearchType SearchEvent.getType()
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.event that return types with arguments of type SearchType
 Map<SearchType,List<String>> SearchEvent.getMapTermsSearched()
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.event with parameters of type SearchType
 void SearchEvent.setType(SearchType type)
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.client.event with type arguments of type SearchType
 void SearchEvent.setMapTermsSearched(Map<SearchType,List<String>> mapTermsSearched)
           
 

Constructors in org.gcube.portlets.user.speciesdiscovery.client.event with parameters of type SearchType
SearchEvent(SearchType byQuery, String query)
           
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)
           
SearchTypeSelectedEvent(SearchType searchType)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.server with parameters of type SearchType
protected  SearchResultType TaxonomySearchServiceImpl.search(String searchTerm, SearchType searchType, SearchFilters searchFilters)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.server.service with parameters of type SearchType
static String QueryBuilder.buildQuery(String searchTerm, SearchType searchType, SearchFilters searchFilters)
           
 CloseableIterator<org.gcube.data.spd.model.products.ResultElement> SpeciesService.searchByFilters(String searchTerm, SearchType searchType, SearchFilters searchFilters)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.shared that return SearchType
static SearchType SearchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchType[] SearchType.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 SearchType
 Map<SearchType,List<String>> SearchByQueryParameter.getTerms()
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.shared with type arguments of type SearchType
 void SearchByQueryParameter.setTerms(Map<SearchType,List<String>> terms)
           
 

Constructor parameters in org.gcube.portlets.user.speciesdiscovery.shared with type arguments of type SearchType
SearchByQueryParameter(Map<SearchType,List<String>> terms, SearchResultType searchResultType)
           
 



Copyright © 2013. All Rights Reserved.