@RemoteServiceRelativePath(value="VREDefinitionServiceImpl")
public interface VREDefinitionService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
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()
Retrieve VRE (that is going to be created) information
|
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
|
Map<String,Serializable> getVRE()
ArrayList<Functionality> getFunctionality(boolean isEdit) throws VREDefinitionException
isEdit - VREDefinitionExceptionboolean setVRE(VREDescriptionBean bean, ArrayList<Functionality> functionalities) throws VREDefinitionException
bean - functionalities - VREDefinitionExceptionCopyright © 2019. All Rights Reserved.