org.gcube.portlets.admin.vredefinition.client
Interface VREDefinitionService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
- VREDefinitionServiceImpl
@RemoteServiceRelativePath(value="VREDefinitionServiceImpl")
public interface VREDefinitionService
- extends com.google.gwt.user.client.rpc.RemoteService
getResourceCategoryByFunctionality
ArrayList<ExternalResourceModel> getResourceCategoryByFunctionality(String funcId)
getExistingNames
String[] getExistingNames()
- Returns:
- VRE Existing Names
getVRE
Map<String,Object> getVRE()
throws VREDefinitionException
- Throws:
VREDefinitionException
setVRE
String setVRE(VREDescriptionBean bean,
String[] functionalityIDs,
HashMap<String,List<ExternalResourceModel>> funcToExternalResources)
throws VREDefinitionException
- Parameters:
name
- VRE namedescription
- VRE descriptiondesigner
- VRE designermanager
- VRE managerfromDate
- VRE start datetoDate
- VRE end date
- Returns:
- OK string if the operation is performed correctly
- Throws:
VREDefinitionException
getFunctionality
VREFunctionalityModel getFunctionality(boolean isEdit)
throws VREDefinitionException
- Throws:
VREDefinitionException
isEditMode
Map<String,Object> isEditMode()
Copyright © 2013. All Rights Reserved.