@RemoteServiceRelativePath(value="VREDefinitionServiceImpl")
public interface VREDefinitionService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
String[] |
getExistingNames() |
VREFunctionalityModel |
getFunctionality(boolean isEdit) |
ArrayList<ExternalResourceModel> |
getResourceCategoryByFunctionality(String funcId) |
Map<String,Object> |
getVRE() |
Map<String,Object> |
isEditMode() |
String |
setVRE(VREDescriptionBean bean,
String[] functionalityIDs,
HashMap<String,List<ExternalResourceModel>> funcToExternalResources) |
ArrayList<ExternalResourceModel> getResourceCategoryByFunctionality(String funcId)
String[] getExistingNames()
Map<String,Object> getVRE() throws VREDefinitionException
VREDefinitionExceptionString setVRE(VREDescriptionBean bean, String[] functionalityIDs, HashMap<String,List<ExternalResourceModel>> funcToExternalResources) throws VREDefinitionException
name - VRE namedescription - VRE descriptiondesigner - VRE designermanager - VRE managerfromDate - VRE start datetoDate - VRE end dateVREDefinitionExceptionVREFunctionalityModel getFunctionality(boolean isEdit) throws VREDefinitionException
VREDefinitionExceptionCopyright © 2015. All Rights Reserved.