|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegistrationResponseItem
A response to an individual RegistrationRequestItem. A response may result in a CourseRegistration or a position on a course waitlist, or just return the error messages.
Method Summary | |
---|---|
String |
getCourseRegistrationId()
Gets the course registration (if any) that resulted from this registration transaction. |
String |
getCourseWaitlistEntryId()
Gets the waitlist entry (if any) that resulted from this registration transaction. |
String |
getHoldUntilListEntryId()
Gets the hold until list entry (if any) that resulted from this registration transaction. |
OperationStatus |
getOperationStatus()
Get the operation status info for the registration item. |
String |
getRegistrationRequestItemId()
Gets the RegistrationRequestItem to which this item is a response. |
Method Detail |
---|
String getRegistrationRequestItemId()
OperationStatus getOperationStatus()
String getCourseRegistrationId()
String getCourseWaitlistEntryId()
String getHoldUntilListEntryId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |