public class MyVREsServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements MyVREsService
Modifier and Type | Field and Description |
---|---|
static String |
CACHED_VOS |
static String |
ROOT_ORG |
Constructor and Description |
---|
MyVREsServiceImpl() |
Modifier and Type | Method and Description |
---|---|
protected static LinkedHashMap<String,ArrayList<VRE>> |
getFakeVREs()
simply returns fake VREs for development purpose
|
protected static String |
getRootOrganizationName()
read the root VO name from a property file and retuns it
|
LinkedHashMap<String,ArrayList<VRE>> |
getUserVREs()
first method called by the UI
|
void |
loadLayout(String scope,
String URL) |
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public static final String CACHED_VOS
public static final String ROOT_ORG
public LinkedHashMap<String,ArrayList<VRE>> getUserVREs()
getUserVREs
in interface MyVREsService
public void loadLayout(String scope, String URL)
loadLayout
in interface MyVREsService
scope
- protected static String getRootOrganizationName()
protected static LinkedHashMap<String,ArrayList<VRE>> getFakeVREs()
Copyright © 2016. All Rights Reserved.