home contract doc
(!) This page was automatically generated on Fri Dec 09 11:27:12 EST 2011

RegRequestInfo


Name regRequestInfo
Label Reg Request
JSTL Key RegRequestInfo
Java Class org.kuali.student.enrollment.courseregistration.dto.RegRequestInfo
Description The request made to the service from the application to register for course(s). The attributes of this entity include requester (which will be the student in most cases), request id and term. Each of the reg group the students want to register would be a registration request item in the Request object. For every transactional operation from the application, a new Registration request is created.
Primary Key(s) id
Field to use as the title (or name) name

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
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.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
name   STRING 1 to 255 Name A display name for this entity. Name A display name for this entity.       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
typeKey required STRING 1 to 80 Type Key The type of the overall registration request. Type Key The type of the overall registration request.       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
    TextControl
stateKey required STRING 1 to 80 State Key Represents the state of the overall registration request. State Key Represents the state of the overall registration request.       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
    TextControl
requestorId   STRING 1 to 255 Requestor Id Returns the id of the person who requested the course registration. Requestor Id Returns the id of the person who requested the course registration. Most of the times it would be a student but it could also be an admin or faculty making a request on behalf of the student       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
termKey   STRING 1 to 80 Term Key Returns the key of the {@link Term} of the registration request Term Key Returns the key of the {@link Term} of the registration request       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
    TextControl
descr.plain   STRING 1 to 14000 Plain Text The plain text version of the descrpition Plain Text Description The plain text version of the descrpition       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextAreaControl
descr.formatted   STRING 1 to 14000 Fromatted Text The formatted text version of the descrpition Fromatted Text Description The formatted text version of the descrpition       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextAreaControl
meta.versionInd   STRING 1 to 80 Version Ind Optimistic Locking Flag Version Ind Field used to check optimistic locking, updated on each update       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
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             DateControl
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.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
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             DateControl
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.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
descr   Complex   Descr A description of the entity. Description A description of the entity.              
descr.plain   STRING 1 to 14000 Plain Text The plain text version of the descrpition Plain Text Description The plain text version of the descrpition       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextAreaControl
descr.formatted   STRING 1 to 14000 Fromatted Text The formatted text version of the descrpition Fromatted Text Description The formatted text version of the descrpition       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextAreaControl
meta   Complex   Meta Create and last update info for the structure. Create/Update meta info 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.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
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             DateControl
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.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
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             DateControl
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.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
regRequestItems   Complex   Reg Request Items Returns a list of {@link RegRequestItem} that the RegRequest is composed of. Reg Request Items Returns a list of {@link RegRequestItem} that the RegRequest is composed of.     Repeating        
regRequestItems.name   STRING 1 to 255 Name A display name for this entity. Name A display name for this entity.       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
regRequestItems.typeKey required STRING 1 to 80 Type Key The possible types of RegRequestItem are ADD, DROP, SWAP or UPDATE. Type Key The possible types of RegRequestItem are ADD, DROP, SWAP or UPDATE. Those types represent adding (waitlisting, holdlisting), dropping courses or persisting an item from the reg cart with changes to it.       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
    TextControl
regRequestItems.stateKey required STRING 1 to 80 State Key Represents the state of this request - NEW, DRAFT, SUBMITTED, FAILED etc State Key Represents the state of this request - NEW, DRAFT, SUBMITTED, FAILED etc       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
    TextControl
regRequestItems.studentId   STRING 1 to 255 Student Id Return the id of the student to be registered Student Id Return the id of the student to be registered       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
regRequestItems.newRegGroupId   STRING 1 to 255 New Reg Group Id Returns the id of the RegGroup for this item. New Reg Group Id Returns the id of the RegGroup for this item. This is populated for ADD, DROP, UPDATE and SWAP types of RegRequestItem       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
regRequestItems.existingRegGroupId   STRING 1 to 255 Existing Reg Group Id Returns the existing reg group id. Existing Reg Group Id Returns the existing reg group id. The existing reg group field is populated if we have DROP or SWAP types of Request item.       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
regRequestItems.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             CheckboxControl
regRequestItems.okToHoldList   BOOLEAN   Ok To Hold 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 Hold 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.             CheckboxControl
regRequestItems.gradingOptionKey   STRING 1 to 255 Grading Option Key Specify the preferred grading option for the course e.g. pass/fail since the course allows to specify such options Grading Option Key Specify the preferred grading option for the course e.g. pass/fail since the course allows to specify such options       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
regRequestItems.creditOptionKey   STRING 1 to 255 Credit Option Key Specify the preferred credit option e.g credit/ no-credit for the course because the course. Credit Option Key Specify the preferred credit option e.g credit/ no-credit for the course because the course.       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
regRequestItems.descr.plain   STRING 1 to 14000 Plain Text The plain text version of the descrpition Plain Text Description The plain text version of the descrpition       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextAreaControl
regRequestItems.descr.formatted   STRING 1 to 14000 Fromatted Text The formatted text version of the descrpition Fromatted Text Description The formatted text version of the descrpition       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextAreaControl
regRequestItems.meta.versionInd   STRING 1 to 80 Version Ind Optimistic Locking Flag Version Ind Field used to check optimistic locking, updated on each update       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
regRequestItems.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             DateControl
regRequestItems.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.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
regRequestItems.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             DateControl
regRequestItems.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.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
regRequestItems.descr   Complex   Descr A description of the entity. Description A description of the entity.              
regRequestItems.descr.plain   STRING 1 to 14000 Plain Text The plain text version of the descrpition Plain Text Description The plain text version of the descrpition       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextAreaControl
regRequestItems.descr.formatted   STRING 1 to 14000 Fromatted Text The formatted text version of the descrpition Fromatted Text Description The formatted text version of the descrpition       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextAreaControl
regRequestItems.meta   Complex   Meta Create and last update info for the structure. Create/Update meta info 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.              
regRequestItems.meta.versionInd   STRING 1 to 80 Version Ind Optimistic Locking Flag Version Ind Field used to check optimistic locking, updated on each update       validation.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
regRequestItems.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             DateControl
regRequestItems.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.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl
regRequestItems.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             DateControl
regRequestItems.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.noWhitespace
^[\x21-\x7E\t\r\n\v\f\s]*$
    TextControl