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

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
PackageServiceImpl

@RemoteServiceRelativePath(value="packages")
public interface PackageService
extends com.google.gwt.user.client.rpc.RemoteService

Interface to the packages service

Author:
hyunlee

Method Summary
 boolean deletePackage(ViewRegistryPackage registryPackage)
           
 String getRemotePassword()
           
 String getRemoteUser()
           
 String getSessionId()
           
 com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewRegistryPackage> requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request)
           
 boolean updatePackage(ViewRegistryPackage registryPackage)
           
 

Method Detail

requestRows

com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewRegistryPackage> requestRows(com.google.gwt.gen2.table.client.TableModelHelper.Request request)

updatePackage

boolean updatePackage(ViewRegistryPackage registryPackage)

deletePackage

boolean deletePackage(ViewRegistryPackage registryPackage)

getRemoteUser

String getRemoteUser()

getRemotePassword

String getRemotePassword()

getSessionId

String getSessionId()


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