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

CourseWaitlistEntryInfo


Name courseWaitlistEntryInfo
Label Course Waitlist Entry
JSTL Key CourseWaitlistEntryInfo
Java Class org.kuali.student.enrollment.coursewaitlist.dto.CourseWaitlistEntryInfo
Description Represents a single student in the course waitlist. Contains information such as student id, the waitlist option (reg group id and clearing strategy) and the student's position in the waitlist. As more seats become available the students in the waitlist are moved to the course.

Implementation Notes: It is represented by an LPR at Class I level, when a student actually registers for the course the LPR is a RegGroupRegistration

Primary Key(s) id
Field to use as the title (or name) null

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]*$
     
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.\-]*$
     
effectiveDate required DATE must be 19 Effective Effective Date Effective Date The date the object became (will become) effective              
expirationDate   DATE must be 19 Expires Expiration Date Expiration Date The date the object became (will) expire              
studentId   STRING 1 to 255 Student Id Returns the student id in waitlist entry waitlisted. Student Id Returns the student id in waitlist entry waitlisted.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
regGroupId   STRING 1 to 255 Reg Group Id Returns the reg group id for this waitlist entry. Reg Group Id Returns the reg group id for this waitlist entry. A waitlist entry should always be on tied to a single reg group.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
position   INTEGER 1 to 10 Position Returns the position of this entry in the waitlist for a particular waitlist option. Position Returns the position of this entry in the waitlist for a particular waitlist option. This is not directly updatable on the data object, use service operations to change the student's position in the list       validation.validChars.positive.integer
[1-9][0-9]*
     
lastCheckedIn   DATE must be 10 Last Checked In Returns true if the student has checked in to the waitlist. Last Checked In Returns true if the student has checked in to the waitlist. Used to track if the student is still interested in being in the wailist.              
courseOfferingId   STRING 1 to 255 Course Offering Id Course offering id that contains the Course Offering Id Course offering id that contains the       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]*$
     
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]*$