Modifier and Type | Field and Description |
---|---|
protected MajorDisciplineRpcServiceAsync |
ProgramController.programRemoteService |
Modifier and Type | Method and Description |
---|---|
protected MajorDisciplineRpcServiceAsync |
ProgramController.createProgramRemoteService()
Create a ProgramRpcServiceAsync appropriate for this Controller
|
Modifier and Type | Method and Description |
---|---|
protected MajorDisciplineRpcServiceAsync |
CoreController.createProgramRemoteService()
Create a ProgramRpcServiceAsync (or subclass) appropriate for this Controller
|
Modifier and Type | Method and Description |
---|---|
protected MajorDisciplineRpcServiceAsync |
CredentialController.createProgramRemoteService()
Create a ProgramRpcServiceAsync (or subclass) appropriate for this Controller
|
Modifier and Type | Field and Description |
---|---|
protected MajorDisciplineRpcServiceAsync |
MajorProposalController.majorDisciplineService |
Modifier and Type | Method and Description |
---|---|
protected MajorDisciplineRpcServiceAsync |
MajorProposalController.createMajorDisciplineService()
Create a ProgramRpcServiceAsync appropriate for this Controller
|
protected MajorDisciplineRpcServiceAsync |
MajorProposalController.createProgramRemoteService()
We need to override the method in MajorDisciplineController
to ensure our custom proposal service is called, which has
the filter needed to pull proposal info out of the model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CoreProgramRpcServiceAsync |
interface |
CredentialProgramRpcServiceAsync |
interface |
MajorDisciplineProposalRpcServiceAsync
The async services are used by GWT to communicate with the servlets.
|
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.