Modifier and Type | Field and Description |
---|---|
com.google.gwt.user.client.rpc.AsyncCallback<Msg> |
DiscoveringPanel.jobFilterUpdate |
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.user.client.rpc.AsyncCallback<Msg> |
Callbacks.areaSelectionChangeCallback |
static com.google.gwt.user.client.rpc.AsyncCallback<Msg> |
Callbacks.setSpeciesFilterCallback |
static com.google.gwt.user.client.rpc.AsyncCallback<Msg> |
Callbacks.speciesSelectionChangeCallback |
Modifier and Type | Method and Description |
---|---|
Msg |
AquaMapsPortletLocalService.addAllFilteredSpecies(int totalCount,
String sortColumn,
String sortDir) |
Msg |
AquaMapsPortletLocalService.addToAreaSelection(List<ClientArea> toAdd) |
Msg |
AquaMapsPortletLocalService.addToObjectBasket(List<String> ids,
String objTitle) |
Msg |
AquaMapsPortletLocalService.addToSpeciesSelection(List<String> toAdd) |
Msg |
AquaMapsPortletLocalService.changeGisById(List<String> ids) |
Msg |
AquaMapsPortletLocalService.changeGisByType(String type) |
Msg |
AquaMapsPortletLocalService.clearEnvelopeCustomization(String id) |
Msg |
AquaMapsPortletLocalService.clearSpeciesFilter() |
Msg |
AquaMapsPortletLocalService.createObjectsBySelection(ClientObjectType type,
List<String> ids,
String title) |
Msg |
AquaMapsPortletLocalService.filterAreas(Boolean enableFao,
Boolean enableLME,
Boolean enableEEZ) |
Msg |
AquaMapsPortletLocalService.filterSubmitted(String parameter,
String value) |
Msg |
AquaMapsPortletLocalService.removeFromAreaSelection(List<ClientArea> toRemove) |
Msg |
AquaMapsPortletLocalService.removeObject(String title,
ClientObjectType type) |
Msg |
AquaMapsPortletLocalService.removeSelectionFromBasket(String title,
List<String> speciesIds) |
Msg |
AquaMapsPortletRemoteService.saveLayerItem(String url,
String mimeType,
String name,
String destinationBasketId) |
Msg |
AquaMapsPortletLocalService.setEnvelopeCustomization(String ids,
Map<SpeciesFields,Float> perturbations) |
Msg |
AquaMapsPortletLocalService.setSource(int id,
ClientResourceType type) |
Msg |
AquaMapsPortletLocalService.setSpeciesFilter(List<ClientFilter> Filter,
String filterSummary) |
Msg |
AquaMapsPortletRemoteService.submitJob(String title) |
Msg |
AquaMapsPortletLocalService.updateObject(String oldTitle,
String title,
ClientObjectType type,
String bBox,
Float threshold,
Boolean gis) |
Modifier and Type | Method and Description |
---|---|
void |
AquaMapsPortletLocalServiceAsync.addAllFilteredSpecies(int totalCount,
String sortColumn,
String sortDir,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.addToAreaSelection(List<ClientArea> areas,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.addToObjectBasket(List<String> speciesIds,
String objTitle,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.addToSpeciesSelection(List<String> speciesIds,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.changeGisById(List<String> ids,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.changeGisByType(String type,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.clearEnvelopeCustomization(String id,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.clearSpeciesFilter(com.google.gwt.user.client.rpc.AsyncCallback<Msg> result) |
void |
AquaMapsPortletLocalServiceAsync.createObjectsBySelection(ClientObjectType type,
List<String> ids,
String title,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.filterAreas(Boolean enableFao,
Boolean enableLME,
Boolean enableEEZ,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.filterSubmitted(String parameter,
String value,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.removeFromAreaSelection(List<ClientArea> toRemove,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.removeObject(String title,
ClientObjectType type,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.removeSelectionFromBasket(String title,
List<String> speciesIds,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletRemoteServiceAsync.saveLayerItem(String url,
String mimeType,
String name,
String destinationBasketId,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.setEnvelopeCustomization(String id,
Map<SpeciesFields,Float> perturbations,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.setSource(int id,
ClientResourceType type,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.setSpeciesFilter(List<ClientFilter> Filter,
String filterSummary,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> result) |
void |
AquaMapsPortletRemoteServiceAsync.submitJob(String title,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
void |
AquaMapsPortletLocalServiceAsync.updateObject(String oldTitle,
String title,
ClientObjectType type,
String bBox,
Float threshold,
Boolean gis,
com.google.gwt.user.client.rpc.AsyncCallback<Msg> callback) |
Modifier and Type | Method and Description |
---|---|
Msg |
SettingsDescriptor.getSubmittable() |
Modifier and Type | Method and Description |
---|---|
void |
SettingsDescriptor.setSubmittable(Msg submittable) |
Modifier and Type | Method and Description |
---|---|
Msg |
AquaMapsPortletLocalImpl.addAllFilteredSpecies(int totalCount,
String sortColumn,
String sortDir) |
Msg |
AquaMapsPortletLocalImpl.addToAreaSelection(List<ClientArea> toAdd) |
Msg |
AquaMapsPortletLocalImpl.addToObjectBasket(List<String> ids,
String objTitle) |
Msg |
AquaMapsPortletLocalImpl.addToSpeciesSelection(List<String> toAdd) |
Msg |
AquaMapsPortletLocalImpl.changeGisById(List<String> ids) |
Msg |
AquaMapsPortletLocalImpl.changeGisByType(String type) |
Msg |
AquaMapsPortletLocalImpl.clearEnvelopeCustomization(String id) |
Msg |
AquaMapsPortletLocalImpl.clearSpeciesFilter() |
Msg |
AquaMapsPortletLocalImpl.createObjectsBySelection(ClientObjectType type,
List<String> ids,
String title) |
Msg |
AquaMapsPortletLocalImpl.filterAreas(Boolean enableFao,
Boolean enableLME,
Boolean enableEEZ) |
Msg |
AquaMapsPortletLocalImpl.filterSubmitted(String parameter,
String value) |
Msg |
AquaMapsPortletLocalImpl.removeFromAreaSelection(List<ClientArea> toRemove) |
Msg |
AquaMapsPortletLocalImpl.removeObject(String title,
ClientObjectType type) |
Msg |
AquaMapsPortletLocalImpl.removeSelectionFromBasket(String title,
List<String> speciesIds) |
Msg |
AquaMapsPortletRemoteImpl.saveLayerItem(String url,
String mimeType,
String name,
String destinationBasketId) |
Msg |
AquaMapsPortletLocalImpl.setEnvelopeCustomization(String ids,
Map<SpeciesFields,Float> perturbations) |
Msg |
AquaMapsPortletLocalImpl.setSource(int id,
ClientResourceType ctype) |
Msg |
AquaMapsPortletLocalImpl.setSpeciesFilter(List<ClientFilter> filter,
String filterSummary) |
Msg |
AquaMapsPortletRemoteImpl.submitJob(String title) |
Msg |
AquaMapsPortletLocalImpl.updateObject(String oldTitle,
String title,
ClientObjectType type,
String bBox,
Float threshold,
Boolean gis) |
Copyright © 2018. All Rights Reserved.