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
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.