org.kuali.student.enrollment.courseregistration.infc
Interface RegistrationResponseItem

All Known Implementing Classes:
RegistrationResponseItemInfo

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.

Author:
Kuali Student Team (sambit)

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

getRegistrationRequestItemId

String getRegistrationRequestItemId()
Gets the RegistrationRequestItem to which this item is a response.


getOperationStatus

OperationStatus getOperationStatus()
Get the operation status info for the registration item.


getCourseRegistrationId

String getCourseRegistrationId()
Gets the course registration (if any) that resulted from this registration transaction.


getCourseWaitlistEntryId

String getCourseWaitlistEntryId()
Gets the waitlist entry (if any) that resulted from this registration transaction.


getHoldUntilListEntryId

String getHoldUntilListEntryId()
Gets the hold until list entry (if any) that resulted from this registration transaction.



Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.