Uses of Class
org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data.Msg

Packages that use Msg
org.gcube.application.aquamaps.aquamapsportlet.client   
org.gcube.application.aquamaps.aquamapsportlet.client.rpc   
org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data   
org.gcube.application.aquamaps.aquamapsportlet.servlet   
 

Uses of Msg in org.gcube.application.aquamaps.aquamapsportlet.client
 

Fields in org.gcube.application.aquamaps.aquamapsportlet.client with type parameters of type Msg
 com.google.gwt.user.client.rpc.AsyncCallback<Msg> DiscoveringPanel.jobFilterUpdate
           
 

Uses of Msg in org.gcube.application.aquamaps.aquamapsportlet.client.rpc
 

Fields in org.gcube.application.aquamaps.aquamapsportlet.client.rpc with type parameters of type Msg
static com.google.gwt.user.client.rpc.AsyncCallback<Msg> Callbacks.setSpeciesFilterCallback
           
static com.google.gwt.user.client.rpc.AsyncCallback<Msg> Callbacks.speciesSelectionChangeCallback
           
 

Methods in org.gcube.application.aquamaps.aquamapsportlet.client.rpc that return Msg
 Msg AquaMapsPortletLocalService.addAllFilteredSpecies(int totalCount, String sortColumn, String sortDir)
           
 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.filterSubmitted(String parameter, String value)
           
 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)
           
 

Method parameters in org.gcube.application.aquamaps.aquamapsportlet.client.rpc with type arguments of type Msg
 void AquaMapsPortletLocalServiceAsync.addAllFilteredSpecies(int totalCount, String sortColumn, String sortDir, 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.filterSubmitted(String parameter, String value, 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)
           
 

Uses of Msg in org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data
 

Subclasses of Msg in org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data
 class GISViewerParameters
           
 

Methods in org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data that return Msg
 Msg SettingsDescriptor.getSubmittable()
           
 

Methods in org.gcube.application.aquamaps.aquamapsportlet.client.rpc.data with parameters of type Msg
 void SettingsDescriptor.setSubmittable(Msg submittable)
           
 

Uses of Msg in org.gcube.application.aquamaps.aquamapsportlet.servlet
 

Methods in org.gcube.application.aquamaps.aquamapsportlet.servlet that return Msg
 Msg AquaMapsPortletLocalImpl.addAllFilteredSpecies(int totalCount, String sortColumn, String sortDir)
           
 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.filterSubmitted(String parameter, String value)
           
 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 © 2014. All Rights Reserved.