org.kuali.student.lum.lu.ui.dependency.client.service
Interface DependencyAnalysisRpcServiceAsync


public interface DependencyAnalysisRpcServiceAsync


Method Summary
 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)
           
 

Method Detail

getRequirementComponentNL

void getRequirementComponentNL(String reqComponentId,
                               com.google.gwt.user.client.rpc.AsyncCallback<String> callback)

getRequirementComponentNL

void getRequirementComponentNL(List<String> reqComponentIds,
                               com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)

getProgramRequirement

void getProgramRequirement(String reqId,
                           com.google.gwt.user.client.rpc.AsyncCallback<ProgramRequirementInfo> callback)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.