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.event   
org.gcube.portlets.user.speciesdiscovery.client.window   
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)
           
 

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 SearchEvent.getType()
           
 

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)
           
 

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

Constructors in org.gcube.portlets.user.speciesdiscovery.client.window with parameters of type SearchType
ViewDetailsWindow(SearchController searchController, SpeciesCapability capability, 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.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.
 



Copyright © 2013. All Rights Reserved.