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

Packages that use SearchResultType
org.gcube.portlets.user.speciesdiscovery.client   
org.gcube.portlets.user.speciesdiscovery.client.event   
org.gcube.portlets.user.speciesdiscovery.client.rpc   
org.gcube.portlets.user.speciesdiscovery.client.util   
org.gcube.portlets.user.speciesdiscovery.server   
org.gcube.portlets.user.speciesdiscovery.server.service   
org.gcube.portlets.user.speciesdiscovery.server.session   
org.gcube.portlets.user.speciesdiscovery.server.util   
org.gcube.portlets.user.speciesdiscovery.shared   
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.client with parameters of type SearchResultType
 void SearchController.changeStatusJob(SearchResultType jobType, String jobId, DownloadState state)
           
static void SearchController.excecuteGetJobs(SearchResultType type, boolean resetStructures)
           
 void SearchController.resubmitJob(SearchResultType resultType, String jobIdentifier)
           
 

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

Fields in org.gcube.portlets.user.speciesdiscovery.client.event declared as SearchResultType
protected  SearchResultType SaveItemsEvent.itemType
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.event that return SearchResultType
 SearchResultType SaveJobEvent.getItemType()
           
 SearchResultType SaveItemsEvent.getItemType()
           
 SearchResultType ReLoadListJobEvent.getLoadType()
           
 SearchResultType ReSubmitJobEvent.getLoadType()
           
 SearchResultType UpdateAllRowSelectionEvent.getSearchType()
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.client.event with parameters of type SearchResultType
 void SaveItemsEvent.setItemType(SearchResultType itemType)
           
 

Constructors in org.gcube.portlets.user.speciesdiscovery.client.event with parameters of type SearchResultType
ReLoadListJobEvent(SearchResultType loadType)
           
ReSubmitJobEvent(SearchResultType loadType, JobOccurrencesModel jobOccurrenceModel, JobTaxonomyModel jobTaxonomyModel)
           
SaveItemsEvent(SearchResultType itemType, SaveFileFormat fileFormat, int expectedPoints, OccurrencesSaveEnum csvType)
           
SaveJobEvent(String jobIdentifier, String scientificName, List<DataSource> dataSourceList, SearchResultType type, JobOccurrencesModel jobOccurrenceModel)
           
SaveJobEvent(String jobIdentifier, String scientificName, List<DataSource> dataSourceList, String rank, SearchResultType type, JobTaxonomyModel jobTaxonomyModel)
           
UpdateAllRowSelectionEvent(boolean selectionValue, SearchResultType type)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.client.rpc that return SearchResultType
 SearchResultType TaxonomySearchService.searchByQuery(String query)
           
 

Method parameters in org.gcube.portlets.user.speciesdiscovery.client.rpc with type arguments of type SearchResultType
 void TaxonomySearchServiceAsync.searchByQuery(String query, com.google.gwt.user.client.rpc.AsyncCallback<SearchResultType> callback)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.client.util with parameters of type SearchResultType
static SpeciesCapability Util.getCapabilityFromResultType(SearchResultType resultType)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.server that return SearchResultType
protected  SearchResultType TaxonomySearchServiceImpl.search(String searchTerm, SearchType searchType, SearchFilters searchFilters)
           
 SearchResultType TaxonomySearchServiceImpl.searchByQuery(String query)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.server.service with parameters of type SearchResultType
static
<O extends FetchingElement>
CloseableIterator<O>
IteratorChainBuilder.buildChain(CloseableIterator<org.gcube.data.spd.model.ResultElement> input, SearchResultType type, org.gcube.application.framework.core.session.ASLSession session)
           
 

Uses of SearchResultType in org.gcube.portlets.user.speciesdiscovery.server.session
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.session with parameters of type SearchResultType
static FetchingSession<? extends FetchingElement> FetchingSessionUtil.createFetchingSession(CloseableIterator<? extends FetchingElement> source, SearchResultType type, org.gcube.application.framework.core.session.ASLSession session)
           
 

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

Methods in org.gcube.portlets.user.speciesdiscovery.server.util that return SearchResultType
static SearchResultType QueryUtil.getQueryResultType(String query)
           
static SearchResultType QueryUtil.getResultType(SearchFilters searchFilters)
           
 

Methods in org.gcube.portlets.user.speciesdiscovery.server.util with parameters of type SearchResultType
static SpeciesCapability QueryUtil.getResultType(SearchResultType resultType)
           
 

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

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



Copyright © 2013. All Rights Reserved.