@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
VREDefinitionException
String 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 dateVREDefinitionException
VREFunctionalityModel getFunctionality(boolean isEdit) throws VREDefinitionException
VREDefinitionException
Copyright © 2016. All Rights Reserved.