@RemoteServiceRelativePath(value="AquaMapsPortletLocalService")
public interface AquaMapsPortletLocalService
extends com.google.gwt.user.client.rpc.RemoteService
Modifier and Type | Method and Description |
---|---|
Msg |
addAllFilteredSpecies(int totalCount,
String sortColumn,
String sortDir) |
Msg |
addToObjectBasket(List<String> ids,
String objTitle) |
Msg |
addToSpeciesSelection(List<String> toAdd) |
Msg |
changeGisById(List<String> ids) |
Msg |
changeGisByType(String type) |
Msg |
clearEnvelopeCustomization(String id) |
Msg |
clearSpeciesFilter() |
Msg |
createObjectsBySelection(ClientObjectType type,
List<String> ids,
String title) |
Msg |
filterSubmitted(String parameter,
String value) |
Integer |
getImportProgress() |
SettingsDescriptor |
getStats() |
Msg |
removeObject(String title,
ClientObjectType type) |
Msg |
removeSelectionFromBasket(String title,
List<String> speciesIds) |
Msg |
setEnvelopeCustomization(String ids,
Map<SpeciesFields,Float> perturbations) |
Msg |
setSource(int id,
ClientResourceType type) |
Msg |
setSpeciesFilter(List<ClientFilter> Filter,
String filterSummary) |
Msg |
updateObject(String oldTitle,
String title,
ClientObjectType type,
String bBox,
Float threshold,
Boolean gis) |
Msg setSpeciesFilter(List<ClientFilter> Filter, String filterSummary) throws Exception
Exception
Msg setSource(int id, ClientResourceType type) throws Exception
Exception
Msg addToSpeciesSelection(List<String> toAdd) throws Exception
Exception
Msg addAllFilteredSpecies(int totalCount, String sortColumn, String sortDir) throws Exception
Exception
Msg removeSelectionFromBasket(String title, List<String> speciesIds) throws Exception
title
- if null clears session basketException
Msg addToObjectBasket(List<String> ids, String objTitle) throws Exception
Exception
Msg setEnvelopeCustomization(String ids, Map<SpeciesFields,Float> perturbations) throws Exception
Exception
Msg clearEnvelopeCustomization(String id) throws Exception
Exception
SettingsDescriptor getStats() throws Exception
Exception
Msg createObjectsBySelection(ClientObjectType type, List<String> ids, String title) throws Exception
Exception
Msg removeObject(String title, ClientObjectType type) throws Exception
Exception
Msg updateObject(String oldTitle, String title, ClientObjectType type, String bBox, Float threshold, Boolean gis) throws Exception
Exception
Msg filterSubmitted(String parameter, String value) throws Exception
Exception
Copyright © 2014. All Rights Reserved.