Modifier and Type | Method and Description |
---|---|
DataSaveResult |
AssemblerRpcService.saveData(Data data) |
Modifier and Type | Method and Description |
---|---|
void |
BaseDataOrchestrationRpcServiceAsync.saveData(Data data,
com.google.gwt.user.client.rpc.AsyncCallback<DataSaveResult> callback) |
Modifier and Type | Method and Description |
---|---|
protected DataSaveResult |
AbstractDataService._saveData(Data data,
Map<String,Object> filterProperties,
ContextInfo contextInfo) |
DataSaveResult |
DataGwtServlet.saveData(Data data) |
DataSaveResult |
DataService.saveData(Data data,
ContextInfo contextInfo) |
DataSaveResult |
AbstractDataService.saveData(Data data,
ContextInfo contextInfo) |
Modifier and Type | Method and Description |
---|---|
DataSaveResult |
AbstractBaseDataOrchestrationRpcGwtServlet.saveData(Data data)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataSaveResult |
OrgRpcService.saveOrgProposal(Data proposal) |
Modifier and Type | Method and Description |
---|---|
void |
OrgRpcServiceAsync.saveOrgProposal(Data proposal,
com.google.gwt.user.client.rpc.AsyncCallback<DataSaveResult> callback) |
Modifier and Type | Method and Description |
---|---|
DataSaveResult |
OrgRpcGwtServlet.saveOrgProposal(Data proposal) |
Modifier and Type | Method and Description |
---|---|
void |
CluSetRetrieverImpl.saveData(Data data,
Callback<DataSaveResult> callback) |
void |
CluSetRetriever.saveData(Data data,
Callback<DataSaveResult> callback) |
Modifier and Type | Method and Description |
---|---|
DataSaveResult |
CourseRpcService.createCopyCourse(String originalCluId) |
DataSaveResult |
CourseRpcService.createCopyCourseProposal(String originalProposalId,
String documentType) |
Modifier and Type | Method and Description |
---|---|
void |
CourseRpcServiceAsync.createCopyCourse(String originalCluId,
com.google.gwt.user.client.rpc.AsyncCallback<DataSaveResult> asyncCallback) |
void |
CourseRpcServiceAsync.createCopyCourseProposal(String originalProposalId,
String documentType,
com.google.gwt.user.client.rpc.AsyncCallback<DataSaveResult> asyncCallback) |
Modifier and Type | Method and Description |
---|---|
DataSaveResult |
CreditCourseProposalRpcGwtServlet.createCopyCourse(String originalCluId) |
DataSaveResult |
CourseRpcGwtServlet.createCopyCourse(String originalCluId) |
DataSaveResult |
CopyCourseServiceImpl.createCopyCourse(String originalCluId,
ContextInfo contextInfo) |
DataSaveResult |
CreditCourseProposalRpcGwtServlet.createCopyCourseProposal(String originalProposalId,
String documentType) |
DataSaveResult |
CourseRpcGwtServlet.createCopyCourseProposal(String originalProposalId,
String documentType) |
DataSaveResult |
CopyCourseServiceImpl.createCopyCourseProposal(String originalProposalId,
String documentType,
ContextInfo contextInfo) |
Modifier and Type | Method and Description |
---|---|
DataSaveResult |
CluSetManagementRpcGwtServlet.saveData(Data data) |
DataSaveResult |
CluSetDataService.saveData(Data data,
ContextInfo contextInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ProgramController.refreshModelAndView(DataSaveResult result)
This method will refresh the model and view with the data sent back from
the server.
|
Modifier and Type | Method and Description |
---|---|
DataSaveResult |
MajorDisciplineRpcService.updateState(Data data,
String state)
This method is called when the user changes the program state using
the drop-down box, clicking certain buttons, or creating
a new version of the program.
|
DataSaveResult |
MajorDisciplineProposalRpcService.updateState(Data data,
String state)
This method is called when the user changes the program state using
the drop-down box, clicking certain buttons, or creating
a new version of the program.
|
Modifier and Type | Method and Description |
---|---|
void |
MajorDisciplineRpcServiceAsync.updateState(Data data,
String state,
com.google.gwt.user.client.rpc.AsyncCallback<DataSaveResult> callback) |
void |
MajorDisciplineProposalRpcServiceAsync.updateState(Data data,
String state,
com.google.gwt.user.client.rpc.AsyncCallback<DataSaveResult> callback) |
Modifier and Type | Method and Description |
---|---|
DataSaveResult |
MajorDisciplineRpcServlet.updateState(Data data,
String state)
This method will update the state of a major discipline.
|
DataSaveResult |
MajorDisciplineProposalRpcServlet.updateState(Data data,
String state)
This method will update the state of a major discipline.
|
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.