org.kuali.student.lum.program.server
Class StatementRpcServlet
java.lang.Object
   javax.servlet.GenericServlet
javax.servlet.GenericServlet
       javax.servlet.http.HttpServlet
javax.servlet.http.HttpServlet
           com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
               com.google.gwt.user.server.rpc.RemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
                   org.kuali.student.common.ui.server.gwt.BaseRpcGwtServletAbstract<LuService>
org.kuali.student.common.ui.server.gwt.BaseRpcGwtServletAbstract<LuService>
                       org.kuali.student.lum.program.server.StatementRpcServlet
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<LuService>- implements StatementRpcService
- See Also:
- Serialized Form
 
 
| Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet | 
| perThreadRequest, perThreadResponse | 
 
 
 
| Methods inherited from class org.kuali.student.common.ui.server.gwt.BaseRpcGwtServletAbstract | 
| getCurrentUser, getObjectStructure, getObjectTypes, getPermissionService, getSearchCriteriaType, getSearchCriteriaTypes, getSearchResultType, getSearchResultTypes, getSearchType, getSearchTypes, getSearchTypesByCriteria, getSearchTypesByResult, getService, search, setPermissionService, setService | 
 
| Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet | 
| 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 | 
 
| Methods inherited from interface org.kuali.student.common.ui.client.service.BaseRpcService | 
| getObjectStructure, getObjectTypes, getSearchCriteriaType, getSearchCriteriaTypes, getSearchResultType, getSearchResultTypes, getSearchType, getSearchTypes, getSearchTypesByCriteria, getSearchTypesByResult, search | 
 
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
statmentDataService
private StatementRpcService statmentDataService
StatementRpcServlet
public StatementRpcServlet()
setStatmentDataService
public void setStatmentDataService(StatementRpcService statmentDataService)
- 
 
- 
 
getStatementTypesForStatementTypeForCourse
public List<StatementTypeInfo> getStatementTypesForStatementTypeForCourse(String statementTypeKey)
                                                                   throws Exception
- 
- Specified by:
- getStatementTypesForStatementTypeForCoursein interface- StatementRpcService
 
- 
- Throws:
- Exception
 
getStatementTypesForStatementType
public List<StatementTypeInfo> getStatementTypesForStatementType(String statementTypeKey)
                                                          throws Exception
- 
- Specified by:
- getStatementTypesForStatementTypein interface- StatementRpcService
 
- 
- Throws:
- Exception
 
getReqComponentTypesForStatementType
public List<ReqComponentTypeInfo> getReqComponentTypesForStatementType(String luStatementTypeKey)
                                                                throws Exception
- 
- Specified by:
- getReqComponentTypesForStatementTypein interface- StatementRpcService
 
- 
- Throws:
- Exception
 
translateReqComponentToNL
public String translateReqComponentToNL(ReqComponentInfo reqComponentInfo,
                                        String nlUsageTypeKey,
                                        String language)
                                 throws Exception
- 
- Specified by:
- translateReqComponentToNLin interface- StatementRpcService
 
- 
- Throws:
- Exception
 
translateStatementTreeViewToNL
public String translateStatementTreeViewToNL(StatementTreeViewInfo statementTreeViewInfo,
                                             String nlUsageTypeKey,
                                             String language)
                                      throws Exception
- 
- Specified by:
- translateStatementTreeViewToNLin interface- StatementRpcService
 
- 
- Throws:
- Exception
 
translateReqComponentToNLs
public List<String> translateReqComponentToNLs(ReqComponentInfoUi reqComponentInfo,
                                               String[] nlUsageTypeKeys,
                                               String language)
                                        throws Exception
- 
- Specified by:
- translateReqComponentToNLsin interface- StatementRpcService
 
- 
- Throws:
- Exception
 
getClu
public CluInfo getClu(String cluId)
               throws Exception
- 
- Specified by:
- getCluin interface- StatementRpcService
 
- 
- Throws:
- Exception
 
getCurrentVersion
public VersionDisplayInfo getCurrentVersion(String refObjectTypeURI,
                                            String refObjectId)
                                     throws Exception
- 
- Specified by:
- getCurrentVersionin interface- StatementRpcService
 
- 
- Throws:
- Exception
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.