org.kuali.student.lum.lu.ui.dependency.server
Class DependencyAnalysisRpcServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
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
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
perThreadRequest, perThreadResponse |
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.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 |
DependencyAnalysisRpcServlet
public DependencyAnalysisRpcServlet()
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-2012 The Kuali Foundation. All Rights Reserved.