org.kuali.student.lum.lu.ui.dependency.server
Class DependencyAnalysisRpcServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
              extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
                  extended by org.kuali.student.lum.lu.ui.dependency.server.DependencyAnalysisRpcServlet
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, Servlet, ServletConfig, DependencyAnalysisRpcService

public class DependencyAnalysisRpcServlet
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements DependencyAnalysisRpcService

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponse
 
Constructor Summary
DependencyAnalysisRpcServlet()
           
 
Method Summary
 ProgramRequirementInfo getProgramRequirement(String reqId)
           
 ProgramService getProgramService()
           
 List<String> getRequirementComponentNL(List<String> reqComponentIds)
           
 String getRequirementComponentNL(String reqComponentId)
           
 StatementService getStatementService()
           
 void setProgramService(ProgramService programService)
           
 void setStatementService(StatementService statementService)
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
 
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyAnalysisRpcServlet

public DependencyAnalysisRpcServlet()
Method Detail

getRequirementComponentNL

public String getRequirementComponentNL(String reqComponentId)
Specified by:
getRequirementComponentNL in interface DependencyAnalysisRpcService

getRequirementComponentNL

public List<String> getRequirementComponentNL(List<String> reqComponentIds)
                                       throws Exception
Specified by:
getRequirementComponentNL in interface DependencyAnalysisRpcService
Throws:
Exception

getProgramRequirement

public ProgramRequirementInfo getProgramRequirement(String reqId)
                                             throws Exception
Specified by:
getProgramRequirement in interface DependencyAnalysisRpcService
Throws:
Exception

getStatementService

public StatementService getStatementService()

setStatementService

public void setStatementService(StatementService statementService)

getProgramService

public ProgramService getProgramService()

setProgramService

public void setProgramService(ProgramService programService)


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