RegistrationRequestInfo


Name registrationRequestInfo
Label Registration Request
JSTL Key RegistrationRequestInfo
Java Class org.kuali.student.enrollment.courseregistration.dto.RegistrationRequestInfo
Description All changes to a student registration is performed by submitting a RegistrationRequest. This request represents an overall transaction among a set of RegistrationRequestItems (register, add, drop, update, etc.) For every transactional operation from the application, a new Request is created. RegistrationRequests are created and persisted separate from the submission and processing. Updating a RegistrationRequest prior to submission can create the concept of a "cart." Once the RegistrationRequest is submitted for porcessing it cannot be updated. The RegistrationRequest State represents the state of this request e.g. NEW, DRAFT, SUBMITTED, FAILED.
Primary Key(s) id
Field to use as the title (or name) name

Field Definitions

2 discrepancie(s) were found between the dictionary definition and the java object
  1. Field state missing from the dictictionary
  2. Field type missing from the dictictionary
Field Required? DataType Length Short Label Summary Label Description Read Only, Dynamic, or Hidden Default Repeats? Valid Characters Lookup Cross Field Default Control
id   STRING 1 to 36 ID Unique ID assigned to this object Identifier The system assigned unique id used to identify this Object. Could be implemented as as sequence number or as a UUID.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
name   STRING 1 to 255 Name A display name for this entity. Name A display name for this entity.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
typeKey required STRING 1 to 80 Type Type of the object Type Unique identifier for the type of this object.       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
     
stateKey required STRING 1 to 80 State State of the object State Unique identifier for the lifecycle state of this object.       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
     
requestorId required STRING 1 to 255 Requestor Id The person who is making this request. Requestor Id The person who is making this request. For a student self-registering, the requestor is the Id of the student. In the case of an adminsitrator registering or updating a registration on behalf of a student, the requestor is the administrator. In either case, the student Id is included in each RegistrationRequestItem.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
termId required STRING 1 to 36 Term Id The Term in which this registration takes place. Term Id The Term in which this registration takes place.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
descr.plain   STRING 1 to 999 Plain Text The plain text version of the descrpition Plain Text Description The plain text version of the descrpition       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
descr.formatted   STRING 1 to 999 Fromatted Text The formatted text version of the descrpition Fromatted Text Description The formatted text version of the descrpition       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
meta.versionInd   STRING 1 to 80 Version Ind Optimistic Locking Flag Version Ind Field used to check optimistic locking, updated on each update       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
meta.createTime   DATE must be 19 Created on The date/time stamp of when this was created Date/Time created The date/time stamp of when this was created              
meta.createId   STRING 1 to 36 Creator ID Principal ID of person who created this Creator ID ID assigned to the principal the user used to sign on to the system       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
meta.updateTime   DATE must be 19 Updated on The date/time stamp of when this was last updated Date/Time last updated The date/time stamp of when this was last updated              
meta.updateId   STRING 1 to 36 Updater ID Principal ID of person who last updated this Updater ID ID assigned to the principal the user used to sign on to the system       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
descr   Complex   Descr A description of the entity. Description A description of the entity.              
descr.plain   STRING 1 to 999 Plain Text The plain text version of the descrpition Plain Text Description The plain text version of the descrpition       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
descr.formatted   STRING 1 to 999 Fromatted Text The formatted text version of the descrpition Fromatted Text Description The formatted text version of the descrpition       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
meta   Complex   Meta Create and last update info for the structure. Meta Create and last update info for the structure. This is optional and treated as read only since the data is set by the internals of the service during maintenance operations. Contains audit trail information about the creation and last update of this object Also contains the version ind used for optimistic locking. Attempts to set or update should result in a ReadOnlyException being thrown.              
meta.versionInd   STRING 1 to 80 Version Ind Optimistic Locking Flag Version Ind Field used to check optimistic locking, updated on each update       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
meta.createTime   DATE must be 19 Created on The date/time stamp of when this was created Date/Time created The date/time stamp of when this was created              
meta.createId   STRING 1 to 36 Creator ID Principal ID of person who created this Creator ID ID assigned to the principal the user used to sign on to the system       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
meta.updateTime   DATE must be 19 Updated on The date/time stamp of when this was last updated Date/Time last updated The date/time stamp of when this was last updated              
meta.updateId   STRING 1 to 36 Updater ID Principal ID of person who last updated this Updater ID ID assigned to the principal the user used to sign on to the system       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems   Complex   Registration Request Items A list of specific registration request items. Registration Request Items A list of specific registration request items.     Repeating        
registrationRequestItems.id   STRING 1 to 36 ID Unique ID assigned to this object Identifier The system assigned unique id used to identify this Object. Could be implemented as as sequence number or as a UUID.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.name   STRING 1 to 255 Name A display name for this entity. Name A display name for this entity.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.typeKey required STRING 1 to 80 Type Type of the object Type Unique identifier for the type of this object.       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
     
registrationRequestItems.stateKey required STRING 1 to 80 State State of the object State Unique identifier for the lifecycle state of this object.       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
     
registrationRequestItems.registrationRequestId   STRING 1 to 255 Registration Request Id The RegistrationRequest to which this item belongs. Registration Request Id The RegistrationRequest to which this item belongs.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.studentId required STRING 1 to 255 Student Id The Student to which this request item applies. Student Id The Student to which this request item applies.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.newRegistrationGroupId   STRING 1 to 255 New Registration Group Id The RegistrationGroup to which the student will be registered upon a successful submission of this item. Registration Group Id The RegistrationGroup to which the student will be registered upon a successful submission of this item. This is populated for ADD, DROP, UPDATE and SWAP types of RegistrationRequestItems.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.existingRegistrationGroupId   STRING 1 to 255 Existing Registration Group Id In the case of a DROP or SWAP, the "existing" registration group Id indicates the current RegistrationGroup to which the student is currently registered. Existing Registration Group Id In the case of a DROP or SWAP, the "existing" registration group Id indicates the current RegistrationGroup to which the student is currently registered. For an ADD, this field should be null.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.credits   STRING 1 to 255 Credits The desired number of credits. Credits The desired number of credits. This value is a number represented as a string.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.gradingOptionId   STRING 1 to 255 Grading Option Id The requested grading scheme option (e.g. Grading Option Id The requested grading scheme option (e.g. A-F or Pass/Fail).       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.okToWaitlist   BOOLEAN   Ok To Waitlist If the course is full and there is a waitlist, is it okay to be placed in the waitlist for the course. Ok To Waitlist If the course is full and there is a waitlist, is it okay to be placed in the waitlist for the course.              
registrationRequestItems.okToHoldUntilList   BOOLEAN   Ok To Hold Until List 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. Ok To HoldUntillist 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.              
registrationRequestItems.descr.plain   STRING 1 to 999 Plain Text The plain text version of the descrpition Plain Text Description The plain text version of the descrpition       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.descr.formatted   STRING 1 to 999 Fromatted Text The formatted text version of the descrpition Fromatted Text Description The formatted text version of the descrpition       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.meta.versionInd   STRING 1 to 80 Version Ind Optimistic Locking Flag Version Ind Field used to check optimistic locking, updated on each update       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.meta.createTime   DATE must be 19 Created on The date/time stamp of when this was created Date/Time created The date/time stamp of when this was created              
registrationRequestItems.meta.createId   STRING 1 to 36 Creator ID Principal ID of person who created this Creator ID ID assigned to the principal the user used to sign on to the system       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.meta.updateTime   DATE must be 19 Updated on The date/time stamp of when this was last updated Date/Time last updated The date/time stamp of when this was last updated              
registrationRequestItems.meta.updateId   STRING 1 to 36 Updater ID Principal ID of person who last updated this Updater ID ID assigned to the principal the user used to sign on to the system       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.descr   Complex   Descr A description of the entity. Description A description of the entity.              
registrationRequestItems.descr.plain   STRING 1 to 999 Plain Text The plain text version of the descrpition Plain Text Description The plain text version of the descrpition       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.descr.formatted   STRING 1 to 999 Fromatted Text The formatted text version of the descrpition Fromatted Text Description The formatted text version of the descrpition       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.meta   Complex   Meta Create and last update info for the structure. Meta Create and last update info for the structure. This is optional and treated as read only since the data is set by the internals of the service during maintenance operations. Contains audit trail information about the creation and last update of this object Also contains the version ind used for optimistic locking. Attempts to set or update should result in a ReadOnlyException being thrown.              
registrationRequestItems.meta.versionInd   STRING 1 to 80 Version Ind Optimistic Locking Flag Version Ind Field used to check optimistic locking, updated on each update       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.meta.createTime   DATE must be 19 Created on The date/time stamp of when this was created Date/Time created The date/time stamp of when this was created              
registrationRequestItems.meta.createId   STRING 1 to 36 Creator ID Principal ID of person who created this Creator ID ID assigned to the principal the user used to sign on to the system       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
registrationRequestItems.meta.updateTime   DATE must be 19 Updated on The date/time stamp of when this was last updated Date/Time last updated The date/time stamp of when this was last updated              
registrationRequestItems.meta.updateId   STRING 1 to 36 Updater ID Principal ID of person who last updated this Updater ID ID assigned to the principal the user used to sign on to the system       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$