|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StateChangeService
This interface allows us to inject a different StateChangeService implementation for each of the program types (credential, core, major discipline) using the spring configuration.
| Method Summary | |
|---|---|
void |
changeState(String programId,
String newState)
This method will eventually be called from the Rice workflow after a major discipline, core, or credential program passes back into the local workflow. |
void |
changeState(String endEntryTerm,
String endEnrollTerm,
String endInstAdmitTerm,
String programId,
String newState)
This method is called from the servlet when state is changed in the GWT application (e.g. |
| Method Detail |
|---|
void changeState(String programId,
String newState)
throws Exception
programId - newState -
Exception
void changeState(String endEntryTerm,
String endEnrollTerm,
String endInstAdmitTerm,
String programId,
String newState)
throws Exception
endEntryTerm - endEnrollTerm - programId - newState -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||