org.kuali.student.lum.program.client.rpc
Interface StatementRpcServiceAsync
- All Superinterfaces: 
- BaseRpcServiceAsync
- public interface StatementRpcServiceAsync 
- extends BaseRpcServiceAsync
| Method Summary | 
|  void | getClu(String cluId,
             com.google.gwt.user.client.rpc.AsyncCallback<CluInfo> callback)
 | 
|  void | getCurrentVersion(String refObjectTypeURI,
                                   String refObjectId,
                                   com.google.gwt.user.client.rpc.AsyncCallback<VersionDisplayInfo> callback)
 | 
|  void | getReqComponentTypesForStatementType(String luStatementTypeKey,
                                                                         com.google.gwt.user.client.rpc.AsyncCallback<List<ReqComponentTypeInfo>> callback)
 | 
|  void | getStatementTypesForStatementType(String statementTypeKey,
                                                                   com.google.gwt.user.client.rpc.AsyncCallback<List<StatementTypeInfo>> callback)
 | 
|  void | getStatementTypesForStatementTypeForCourse(String statementTypeKey,
                                                                                     com.google.gwt.user.client.rpc.AsyncCallback<List<StatementTypeInfo>> callback)
 | 
|  void | translateReqComponentToNL(ReqComponentInfo reqComponentInfo,
                                                   String nlUsageTypeKey,
                                                   String language,
                                                   com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
 | 
|  void | translateReqComponentToNLs(ReqComponentInfoUi reqComp,
                                                     String[] nlUsageTypeKeys,
                                                     String temlateLanguage,
                                                     com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
 | 
|  void | translateStatementTreeViewToNL(StatementTreeViewInfo statementTreeViewInfo,
                                                             String nlUsageTypeKey,
                                                             String language,
                                                             com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
 | 
 
| Methods inherited from interface org.kuali.student.common.ui.client.service.BaseRpcServiceAsync | 
| getObjectStructure, getObjectTypes, getSearchCriteriaType, getSearchCriteriaTypes, getSearchResultType, getSearchResultTypes, getSearchType, getSearchTypes, getSearchTypesByCriteria, getSearchTypesByResult, search | 
 
getStatementTypesForStatementTypeForCourse
void getStatementTypesForStatementTypeForCourse(String statementTypeKey,
                                                com.google.gwt.user.client.rpc.AsyncCallback<List<StatementTypeInfo>> callback)
- 
 
- 
 
getStatementTypesForStatementType
void getStatementTypesForStatementType(String statementTypeKey,
                                       com.google.gwt.user.client.rpc.AsyncCallback<List<StatementTypeInfo>> callback)
- 
 
- 
 
getReqComponentTypesForStatementType
void getReqComponentTypesForStatementType(String luStatementTypeKey,
                                          com.google.gwt.user.client.rpc.AsyncCallback<List<ReqComponentTypeInfo>> callback)
- 
 
- 
 
translateReqComponentToNL
void translateReqComponentToNL(ReqComponentInfo reqComponentInfo,
                               String nlUsageTypeKey,
                               String language,
                               com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
- 
 
- 
 
translateStatementTreeViewToNL
void translateStatementTreeViewToNL(StatementTreeViewInfo statementTreeViewInfo,
                                    String nlUsageTypeKey,
                                    String language,
                                    com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
- 
 
- 
 
translateReqComponentToNLs
void translateReqComponentToNLs(ReqComponentInfoUi reqComp,
                                String[] nlUsageTypeKeys,
                                String temlateLanguage,
                                com.google.gwt.user.client.rpc.AsyncCallback<List<String>> callback)
- 
 
- 
 
getClu
void getClu(String cluId,
            com.google.gwt.user.client.rpc.AsyncCallback<CluInfo> callback)
- 
 
- 
 
getCurrentVersion
void getCurrentVersion(String refObjectTypeURI,
                       String refObjectId,
                       com.google.gwt.user.client.rpc.AsyncCallback<VersionDisplayInfo> callback)
- 
 
- 
 
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.