home contract doc
(!) This page was automatically generated on Wed May 02 07:20:19 EDT 2012

RegResponseItemInfo


Name regResponseItemInfo
Label Reg Response Item
JSTL Key RegResponseItemInfo
Java Class org.kuali.student.enrollment.courseregistration.dto.RegResponseItemInfo
Description A more granular status object than the Registration response which gives the response status of the individual registration item, i.e., a course reg group. It has a reference to the Course Registration in case of a successful registration. The response contains status such as SUCCESS or FAILURE and then necessary messages, warning or errors. The state of the response in case of a success can be registered, waitlisted, or holdlisted.
Primary Key(s) regRequestItemId
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
regRequestItemId   STRING 1 to 255 Reg Request Item Id This method ... Reg Request Item Id This method ...       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]*$
     
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]*$