gov.nasa.pds.registry.ui.client
Interface ProductsServiceAsync
public interface ProductsServiceAsync
Asynchronous interface to the products service
- Author:
- jagander
Method Summary |
void |
deleteProduct(ViewProduct product,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
|
void |
getProduct(String guid,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewProduct>> callback)
|
void |
requestRows(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(ViewProduct product,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
|
getProduct
void getProduct(String guid,
com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewProduct>> callback)
requestRows
void requestRows(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(ViewProduct product,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
deleteProduct
void deleteProduct(ViewProduct product,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Copyright © 2010–2014 Planetary Data System. All rights reserved.