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