public interface StatementRpcServiceAsync extends BaseRpcServiceAsync
Modifier and Type | Method and Description |
---|---|
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) |
getObjectStructure, getObjectTypes, getSearchType, getSearchTypes, search
void getStatementTypesForStatementTypeForCourse(String statementTypeKey, com.google.gwt.user.client.rpc.AsyncCallback<List<StatementTypeInfo>> callback)
void getStatementTypesForStatementType(String statementTypeKey, com.google.gwt.user.client.rpc.AsyncCallback<List<StatementTypeInfo>> callback)
void getReqComponentTypesForStatementType(String luStatementTypeKey, com.google.gwt.user.client.rpc.AsyncCallback<List<ReqComponentTypeInfo>> callback)
void translateReqComponentToNL(ReqComponentInfo reqComponentInfo, String nlUsageTypeKey, String language, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void translateStatementTreeViewToNL(StatementTreeViewInfo statementTreeViewInfo, 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 getCurrentVersion(String refObjectTypeURI, String refObjectId, com.google.gwt.user.client.rpc.AsyncCallback<VersionDisplayInfo> callback)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.