public interface CourseRpcServiceAsync extends BaseDataOrchestrationRpcServiceAsync
Modifier and Type | Method and Description |
---|---|
void |
changeState(String courseId,
String newState,
com.google.gwt.user.client.rpc.AsyncCallback<StatusInfo> callback) |
void |
changeState(String courseId,
String newState,
String prevEndTerm,
com.google.gwt.user.client.rpc.AsyncCallback<StatusInfo> callback) |
void |
createCopyCourse(String originalCluId,
com.google.gwt.user.client.rpc.AsyncCallback<DataSaveResult> asyncCallback) |
void |
createCopyCourseProposal(String originalProposalId,
String documentType,
com.google.gwt.user.client.rpc.AsyncCallback<DataSaveResult> asyncCallback) |
void |
createCourseStatement(String courseId,
String courseState,
StatementTreeViewInfo statementTreeViewInfo,
com.google.gwt.user.client.rpc.AsyncCallback<StatementTreeViewInfo> callback) |
void |
deleteCourseStatement(String courseId,
StatementTreeViewInfo statementTreeViewInfo,
com.google.gwt.user.client.rpc.AsyncCallback<StatusInfo> callback) |
void |
getCourseStatements(String courseId,
String nlUsageTypeKey,
String language,
com.google.gwt.user.client.rpc.AsyncCallback<List<StatementTreeViewInfo>> callback) |
void |
isAnyOtherRetireProposalsInWorkflow(String courseCluId,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
isLatestVersion(String versionIndId,
Long versionSequenceNumber,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
storeCourseStatements(String courseId,
String courseState,
Map<Integer,CourseRequirementsDataModel.requirementState> states,
Map<Integer,StatementTreeViewInfo> rules,
com.google.gwt.user.client.rpc.AsyncCallback<Map<Integer,StatementTreeViewInfo>> callback) |
void |
updateCourseStatement(String courseId,
String courseState,
StatementTreeViewInfo statementTreeViewInfo,
com.google.gwt.user.client.rpc.AsyncCallback<StatementTreeViewInfo> callback) |
getData, getMetadata, isAuthorized, saveData, validate
void getCourseStatements(String courseId, String nlUsageTypeKey, String language, com.google.gwt.user.client.rpc.AsyncCallback<List<StatementTreeViewInfo>> callback)
void storeCourseStatements(String courseId, String courseState, Map<Integer,CourseRequirementsDataModel.requirementState> states, Map<Integer,StatementTreeViewInfo> rules, com.google.gwt.user.client.rpc.AsyncCallback<Map<Integer,StatementTreeViewInfo>> callback)
void createCourseStatement(String courseId, String courseState, StatementTreeViewInfo statementTreeViewInfo, com.google.gwt.user.client.rpc.AsyncCallback<StatementTreeViewInfo> callback)
void deleteCourseStatement(String courseId, StatementTreeViewInfo statementTreeViewInfo, com.google.gwt.user.client.rpc.AsyncCallback<StatusInfo> callback)
void updateCourseStatement(String courseId, String courseState, StatementTreeViewInfo statementTreeViewInfo, com.google.gwt.user.client.rpc.AsyncCallback<StatementTreeViewInfo> callback)
void changeState(String courseId, String newState, com.google.gwt.user.client.rpc.AsyncCallback<StatusInfo> callback)
void changeState(String courseId, String newState, String prevEndTerm, com.google.gwt.user.client.rpc.AsyncCallback<StatusInfo> callback)
void createCopyCourse(String originalCluId, com.google.gwt.user.client.rpc.AsyncCallback<DataSaveResult> asyncCallback)
void createCopyCourseProposal(String originalProposalId, String documentType, com.google.gwt.user.client.rpc.AsyncCallback<DataSaveResult> asyncCallback)
void isLatestVersion(String versionIndId, Long versionSequenceNumber, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
void isAnyOtherRetireProposalsInWorkflow(String courseCluId, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.