home contract doc
(!) This page was automatically generated on Thu Sep 15 06:44:54 EDT 2011

ActivityOfferingInfoUI


Name activityOfferingInfo
Label Registration Group
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) id

Field Definitions

1 discrepancie(s) were found between the dictionary definition and the java object
  1. Field finalExamSpaceCode 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
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
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:
  • An id is used when the actual value is unimportant and can therefore be a large hex value for example
  • An id value might be 23b9ca9bd203df902
  • An Id is never intended to be used directly by an end user.
  • Ids are assumed to be of different values in different KS implementations
  • Id values are generated by the service implementations
  • Id values are never expected to be used in Configuration or Application code
      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: T For example, 8:30 AM on April 15, 1996 local time would be written as: 19960415T083000 And the same time in UTC based time would be written as: 19960415T083000Z Where a value needs to specify a sequence of date and time values, then the property value is a string made up of a list of date and time values, separated by the field separator. For example: 19960101T090000Z; 19960201T090000Z; 19960301T090000Z; 19960401T090000Z; ... Time Duration The values for time duration or periods of time for all vCalendar properties are formatted as a string conformant with the ISO 8601 basic representation for duration of time. A given duration of a period of time is represented by a character string consisting of the designator "P", optionally including the number of years followed by the designator "Y", optionally including the number of months followed by the designator "M", optionally including the number of weeks followed by the designator "W", optionally including the number of days followed by the designator "D". The sequence can also contain a time component preceded by the designator "T", optionally including the number of hours followed by the designator "H", optionally including the number of minutes followed by the designator "M", optionally including the number of seconds followed by the designator "S". For example: P6W A period of six weeks; PT15M A period of 15 minutes; PT1H30M A period of 1 hour and thirty minutes; or P2Y10M15DT10H30M20S A period of 2 years, 10 months, 15 days, 10 hours, 30 minutes, and 20 seconds.       validation.validChars
[A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]*
    TextControl