gov.nasa.pds.registry.ui.client
Interface ProductsServiceAsync


public interface ProductsServiceAsync

Asynchronous interface to the products service

Author:
jagander

Method Summary
 void deleteProduct(String serverUrl, ViewProduct product, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
           
 void getProduct(String serverUrl, String guid, com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewProduct>> callback)
           
 void requestRows(String serverUrl, com.google.gwt.gen2.table.client.TableModelHelper.Request request, Map<String,String> filters, com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewProduct>> callback)
           
 void updateProduct(String serverUrl, ViewProduct product, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
           
 

Method Detail

getProduct

void getProduct(String serverUrl,
                String guid,
                com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewProduct>> callback)

requestRows

void requestRows(String serverUrl,
                 com.google.gwt.gen2.table.client.TableModelHelper.Request request,
                 Map<String,String> filters,
                 com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewProduct>> callback)

updateProduct

void updateProduct(String serverUrl,
                   ViewProduct product,
                   com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)

deleteProduct

void deleteProduct(String serverUrl,
                   ViewProduct product,
                   com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)


Copyright © 2010–2015 Planetary Data System. All rights reserved.