Uses of Class
gov.nasa.pds.registry.ui.shared.ViewProduct

Packages that use ViewProduct
gov.nasa.pds.registry.server.connection   
gov.nasa.pds.registry.ui.client   
gov.nasa.pds.registry.ui.server   
 

Uses of ViewProduct in gov.nasa.pds.registry.server.connection
 

Methods in gov.nasa.pds.registry.server.connection that return ViewProduct
static ViewProduct ConnectionManager.getProduct(String guid)
          Retrieve a product from remote registry service.
 

Uses of ViewProduct in gov.nasa.pds.registry.ui.client
 

Fields in gov.nasa.pds.registry.ui.client with type parameters of type ViewProduct
protected  com.google.gwt.gen2.table.client.PagingScrollTable<ViewProduct> Products.pagingScrollTable
          The PagingScrollTable.
 

Methods in gov.nasa.pds.registry.ui.client that return types with arguments of type ViewProduct
 com.google.gwt.gen2.table.client.CachedTableModel<ViewProduct> Products.getCachedTableModel()
           
 com.google.gwt.gen2.table.client.PagingScrollTable<ViewProduct> Products.getPagingScrollTable()
           
 com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewProduct> ProductsService.getProduct(String guid)
           
 com.google.gwt.gen2.table.client.DefaultTableDefinition<ViewProduct> Products.getTableDefinition()
           
 com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewProduct> ProductsService.requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request, Map<String,String> filters)
           
 

Methods in gov.nasa.pds.registry.ui.client with parameters of type ViewProduct
protected  boolean ProductTableModel.onSetRowValue(int row, ViewProduct rowValue)
           
 void ProductColumnDefinition.setCellValue(ViewProduct rowValue, String cellValue)
           
 

Method parameters in gov.nasa.pds.registry.ui.client with type arguments of type ViewProduct
 void ProductsServiceAsync.getProduct(String guid, com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewProduct>> callback)
           
 void AssociationTableModel.getProduct(String guid, com.google.gwt.user.client.rpc.AsyncCallback<com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewProduct>> asyncCallback)
           
 void ProductsServiceAsync.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 ProductTableModel.requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request, com.google.gwt.gen2.table.client.TableModel.Callback<ViewProduct> callback)
          Get rows from table as necessary.
 

Uses of ViewProduct in gov.nasa.pds.registry.ui.server
 

Methods in gov.nasa.pds.registry.ui.server that return types with arguments of type ViewProduct
 com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewProduct> ProductsServiceImpl.getProduct(String guid)
           
 com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewProduct> ProductsServiceImpl.requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request, Map<String,String> filters)
          Retrieve a set of products from the registry with the given request parameters.
 



Copyright © 2010-2011 Planetary Data System. All Rights Reserved.