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.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 SaveJobErrorEvent.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)
           
SaveJobErrorEvent(String jobIdentifier, String scientificName, List<DataSource> dataSourceList, SearchResultType type, JobOccurrencesModel jobOccurrenceModel)
           
SaveJobErrorEvent(String jobIdentifier, String scientificName, List<DataSource> dataSourceList, String rank, SearchResultType type, JobTaxonomyModel jobTaxonomyModel)
           
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.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)
           
 

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.products.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.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
 SearchResultType SearchByQueryParameter.getSearchResultType()
           
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.
 

Methods in org.gcube.portlets.user.speciesdiscovery.shared with parameters of type SearchResultType
 void SearchByQueryParameter.setSearchResultType(SearchResultType searchResultType)
           
 

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



Copyright © 2013. All Rights Reserved.