org.kuali.student.lum.program.server
Class StatementRpcServlet
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.common.ui.server.gwt.BaseRpcGwtServletAbstract<CluService>
org.kuali.student.lum.program.server.StatementRpcServlet
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, Servlet, ServletConfig, BaseRpcService, StatementRpcService
public class StatementRpcServlet
- extends BaseRpcGwtServletAbstract<CluService>
- implements StatementRpcService
- 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 |
StatementRpcServlet
public StatementRpcServlet()
setStatmentDataService
public void setStatmentDataService(StatementRpcService statmentDataService)
getStatementTypesForStatementTypeForCourse
public List<StatementTypeInfo> getStatementTypesForStatementTypeForCourse(String statementTypeKey)
throws Exception
- Specified by:
getStatementTypesForStatementTypeForCourse
in interface StatementRpcService
- Throws:
Exception
getStatementTypesForStatementType
public List<StatementTypeInfo> getStatementTypesForStatementType(String statementTypeKey)
throws Exception
- Specified by:
getStatementTypesForStatementType
in interface StatementRpcService
- Throws:
Exception
getReqComponentTypesForStatementType
public List<ReqComponentTypeInfo> getReqComponentTypesForStatementType(String luStatementTypeKey)
throws Exception
- Specified by:
getReqComponentTypesForStatementType
in interface StatementRpcService
- Throws:
Exception
translateReqComponentToNL
public String translateReqComponentToNL(ReqComponentInfo reqComponentInfo,
String nlUsageTypeKey,
String language)
throws Exception
- Specified by:
translateReqComponentToNL
in interface StatementRpcService
- Throws:
Exception
translateStatementTreeViewToNL
public String translateStatementTreeViewToNL(StatementTreeViewInfo statementTreeViewInfo,
String nlUsageTypeKey,
String language)
throws Exception
- Specified by:
translateStatementTreeViewToNL
in interface StatementRpcService
- Throws:
Exception
translateReqComponentToNLs
public List<String> translateReqComponentToNLs(ReqComponentInfoUi reqComponentInfo,
String[] nlUsageTypeKeys,
String language)
throws Exception
- Specified by:
translateReqComponentToNLs
in interface StatementRpcService
- Throws:
Exception
getClu
public CluInfo getClu(String cluId)
throws Exception
- Specified by:
getClu
in interface StatementRpcService
- Throws:
Exception
getCurrentVersion
public VersionDisplayInfo getCurrentVersion(String refObjectTypeURI,
String refObjectId)
throws Exception
- Specified by:
getCurrentVersion
in interface StatementRpcService
- Throws:
Exception
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.