Name | activityOfferingInfo |
---|---|
Label | Activity Offering |
JSTL Key | ActivityOfferingInfo |
Java Class | org.kuali.student.enrollment.courseoffering.dto.ActivityOfferingInfo |
Description | This is a description of what this class does - Kamal don't for to fill this in. |
Primary Key(s) | id |
Field to use as the title (or name) | null |
Field | Required? | DataType | Length | Short Label | Summary | Label | Description | Read Only, Dynamic, or Hidden | Default | Repeats? | Valid Characters | Lookup | Cross Field | Default Control |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
activityId | 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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
TextControl | ||||||
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.validChars.alphanumericHyphenPeriod [A-Za-z0-9.\-]* |
TextControl | ||||||
termKey | STRING | 1 to 80 | Term Key | Academic term the activity is being offered in. | Term Key | Academic term the activity is being offered in. Should be same as CourseOffering unless changed, then must be nested term of courseOffering |
validation.validChars.alphanumericHyphenPeriod [A-Za-z0-9.\-]* |
TextControl | ||||||
isHonorsOffering | BOOLEAN | Is Honors Offering | Indicates that the course is an Honors Course | Is Honors Offering | Indicates that the course is an Honors Course | CheckboxControl | ||||||||
finalExamStartTime | DATE | must be 10 | Final Exam Start Time | Start time of final exam | Final Exam StartTime | Start time of final exam | DateControl | |||||||
finalExamEndTime | DATE | must be 10 | Final Exam End Time | End time of final exam. | Final Exam EndTime | End time of final exam. | DateControl | |||||||
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.validChars.alphanumericHyphenPeriod [A-Za-z0-9.\-]* |
TextControl | ||||||
weeklyInclassContactHours | FLOAT | 1 to 10 | 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.validChars.numeric ^[-]?([1-9]{1}[0-9]{0,}(\.[0-9]{0,2})?|0(\.[0-9]{0,2})?|\.[0-9]{1,2})$ |
CurrencyControl | ||||||
weeklyOutofclassContactHours | FLOAT | 1 to 10 | 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.validChars.numeric ^[-]?([1-9]{1}[0-9]{0,}(\.[0-9]{0,2})?|0(\.[0-9]{0,2})?|\.[0-9]{1,2})$ |
CurrencyControl | ||||||
weeklyTotalContactHours | FLOAT | 1 to 10 | 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.validChars.numeric ^[-]?([1-9]{1}[0-9]{0,}(\.[0-9]{0,2})?|0(\.[0-9]{0,2})?|\.[0-9]{1,2})$ |
CurrencyControl | ||||||
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]* |
TextControl | ||||||
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]* |
TextControl | ||||||
id | STRING | 1 to 36 | Id | The system assigned unique id to identify this Activity Offering. | Unique Id |
The system assigned unique id to identify this Activity Offering.
Could be implemented as as sequence number or as a UUID.
Attempts to set this value on creates should result in a ReadOnlyException being thrown
An Id:
|
validation.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
TextControl | ||||||
typeKey | required | STRING | 1 to 80 | Type Key | Unique identifier for the type of this activity offering. | Type Key | Unique identifier for the type of this activity offering. For example: Lecture, Lab, Discussion group, etc. This is not copied from the canonical but is translated from the canonical based on the Lu type to Lui Type mapping. The initial configuration has this mapping as 1 to 1 but in the future this may not always hold true. |
validation.validChars.alphanumericHyphenPeriod [A-Za-z0-9.\-]* |
TextControl | |||||
stateKey | required | STRING | 1 to 80 | State Key | Unique identifier for the state of this course offering. | State Key | Unique identifier for the state of this course offering. i.e. draft, submitted, approved, offered, canceled, etc |
validation.validChars.alphanumericHyphenPeriod [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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t\n\r ]* |
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t\n\r ]* |
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
TextControl | ||||||
descr | Complex | Descr | A description of the Activity Offering. | Description | A description of the Activity Offering. | |||||||||
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t\n\r ]* |
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t\n\r ]* |
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
TextControl | ||||||
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
TextControl | ||||||
instructors.personId | STRING | 1 to 36 | Person Id | Unique identifier for a person record. | Person Id | Unique identifier for a person record. |
validation.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
TextControl | ||||||
instructors.percentageEffort | FLOAT | 1 to 10 | Percentage Effort | Percentage involvement of the instructor in the | Percentage Effort | Percentage involvement of the instructor in the |
validation.validChars.numeric ^[-]?([1-9]{1}[0-9]{0,}(\.[0-9]{0,2})?|0(\.[0-9]{0,2})?|\.[0-9]{1,2})$ |
CurrencyControl | ||||||
instructors.typeKey | required | STRING | 1 to 80 | Type | Type of the object | Type | Unique identifier for the type of this object. |
validation.validChars.alphanumericHyphenPeriod [A-Za-z0-9.\-]* |
TextControl | |||||
instructors.stateKey | required | STRING | 1 to 80 | State | State of the object | State | Unique identifier for the lifecycle state of this object. |
validation.validChars.alphanumericHyphenPeriod [A-Za-z0-9.\-]* |
TextControl | |||||
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
TextControl | ||||||
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 | DateControl | |||||||
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
TextControl | ||||||
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 | DateControl | |||||||
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
TextControl | ||||||
instructors.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. | |||||||||
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
TextControl | ||||||
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 | DateControl | |||||||
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
TextControl | ||||||
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 | DateControl | |||||||
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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
TextControl | ||||||
meetingSchedules | Complex | Meeting Schedules | ??? | Meeting Schedules | ??? | Repeating | ||||||||
meetingSchedules.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.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
TextControl | ||||||
meetingSchedules.spaceId | STRING | 1 to 255 | Space Id | Space code where the meeting is going to take place | Space Code | Space code where the meeting is going to take place |
validation.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
TextControl | ||||||
meetingSchedules.timePeriods | STRING | 1 to 255 | Time Periods | Date and Time The date and time values for all vCalendar properties are formatted as a string consistent with the ISO 8601 representation for combinations of dates and times. | Time |
Date and Time The date and time values for all vCalendar properties are
formatted as a string consistent with the ISO 8601 representation for
combinations of dates and times. Either the basic or extended format is
allowed. The use of UTC, rather than local time, should be used when ever
possible in order to avoid time zone ambiguities. The format for the
complete, basic representation of a date and time value is written in the
following sequence of characters:
|
validation.validChars [A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]* |
TextControl |