public interface DependencyAnalysisRpcServiceAsync
Modifier and Type | Method and Description |
---|---|
void |
getProgramRequirement(String reqId,
com.google.gwt.user.client.rpc.AsyncCallback<ProgramRequirementInfo> callback) |
void |
getRequirementComponentNL(List<String> reqComponentIds,
com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback) |
void |
getRequirementComponentNL(String reqComponentId,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void getRequirementComponentNL(String reqComponentId, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void getRequirementComponentNL(List<String> reqComponentIds, com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
void getProgramRequirement(String reqId, com.google.gwt.user.client.rpc.AsyncCallback<ProgramRequirementInfo> callback)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.