home
(!) This page was automatically generated on Thu Aug 25 06:59:08 EDT 2011 and is a formatted view of this file out on subversion.

ks-ActivityOfferingInfo-dictionary.xml


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 Definitions

16 discrepancie(s) were found between the dictionary definition and the java object
  1. Field gradingOptions missing from the dictictionary
  2. Field instructors missing from the dictictionary
  3. Field instructors.id missing from the dictictionary
  4. Field instructors.meta missing from the dictictionary
  5. Field instructors.meta.createId missing from the dictictionary
  6. Field instructors.meta.createTime missing from the dictictionary
  7. Field instructors.meta.updateId missing from the dictictionary
  8. Field instructors.meta.updateTime missing from the dictictionary
  9. Field instructors.meta.versionInd missing from the dictictionary
  10. Field instructors.orgId missing from the dictictionary
  11. Field instructors.percentageEffort missing from the dictictionary
  12. Field instructors.personId missing from the dictictionary
  13. Field instructors.personInfoOverride missing from the dictictionary
  14. Field meetingSchedules missing from the dictictionary
  15. Field meetingSchedules.spaceId missing from the dictictionary
  16. Field meetingSchedules.timePeriods missing from the dictictionary
Field Required? DataType Length Short Label Summary Label Description Read Only, Dynamic, or Hidden Default Repeats?
WIP
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:
  • 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   COMPLEX   Description Rich Text and Plain Descriptions Description of the object Description can be captured in either plain or formatted (rich text) formats     ????       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   COMPLEX   Meta Create and last update info for the structure. Create/Update 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.     ????       TextControl
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