public interface MajorDisciplineProposalRpcServiceAsync extends MajorDisciplineRpcServiceAsync
Modifier and Type | Method and Description |
---|---|
void |
createProgramRequirement(ProgramRequirementInfo programRequirementInfo,
com.google.gwt.user.client.rpc.AsyncCallback<ProgramRequirementInfo> callback) |
void |
deleteProgramRequirement(String programRequirementId,
com.google.gwt.user.client.rpc.AsyncCallback<StatusInfo> callback) |
void |
getProgramRequirements(List<String> programRequirementIds,
com.google.gwt.user.client.rpc.AsyncCallback<List<ProgramRequirementInfo>> callback) |
void |
isLatestVersion(String versionIndId,
Long versionSequenceNumber,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
void |
storeProgramRequirements(Map<Integer,ProgramRequirementsDataModel.requirementState> states,
Map<Integer,ProgramRequirementInfo> progReqs,
com.google.gwt.user.client.rpc.AsyncCallback<Map<Integer,ProgramRequirementInfo>> async) |
void |
updateProgramRequirement(ProgramRequirementInfo programRequirementInfo,
com.google.gwt.user.client.rpc.AsyncCallback<ProgramRequirementInfo> callback) |
void |
updateState(Data data,
String state,
com.google.gwt.user.client.rpc.AsyncCallback<DataSaveResult> callback) |
isProposal
getData, getMetadata, isAuthorized, saveData, validate
void getProgramRequirements(List<String> programRequirementIds, com.google.gwt.user.client.rpc.AsyncCallback<List<ProgramRequirementInfo>> callback)
getProgramRequirements
in interface MajorDisciplineRpcServiceAsync
void storeProgramRequirements(Map<Integer,ProgramRequirementsDataModel.requirementState> states, Map<Integer,ProgramRequirementInfo> progReqs, com.google.gwt.user.client.rpc.AsyncCallback<Map<Integer,ProgramRequirementInfo>> async)
storeProgramRequirements
in interface MajorDisciplineRpcServiceAsync
void createProgramRequirement(ProgramRequirementInfo programRequirementInfo, com.google.gwt.user.client.rpc.AsyncCallback<ProgramRequirementInfo> callback)
createProgramRequirement
in interface MajorDisciplineRpcServiceAsync
void deleteProgramRequirement(String programRequirementId, com.google.gwt.user.client.rpc.AsyncCallback<StatusInfo> callback)
deleteProgramRequirement
in interface MajorDisciplineRpcServiceAsync
void updateProgramRequirement(ProgramRequirementInfo programRequirementInfo, com.google.gwt.user.client.rpc.AsyncCallback<ProgramRequirementInfo> callback)
updateProgramRequirement
in interface MajorDisciplineRpcServiceAsync
void isLatestVersion(String versionIndId, Long versionSequenceNumber, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
isLatestVersion
in interface MajorDisciplineRpcServiceAsync
void updateState(Data data, String state, com.google.gwt.user.client.rpc.AsyncCallback<DataSaveResult> callback)
updateState
in interface MajorDisciplineRpcServiceAsync
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.