Interface VREDefinitionServiceAsync
-
public interface VREDefinitionServiceAsync
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetFunctionality(boolean isEdit, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<Functionality>> callback)voidgetVRE(com.google.gwt.user.client.rpc.AsyncCallback<Map<String,Serializable>> callback)voidsetVRE(VREDescriptionBean bean, ArrayList<Functionality> functionalities, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
-
-
-
Method Detail
-
getVRE
void getVRE(com.google.gwt.user.client.rpc.AsyncCallback<Map<String,Serializable>> callback)
-
getFunctionality
void getFunctionality(boolean isEdit, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<Functionality>> callback)
-
setVRE
void setVRE(VREDescriptionBean bean, ArrayList<Functionality> functionalities, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
-
-