public class PackageServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements PackageService
| Constructor and Description |
|---|
PackageServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deletePackage(String serverUrl,
ViewRegistryPackage registryPackage) |
String |
getRemotePassword() |
String |
getRemoteUser() |
String |
getSessionId() |
static String |
indexToColumnName(int index)
Convert index to column name
NOTE: This is a hack to deal with the fact that the request object only
knows the column index of any sort.
|
com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewRegistryPackage> |
requestRows(String serverUrl,
com.google.gwt.gen2.table.client.TableModelHelper.Request request,
Map<String,String> filters)
Retrieve a set of package from the registry with the given request
parameters.
|
boolean |
updatePackage(String serverUrl,
ViewRegistryPackage registryPackage) |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic com.google.gwt.gen2.table.client.TableModelHelper.SerializableResponse<ViewRegistryPackage> requestRows(String serverUrl, com.google.gwt.gen2.table.client.TableModelHelper.Request request, Map<String,String> filters)
requestRows in interface PackageServicerequest - number of rows, offset and sortfilters - filter and search paramspublic boolean updatePackage(String serverUrl, ViewRegistryPackage registryPackage)
updatePackage in interface PackageServicepublic boolean deletePackage(String serverUrl, ViewRegistryPackage registryPackage)
deletePackage in interface PackageServicepublic static String indexToColumnName(int index)
gov.nasa.pds.registry.ui.client.Registry_ui#createTableDefinition()public String getRemoteUser()
getRemoteUser in interface PackageServicepublic String getRemotePassword()
getRemotePassword in interface PackageServicepublic String getSessionId()
getSessionId in interface PackageServiceCopyright © 2010–2017 Planetary Data System. All rights reserved.