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

ks-SeatPoolDefinitionInfo-dictionary.xml


Name seatPoolDefinitionInfo
Label Seat Pool Definition
JSTL Key SeatPoolDefinitionInfo
Java Class org.kuali.student.enrollment.courseoffering.dto.SeatPoolDefinitionInfo
Description Information about a single seat pool that can be associated with either a course offering or registration group. Seat pools provides a handle for statements that will be used to created enrollment restrictions based on capacity. Seat pools are ordered using rank to enable the most restrictive pools to be filled first.
Primary Key(s) id
Field to use as the title (or name) name

Field Definitions

45 discrepancie(s) were found between the dictionary definition and the java object
  1. Field capacityRestrictionRule.desc missing from the dictictionary
  2. Field capacityRestrictionRule.desc.formatted missing from the dictictionary
  3. Field capacityRestrictionRule.desc.plain missing from the dictictionary
  4. Field capacityRestrictionRule.id missing from the dictictionary
  5. Field capacityRestrictionRule.metaInfo missing from the dictictionary
  6. Field capacityRestrictionRule.metaInfo.createId missing from the dictictionary
  7. Field capacityRestrictionRule.metaInfo.createTime missing from the dictictionary
  8. Field capacityRestrictionRule.metaInfo.updateId missing from the dictictionary
  9. Field capacityRestrictionRule.metaInfo.updateTime missing from the dictictionary
  10. Field capacityRestrictionRule.metaInfo.versionInd missing from the dictictionary
  11. Field capacityRestrictionRule.name missing from the dictictionary
  12. Field capacityRestrictionRule.operator missing from the dictictionary
  13. Field capacityRestrictionRule.reqComponents missing from the dictictionary
  14. Field capacityRestrictionRule.reqComponents.desc missing from the dictictionary
  15. Field capacityRestrictionRule.reqComponents.desc.formatted missing from the dictictionary
  16. Field capacityRestrictionRule.reqComponents.desc.plain missing from the dictictionary
  17. Field capacityRestrictionRule.reqComponents.effectiveDate missing from the dictictionary
  18. Field capacityRestrictionRule.reqComponents.expirationDate missing from the dictictionary
  19. Field capacityRestrictionRule.reqComponents.id missing from the dictictionary
  20. Field capacityRestrictionRule.reqComponents.metaInfo missing from the dictictionary
  21. Field capacityRestrictionRule.reqComponents.metaInfo.createId missing from the dictictionary
  22. Field capacityRestrictionRule.reqComponents.metaInfo.createTime missing from the dictictionary
  23. Field capacityRestrictionRule.reqComponents.metaInfo.updateId missing from the dictictionary
  24. Field capacityRestrictionRule.reqComponents.metaInfo.updateTime missing from the dictictionary
  25. Field capacityRestrictionRule.reqComponents.metaInfo.versionInd missing from the dictictionary
  26. Field capacityRestrictionRule.reqComponents.naturalLanguageTranslation missing from the dictictionary
  27. Field capacityRestrictionRule.reqComponents.reqCompFields missing from the dictictionary
  28. Field capacityRestrictionRule.reqComponents.reqCompFields.id missing from the dictictionary
  29. Field capacityRestrictionRule.reqComponents.reqCompFields.type missing from the dictictionary
  30. Field capacityRestrictionRule.reqComponents.reqCompFields.value missing from the dictictionary
  31. Field capacityRestrictionRule.reqComponents.state missing from the dictictionary
  32. Field capacityRestrictionRule.reqComponents.type missing from the dictictionary
  33. Field capacityRestrictionRule.state missing from the dictictionary
  34. Field capacityRestrictionRule.statements missing from the dictictionary
  35. Field capacityRestrictionRule.statements.desc missing from the dictictionary
  36. Field capacityRestrictionRule.statements.id missing from the dictictionary
  37. Field capacityRestrictionRule.statements.metaInfo missing from the dictictionary
  38. Field capacityRestrictionRule.statements.name missing from the dictictionary
  39. Field capacityRestrictionRule.statements.operator missing from the dictictionary
  40. Field capacityRestrictionRule.statements.reqComponents missing from the dictictionary
  41. Field capacityRestrictionRule.statements.state missing from the dictictionary
  42. Field capacityRestrictionRule.statements.statements missing from the dictictionary
  43. Field capacityRestrictionRule.statements.type missing from the dictictionary
  44. Field capacityRestrictionRule.type missing from the dictictionary
  45. Field registrationGroupIds 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
courseOfferingId   STRING 1 to 255 Course Offering Id Course offering Id to which the seat pool is linked to. Course Offering Id Course offering Id to which the seat pool is linked to. Course Offering Id should be set only if the seat pool applies across all the registration group in the course offering.     ???? validation.validChars
[A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]*
    TextControl
maximumSeatCount   INTEGER 1 to 10 Maximum Seat Count Count Maximum seats available through this seat pool. Maximum Seat Count Maximum seats available through this seat pool.     ???? validation.validChars.positive.integer
[1-9][0-9]*
    TextControl
processingPriority   INTEGER 1 to 10 Processing Priority Indicates the order in which this seat pool will be processed during registration. Processing Priority Indicates the order in which this seat pool will be processed during registration. During registration students should be assigned to a seat pool with the lowest possible rank to which he or she meets the restriction requirements.     ???? validation.validChars.positive.integer
[1-9][0-9]*
    TextControl
capacityRestrictionRule   COMPLEX   Capacity Restriction Rule Statement that defines the capacity restriction that apply to this seat pool Capacity Restriction Rule Statement that defines the capacity restriction that apply to this seat pool     ????       TextControl
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
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
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
name   STRING 1 to 255 Name A display name for this entity. Name A display name for this entity.     ???? validation.validChars
[A-Za-z0-9.,><_\\/\-\?\+=()\[\];:'"&%$#@!\t ]*
    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