public interface AquaMapsPortletRemoteServiceAsync
Modifier and Type | Method and Description |
---|---|
void |
checkGIS(int job,
com.google.gwt.user.client.rpc.AsyncCallback<GISViewerParameters> callback) |
void |
deleteSubmittedById(List<Integer> submittedId,
com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback) |
void |
getAquaMapsObject(int id,
boolean fetchInDb,
com.google.gwt.user.client.rpc.AsyncCallback<ClientObject> callback) |
void |
getEnvelope(String speciesId,
boolean loadCustomization,
com.google.gwt.user.client.rpc.AsyncCallback<ClientEnvelope> callback) |
void |
reCalculateEnvelopeFromCellIds(List<String> cellsId,
String SpeciesId,
com.google.gwt.user.client.rpc.AsyncCallback<ClientEnvelope> callback) |
void |
reCalculateGoodCells(String bb,
String faoSelection,
String speciesId,
boolean useBottom,
boolean useBounding,
boolean useFAO,
com.google.gwt.user.client.rpc.AsyncCallback<ClientEnvelope> callback) |
void |
saveAquaMapsItem(List<Integer> objectId,
String name,
String destinationBasketId,
com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback) |
void |
saveLayerItem(String url,
String mimeType,
String name,
String destinationBasketId,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
submitJob(String title,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void getAquaMapsObject(int id, boolean fetchInDb, com.google.gwt.user.client.rpc.AsyncCallback<ClientObject> callback)
void getEnvelope(String speciesId, boolean loadCustomization, com.google.gwt.user.client.rpc.AsyncCallback<ClientEnvelope> callback)
void saveAquaMapsItem(List<Integer> objectId, String name, String destinationBasketId, com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback)
void reCalculateEnvelopeFromCellIds(List<String> cellsId, String SpeciesId, com.google.gwt.user.client.rpc.AsyncCallback<ClientEnvelope> callback)
void reCalculateGoodCells(String bb, String faoSelection, String speciesId, boolean useBottom, boolean useBounding, boolean useFAO, com.google.gwt.user.client.rpc.AsyncCallback<ClientEnvelope> callback)
void deleteSubmittedById(List<Integer> submittedId, com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback)
void saveLayerItem(String url, String mimeType, String name, String destinationBasketId, com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback)
void checkGIS(int job, com.google.gwt.user.client.rpc.AsyncCallback<GISViewerParameters> callback)
Copyright © 2016. All Rights Reserved.