@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
ExceptionMsg setSource(int id, ClientResourceType type) throws Exception
ExceptionMsg addToSpeciesSelection(List<String> toAdd) throws Exception
ExceptionMsg addAllFilteredSpecies(int totalCount, String sortColumn, String sortDir) throws Exception
ExceptionMsg removeSelectionFromBasket(String title, List<String> speciesIds) throws Exception
title - if null clears session basketExceptionMsg addToObjectBasket(List<String> ids, String objTitle) throws Exception
ExceptionMsg setEnvelopeCustomization(String ids, Map<SpeciesFields,Float> perturbations) throws Exception
ExceptionMsg clearEnvelopeCustomization(String id) throws Exception
ExceptionSettingsDescriptor getStats() throws Exception
ExceptionMsg createObjectsBySelection(ClientObjectType type, List<String> ids, String title) throws Exception
ExceptionMsg removeObject(String title, ClientObjectType type) throws Exception
ExceptionMsg updateObject(String oldTitle, String title, ClientObjectType type, String bBox, Float threshold, Boolean gis) throws Exception
ExceptionMsg filterSubmitted(String parameter, String value) throws Exception
ExceptionCopyright © 2014. All Rights Reserved.