Name | activityRegistrationInfo |
---|---|
Label | Activity Registration |
JSTL Key | ActivityRegistrationInfo |
Java Class | org.kuali.student.enrollment.courseregistration.dto.ActivityRegistrationInfo |
Description | An ActivityRegistration represents the activities in the course the student has registered for. For a given course there will be multiple activity offerings. For each course registration there will be at least one activity registration. |
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.\-]*$ |
||||||
studentId | STRING | 1 to 255 | Student Id | Student id for this Activity Registration. | Student Id | Student id for this Activity Registration. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
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 | ||||||||
activityOffering.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]*$ |
|||||||
activityOffering.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.\-]*$ |
||||||
activityOffering.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.\-]*$ |
||||||
activityOffering.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]*$ |
|||||||
activityOffering.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]*$ |
||||||
activityOffering.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]*$ |
||||||
activityOffering.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]*$ |
||||||
activityOffering.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.\-]*$ |
|||||||
activityOffering.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]*$ |
|||||||
activityOffering.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. | ||||||||
activityOffering.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]*$ |
|||||||
activityOffering.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]*$ |
|||||||
activityOffering.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]*$ |
|||||||
activityOffering.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]* |
|||||||
activityOffering.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]* |
|||||||
activityOffering.finalExamStartTime | DATE | must be 10 | Final Exam Start Time | Start time of final exam | Final Exam StartTime | Start time of final exam | ||||||||
activityOffering.finalExamEndTime | DATE | must be 10 | Final Exam End Time | End time of final exam. | Final Exam EndTime | End time of final exam. | ||||||||
activityOffering.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.\-]*$ |
|||||||
activityOffering.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.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
activityOffering.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.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
activityOffering.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]*$ |
|||||||
activityOffering.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 | ||||||||
activityOffering.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]*$ |
|||||||
activityOffering.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 | ||||||||
activityOffering.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.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]*$ |
|||||||
activityOffering | Complex | Activity Offering | Returns the activity offering id for the activity registration. | Activity Offering | Returns the activity offering id for the activity registration. | |||||||||
activityOffering.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]*$ |
|||||||
activityOffering.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.\-]*$ |
||||||
activityOffering.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.\-]*$ |
||||||
activityOffering.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]*$ |
|||||||
activityOffering.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]*$ |
||||||
activityOffering.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]*$ |
||||||
activityOffering.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]*$ |
||||||
activityOffering.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.\-]*$ |
|||||||
activityOffering.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]*$ |
|||||||
activityOffering.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. | ||||||||
activityOffering.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]*$ |
|||||||
activityOffering.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]*$ |
|||||||
activityOffering.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]*$ |
|||||||
activityOffering.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]* |
|||||||
activityOffering.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]* |
|||||||
activityOffering.finalExamStartTime | DATE | must be 10 | Final Exam Start Time | Start time of final exam | Final Exam StartTime | Start time of final exam | ||||||||
activityOffering.finalExamEndTime | DATE | must be 10 | Final Exam End Time | End time of final exam. | Final Exam EndTime | End time of final exam. | ||||||||
activityOffering.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.\-]*$ |
|||||||
activityOffering.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.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
activityOffering.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.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
activityOffering.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]*$ |
|||||||
activityOffering.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 | ||||||||
activityOffering.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]*$ |
|||||||
activityOffering.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 | ||||||||
activityOffering.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]*$ |
|||||||
activityOffering.descr | Complex | Descr | A description of the entity. | Description | A description of the entity. | |||||||||
activityOffering.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.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
activityOffering.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.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
activityOffering.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. | |||||||||
activityOffering.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]*$ |
|||||||
activityOffering.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 | ||||||||
activityOffering.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]*$ |
|||||||
activityOffering.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 | ||||||||
activityOffering.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]*$ |
|||||||
activityOffering.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 | ||||||||
activityOffering.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]*$ |
|||||||
activityOffering.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]*$ |
|||||||
activityOffering.instructors.percentageEffort | FLOAT | 1 to 10 | Percentage Effort | Percentage involvement of the instructor in the activity. | Percentage Effort | Percentage involvement of the instructor in the activity. |
validation.validChars.numeric ^[-]?([1-9]{1}[0-9]{0,}(\.[0-9]{0,2})?|0(\.[0-9]{0,2})?|\.[0-9]{1,2})$ |
|||||||
activityOffering.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.\-]*$ |
||||||
activityOffering.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.\-]*$ |
||||||
activityOffering.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]*$ |
|||||||
activityOffering.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 | ||||||||
activityOffering.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]*$ |
|||||||
activityOffering.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 | ||||||||
activityOffering.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]*$ |
|||||||
activityOffering.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. | |||||||||
activityOffering.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]*$ |
|||||||
activityOffering.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 | ||||||||
activityOffering.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]*$ |
|||||||
activityOffering.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 | ||||||||
activityOffering.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]*$ |
|||||||
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]*$ |