@RemoteServiceRelativePath(value="taxonomy")
public interface TaxonomySearchService
extends com.google.gwt.user.client.rpc.RemoteService
void searchByScientificName(String searchTerm, SearchFilters searchFilters) throws SearchServiceException
SearchServiceExceptionvoid searchByCommonName(String searchTerm, SearchFilters searchFilters) throws SearchServiceException
SearchServiceExceptionSearchByQueryParameter searchByQuery(String query) throws SearchServiceException
SearchServiceExceptionSearchStatus getSearchStatus(boolean onlySelected, boolean isActiveFilterOnResult) throws SearchServiceException
SearchServiceExceptionvoid stopSearch()
throws SearchServiceException
SearchServiceExceptionvoid updateRowSelection(int rowId,
boolean selection)
throws SearchServiceException
SearchServiceExceptionInteger updateRowSelections(boolean selection, ResultFilter activeFiltersObject) throws SearchServiceException
SearchServiceExceptionint retrieveOccurencesFromSelection()
throws SearchServiceException
SearchServiceExceptionOccurrenceBatch getOccurrencesBatch(int start, int count) throws SearchServiceException
SearchServiceExceptionvoid stopRetrievingOccurrences()
throws SearchServiceException
SearchServiceExceptionString generateMapFromSelectedOccurrencePoints() throws SearchServiceException
SearchServiceExceptionvoid saveSelectedOccurrencePoints(String destinationFolderId, String fileName, SaveFileFormat fileFormat, OccurrencesSaveEnum typeCSV) throws SearchServiceException
SearchServiceExceptionList<DataSourceModel> loadDataSourceList() throws Exception
ExceptionHashMap<String,Integer> getFilterCounterById(GridField field) throws Exception
ExceptionHashMap<String,ClassificationModel> getFilterCounterForClassification(String rank) throws Exception
ExceptionArrayList<CommonName> loadListCommonNameByRowId(String resultRowId) throws Exception
Exceptionint countOfSelectedRow()
throws SearchServiceException
SearchServiceExceptionSearchResult<ResultRow> getSearchResultRows(int start, int limit, ResultFilter activeFiltersObject, boolean onlySelected) throws SearchServiceException
SearchServiceExceptionSearchResult<TaxonomyRow> getSearchTaxonomyRow(int start, int limit, ResultFilter activeFiltersObject, boolean showOnlySelected) throws SearchServiceException
SearchServiceExceptionArrayList<TaxonomyRow> loadListChildByParentId(String parentId) throws Exception
Exceptionvoid saveSelectedTaxonomyPoints(String destinationFolderId, String fileName, SaveFileFormat fileFormat) throws SearchServiceException
SearchServiceExceptionOccurrencesStatus getCountOfOccurrencesBatch() throws SearchServiceException
SearchServiceExceptionList<JobTaxonomyModel> getListTaxonomyJobs() throws Exception
Exceptionboolean cancelTaxonomyJob(String jobIdentifier) throws Exception
Exceptionboolean saveTaxonomyJob(String jobIdentifier, String destinationFolderId, String fileName, String scientificName, String dataSourceName) throws Exception
ExceptionList<TaxonomyRow> retrieveTaxonomyByIds(List<String> ids) throws Exception
ExceptionList<TaxonomyRow> retrieveSynonymsByRefId(String refId) throws Exception
ExceptionList<JobOccurrencesModel> createOccurrencesJob(List<JobOccurrencesModel> listJobOccurrenceModel, SaveFileFormat saveFileFormat, OccurrencesSaveEnum csvType, boolean isByDataSource, int expectedOccurrence) throws Exception
ExceptionList<JobOccurrencesModel> getListOccurrencesJob() throws Exception
Exceptionboolean saveOccurrenceJob(JobOccurrencesModel jobModel, String destinationFolderId, String fileName, String scientificName, String dataSourceName) throws Exception
Exceptionboolean cancelOccurrenceJob(String jobIdentifier) throws Exception
ExceptionList<JobOccurrencesModel> resubmitOccurrencesJob(String jobIdentifier) throws Exception
ExceptionJobTaxonomyModel resubmitTaxonomyJob(String jobIdentifier) throws Exception
ExceptionClusterStructuresForResultRow loadStructuresForResultRowClustering() throws Exception
ExceptionClusterStructuresForTaxonomyRow loadStructuresForTaxonomyClustering() throws Exception
Exceptionboolean changeStatusOccurrenceJob(String jobIdentifier, DownloadState state) throws Exception
Exceptionboolean changeStatusTaxonomyJob(String jobIdentifier, DownloadState state) throws Exception
ExceptionList<DataSource> loadDataSourceForResultRow(boolean selected, boolean distinct) throws Exception
ExceptionJobTaxonomyModel createTaxonomyJobByIds(String search, List<DataSourceModel> dataSources) throws Exception
ExceptionCopyright © 2013. All Rights Reserved.