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

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
DependencyAnalysisRpcServlet

@RemoteServiceRelativePath(value="rpcservices/DependencyAnalysisRpcService")
public interface DependencyAnalysisRpcService
extends com.google.gwt.user.client.rpc.RemoteService


Method Summary
 ProgramRequirementInfo getProgramRequirement(String reqId)
           
 List<String> getRequirementComponentNL(List<String> reqComponentIds)
           
 String getRequirementComponentNL(String reqComponentId)
           
 

Method Detail

getRequirementComponentNL

String getRequirementComponentNL(String reqComponentId)
                                 throws Exception
Throws:
Exception

getRequirementComponentNL

List<String> getRequirementComponentNL(List<String> reqComponentIds)
                                       throws Exception
Throws:
Exception

getProgramRequirement

ProgramRequirementInfo getProgramRequirement(String reqId)
                                             throws Exception
Throws:
Exception


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.