@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
- VREDefinitionException
boolean setVRE(VREDescriptionBean bean, ArrayList<Functionality> functionalities) throws VREDefinitionException
bean
- functionalities
- VREDefinitionException
Copyright © 2017. All Rights Reserved.