public interface RegistrationRequestItem extends IdEntity
Modifier and Type | Method and Description |
---|---|
String |
getCredits()
The desired number of credits.
|
String |
getExistingRegistrationGroupId()
In the case of a DROP or SWAP, the "existing" registration
group Id indicates the current RegistrationGroup to which the
student is currently registered.
|
String |
getGradingOptionId()
The requested grading scheme option (e.g.
|
String |
getNewRegistrationGroupId()
The RegistrationGroup to which the student will be registered
upon a successful submission of this item.
|
Boolean |
getOkToHoldUntilList()
If the student does not meet one of the requirements for the
course but there is a list for such students because the
requirement ends at a future date, is it okay to be placed in
such a list.
|
Boolean |
getOkToWaitlist()
If the course is full and there is a waitlist, is it okay to be
placed in the waitlist for the course.
|
String |
getRegistrationRequestId()
The RegistrationRequest to which this item belongs.
|
String |
getStudentId()
The Student to which this request item applies.
|
getType, getTypeKey
getState, getStateKey
getAttributes
String getRegistrationRequestId()
String getStudentId()
String getNewRegistrationGroupId()
String getExistingRegistrationGroupId()
String getCredits()
String getGradingOptionId()
Boolean getOkToWaitlist()
Boolean getOkToHoldUntilList()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.