public class VREDefinitionServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements VREDefinitionService
| Modifier and Type | Field and Description |
|---|---|
static String |
defaultUserId |
| Constructor and Description |
|---|
VREDefinitionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
String |
getDevelopmentUser()
when packaging test will fail if the user is not set to test.user
|
ArrayList<Functionality> |
getFunctionality(boolean isEdit)
Request the vre functionalities to show (the returned object is a tree like structure that could be navigated)
|
Map<String,Serializable> |
getVRE()
When the portlet starts, this method is invoked in order to return
1) vre managers for the current VO
2) the current designer (that is the current user)
3) a VREDefinitionBean that will be filled somehow by the designer
|
void |
init() |
boolean |
setVRE(VREDescriptionBean bean,
ArrayList<Functionality> functionalities)
Create a VRE with the definition information included into the description bean and
with the functionalities set into the functionalities array list
|
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String defaultUserId
public void init()
init in class javax.servlet.GenericServletpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic String getDevelopmentUser()
public Map<String,Serializable> getVRE()
getVRE in interface VREDefinitionServicepublic ArrayList<Functionality> getFunctionality(boolean isEdit) throws VREDefinitionException
getFunctionality in interface VREDefinitionServiceVREDefinitionExceptionpublic boolean setVRE(VREDescriptionBean bean, ArrayList<Functionality> functionalities) throws VREDefinitionException
setVRE in interface VREDefinitionServiceVREDefinitionExceptionCopyright © 2017. All Rights Reserved.