public interface AquaMapsPortletLocalServiceAsync
Modifier and Type | Method and Description |
---|---|
void |
addAllFilteredSpecies(int totalCount,
String sortColumn,
String sortDir,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
addToAreaSelection(List<ClientArea> areas,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
addToObjectBasket(List<String> speciesIds,
String objTitle,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
addToSpeciesSelection(List<String> speciesIds,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
changeGisById(List<String> ids,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
changeGisByType(String type,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
clearEnvelopeCustomization(String id,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
clearSpeciesFilter(com.google.gwt.user.client.rpc.AsyncCallback<Msg> result) |
void |
createObjectsBySelection(ClientObjectType type,
List<String> ids,
String title,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
filterAreas(Boolean enableFao,
Boolean enableLME,
Boolean enableEEZ,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
filterSubmitted(String parameter,
String value,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
getImportProgress(com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback) |
void |
getStats(com.google.gwt.user.client.rpc.AsyncCallback<SettingsDescriptor> callback) |
void |
removeFromAreaSelection(List<ClientArea> toRemove,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
removeObject(String title,
ClientObjectType type,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
removeSelectionFromBasket(String title,
List<String> speciesIds,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
setEnvelopeCustomization(String id,
Map<SpeciesFields,Float> perturbations,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
setSource(int id,
ClientResourceType type,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
setSpeciesFilter(List<ClientFilter> Filter,
String filterSummary,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> result) |
void |
updateObject(String oldTitle,
String title,
ClientObjectType type,
String bBox,
Float threshold,
Boolean gis,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void setSpeciesFilter(List<ClientFilter> Filter, String filterSummary, com.google.gwt.user.client.rpc.AsyncCallback<Msg> result)
void clearSpeciesFilter(com.google.gwt.user.client.rpc.AsyncCallback<Msg> result)
void addToSpeciesSelection(List<String> speciesIds, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void addAllFilteredSpecies(int totalCount, String sortColumn, String sortDir, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void addToObjectBasket(List<String> speciesIds, String objTitle, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void setEnvelopeCustomization(String id, Map<SpeciesFields,Float> perturbations, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void addToAreaSelection(List<ClientArea> areas, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void removeFromAreaSelection(List<ClientArea> toRemove, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void removeObject(String title, ClientObjectType type, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void filterSubmitted(String parameter, String value, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void createObjectsBySelection(ClientObjectType type, List<String> ids, String title, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void updateObject(String oldTitle, String title, ClientObjectType type, String bBox, Float threshold, Boolean gis, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void getStats(com.google.gwt.user.client.rpc.AsyncCallback<SettingsDescriptor> callback)
void changeGisById(List<String> ids, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void changeGisByType(String type, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void setSource(int id, ClientResourceType type, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void filterAreas(Boolean enableFao, Boolean enableLME, Boolean enableEEZ, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void removeSelectionFromBasket(String title, List<String> speciesIds, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void clearEnvelopeCustomization(String id, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void getImportProgress(com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback)
Copyright © 2016. All Rights Reserved.