ActivityOfferingInfo


Name activityOfferingInfo
Label Activity Offering
JSTL Key ActivityOfferingInfo
Java Class org.kuali.student.enrollment.courseoffering.dto.ActivityOfferingInfo
Description Individual activity offerings correspond to events in a scheduling system, each with a meeting pattern.
Primary Key(s) id
Field to use as the title (or name) name

Field Definitions

10 discrepancie(s) were found between the dictionary definition and the java object
  1. Field hasWaitlist missing from the dictictionary
  2. Field honorsOffering missing from the dictictionary
  3. Field isWaitlistCheckinRequired missing from the dictictionary
  4. Field state missing from the dictictionary
  5. Field type missing from the dictictionary
  6. Field waitlistCheckinFrequency.atpDurationTypeKey missing from the dictictionary
  7. Field waitlistCheckinFrequency.timeQuantity missing from the dictictionary
  8. Field waitlistMaximum missing from the dictictionary
  9. Field waitlistTypeKey missing from the dictictionary
  10. Field waitlistCheckinFrequency 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.\-]*$
     
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]*$
     
formatOfferingId required STRING 1 to 255 Format Offering Id Format offering Id used to create this activity Format Offering Id Format offering Id used to create this activity       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
formatOfferingName required STRING 1 to 255 Format Offering Name Format offering Name used to create this activity Format Offering Name Format offering Name used to create this activity       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
activityId required STRING 1 to 255 Activity Id Canonical activity whose instance is this activity offering. Activity Id Canonical activity whose instance is this activity offering.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
termId required STRING 1 to 36 Term Id Academic term the activity is being offered in. Term Id Academic term the activity is being offered in. Same as course offering term or a nested term of course offering.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
termCode required STRING 1 to 80 Term Code Academic term code the activity is being offered in. Term Code Academic term code the activity is being offered in. Same as course offering term or a nested term of course offering.       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
     
activityCode   STRING 1 to 80 Activity Code Alphanumeric character that identifies the section of the course offering. Activity Code Alphanumeric character that identifies the section of the course offering.       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
     
scheduleId   STRING 1 to 255 Schedule Id Gets the schedule Id for this offering. Schedule Id Gets the schedule Id for this offering.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
isHonorsOffering required BOOLEAN   Is Honors Offering Indicates that the course is an Honors Course. Is Honors Offering Indicates that the course is an Honors Course.              
weeklyInclassContactHours   STRING 1 to 255 Weekly Inclass Contact Hours When/for how long does the offering meet in class. Weekly Inclass Contact Hours When/for how long does the offering meet in class. Calculated by system based on meeting times; may be validated against canonical. The unit is hours.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
weeklyOutofclassContactHours   STRING 1 to 255 Weekly Outofclass Contact Hours When/for how long does the offering meet out of class. Weekly Outofclass Contact Hours When/for how long does the offering meet out of class. Entered by Scheduler. The unit is hours.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
weeklyTotalContactHours   STRING 1 to 255 Weekly Total Contact Hours When/for how long does the offering meet in total. Weekly Total Contac Hours When/for how long does the offering meet in total. Calculated by system based as sum of In Class and Out of Class hours. The unit is hours.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
isEvaluated   BOOLEAN   Is Evaluated Is there an instructor evaluation for this activity offering. Instructor Evaluation Flag Is there an instructor evaluation for this activity offering.              
maximumEnrollment   INTEGER 1 to 10 Maximum Enrollment Total maximum number of "seats" or enrollment slots that can be filled for the offering. Maximum Enrollment Total maximum number of "seats" or enrollment slots that can be filled for the offering.       validation.validChars.positive.integer
[1-9][0-9]*
     
minimumEnrollment   INTEGER 1 to 10 Minimum Enrollment Total minimum number of seats that must be filled for the offering not to be canceled. Minimum Enrollment Total minimum number of seats that must be filled for the offering not to be canceled.       validation.validChars.positive.integer
[1-9][0-9]*
     
isMaxEnrollmentEstimate   BOOLEAN   Is Max Enrollment Estimate Is maximum enrollment estimate flag Is Maximum Enrollment Estimate Flag Is maximum enrollment estimate flag              
finalExamStartTime   DATE must be 10 Final Exam Start Time Start time of final exam Final Exam StartTime Start time of final exam              
finalExamEndTime   DATE must be 10 Final Exam End Time End time of final exam. Final Exam EndTime End time of final exam.              
finalExamSpaceCode   STRING 1 to 80 Final Exam Space Code Space code where final exam will be conducted Final Exam Space Code Space code where final exam will be conducted       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
     
activityOfferingURL   STRING 1 to 255 Activity Offering URL Gets the URL for this offering. Activity Offering URL Gets the URL for this offering.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
courseOfferingId required STRING 1 to 255 Course Offering Id Course Offering id the activity is being offered in. Course Offering Id Course Offering id the activity is being offered in.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
courseOfferingTitle required STRING 1 to 255 Course Offering Title Course Offering title the activity is being offered in. Course Offering Title Course Offering title the activity is being offered in.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
courseOfferingCode required STRING 1 to 80 Course Offering Code Course Offering code the activity is being offered in. Course Offering Code Course Offering code the activity is being offered in.       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
     
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]*$
     
instructors   Complex   Instructors Instructors for the activity. Instructors Instructors for the activity. This list should be constrained by the instructors listed on the course offering.     Repeating        
instructors.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]*$
     
instructors.personId   STRING 1 to 36 Person Id Unique identifier for a person record. Person Id Unique identifier for a person record.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
instructors.percentageEffort   INTEGER 1 to 10 Percentage Effort Percentage involvement of the instructor in the activity. Percentage Effort Percentage involvement of the instructor in the activity.       validation.numericPattern
^[0-9]*$
     
instructors.personName   STRING 1 to 255 Person Name Name of the instructor. Person Name Name of the instructor.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
instructors.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.\-]*$
     
instructors.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.\-]*$
     
instructors.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]*$
     
instructors.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              
instructors.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]*$
     
instructors.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              
instructors.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]*$
     
instructors.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.              
instructors.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]*$
     
instructors.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              
instructors.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]*$
     
instructors.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              
instructors.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]*$