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, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public static final String defaultUserId
public void init()
init
in class javax.servlet.GenericServlet
public void destroy()
destroy
in interface javax.servlet.Servlet
destroy
in class javax.servlet.GenericServlet
public String getDevelopmentUser()
public Map<String,Serializable> getVRE()
getVRE
in interface VREDefinitionService
public ArrayList<Functionality> getFunctionality(boolean isEdit) throws VREDefinitionException
getFunctionality
in interface VREDefinitionService
VREDefinitionException
public boolean setVRE(VREDescriptionBean bean, ArrayList<Functionality> functionalities) throws VREDefinitionException
setVRE
in interface VREDefinitionService
VREDefinitionException
Copyright © 2019. All Rights Reserved.