RegistrationResponseItemInfo


Name registrationResponseItemInfo
Label Registration Response Item
JSTL Key RegistrationResponseItemInfo
Java Class org.kuali.student.enrollment.courseregistration.dto.RegistrationResponseItemInfo
Description 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.
Primary Key(s) registrationRequestItemId
Field to use as the title (or name) null

Field Definitions

No discrepancies were found between the dictionary definition and the java object -- WARNING: take this with a grain of salt - the comparison does not dig into complex sub-objects nor collections so...
Field Required? DataType Length Short Label Summary Label Description Read Only, Dynamic, or Hidden Default Repeats? Valid Characters Lookup Cross Field Default Control
registrationRequestItemId required STRING 1 to 255 Registration Request Item Id Gets the RegistrationRequestItem to which this item is a response. Registration Request Item Gets the RegistrationRequestItem to which this item is a response.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
courseRegistrationId   STRING 1 to 255 Course Registration Id Gets the course registration (if any) that resulted from this registration transaction. Course Registration Id Gets the course registration (if any) that resulted from this registration transaction.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
courseWaitlistEntryId   STRING 1 to 255 Course Waitlist Entry Id Gets the waitlist entry (if any) that resulted from this registration transaction. Course Waitlist Entry Id Gets the waitlist entry (if any) that resulted from this registration transaction.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
holdUntilListEntryId   STRING 1 to 255 Hold Until List Entry Id Gets the hold until list entry (if any) that resulted from this registration transaction. Hold Until List Entry Id Gets the hold until list entry (if any) that resulted from this registration transaction.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
operationStatus.status   STRING 1 to 255 Status Gets the operation status for the transaction. Status Gets the operation status for the transaction.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
operationStatus   Complex   Operation Status Get the operation status info for the registration item. Operation Status Get the operation status info for the registration item.              
operationStatus.status   STRING 1 to 255 Status Gets the operation status for the transaction. Status Gets the operation status for the transaction.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$