LuiInfo


Name luiInfo
Label Lui
JSTL Key LuiInfo
Java Class org.kuali.student.enrollment.lui.dto.LuiInfo
Description Detailed information about a single LUI.
Primary Key(s) id
Field to use as the title (or name) name

Field Definitions

5 discrepancie(s) were found between the dictionary definition and the java object
  1. Field officialIdentifier.state missing from the dictictionary
  2. Field officialIdentifier.type missing from the dictictionary
  3. Field state missing from the dictictionary
  4. Field type missing from the dictictionary
  5. Field officialIdentifier.meta 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
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.\-]*$
     
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]*$
     
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              
cluId required STRING 1 to 36 Clu Id The unique identifier for the Canonical Learning Unit (CLU) of which this is an instance. Clu Id The unique identifier for the Canonical Learning Unit (CLU) of which this is an instance.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
atpId required STRING 1 to 36 Atp Id The unique identifier for the Academic Time Period (ATP) for which this instance is offered. Atp Id The unique identifier for the Academic Time Period (ATP) for which this instance is offered.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
scheduleId   STRING 1 to 255 Schedule Id The Schedule Id. Schedule Id The Schedule Id.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
maximumEnrollment   INTEGER 1 to 10 Maximum Enrollment The total maximum number of "seats" or enrollment slots that can be filled for the lui. Maximum Enrollment The total maximum number of "seats" or enrollment slots that can be filled for the lui.       validation.validChars.positive.integer
[1-9][0-9]*
     
minimumEnrollment   INTEGER 1 to 10 Minimum Enrollment Total minimum number of seats that must be filled for the lui. Minimum Enrollment Total minimum number of seats that must be filled for the lui.       validation.validChars.positive.integer
[1-9][0-9]*
     
referenceURL   STRING 1 to 255 Reference URL The reference URL for this LUI. referenceURL The reference URL for this LUI.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
descr.plain   STRING 1 to 999 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]*$
     
descr.formatted   STRING 1 to 999 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]*$
     
officialIdentifier.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]*$
     
officialIdentifier.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.\-]*$
     
officialIdentifier.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.\-]*$
     
officialIdentifier.code   STRING 1 to 80 Code The composite string that is used to officially reference or publish the LUI. Code The composite string that is used to officially reference or publish the LUI. Note it may have an internal structure that each Institution may want to enforce. This structure may be composed from the other parts of the structure such as Level amp; Division, but may include items such as luiType.       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
     
officialIdentifier.shortName   STRING 1 to 255 Short Name Abbreviated name of the LUI, commonly used on transcripts. Short Name Abbreviated name of the LUI, commonly used on transcripts.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
officialIdentifier.longName   STRING 1 to 255 Long Name The Long Name of the LUI. Long Name The Long Name of the LUI.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
officialIdentifier.division   STRING 1 to 255 Division A code that indicates what school, program, major, subject area, etc. Division A code that indicates what school, program, major, subject area, etc. Examples: "Chem", "18".       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
officialIdentifier.suffixCode   STRING 1 to 80 Suffix Code ??? Suffix Code ???       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
     
officialIdentifier.variation   STRING 1 to 255 Variation A number that indicates the sequence or order of versions in cases where several different Clus have the same offical Identifier. Variation A number that indicates the sequence or order of versions in cases where several different Clus have the same offical Identifier.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
officialIdentifier.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]*$
     
officialIdentifier.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              
officialIdentifier.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]*$
     
officialIdentifier.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              
officialIdentifier.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]*$
     
descr   Complex   Descr A description of the entity. Description A description of the entity.              
descr.plain   STRING 1 to 999 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]*$
     
descr.formatted   STRING 1 to 999 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]*$
     
officialIdentifier   Complex   Official Identifier The LUI identifier. Official Identifier The LUI identifier.              
officialIdentifier.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]*$
     
officialIdentifier.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.\-]*$
     
officialIdentifier.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.\-]*$
     
officialIdentifier.code   STRING 1 to 80 Code The composite string that is used to officially reference or publish the LUI. Code The composite string that is used to officially reference or publish the LUI. Note it may have an internal structure that each Institution may want to enforce. This structure may be composed from the other parts of the structure such as Level amp; Division, but may include items such as luiType.       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
     
officialIdentifier.shortName   STRING 1 to 255 Short Name Abbreviated name of the LUI, commonly used on transcripts. Short Name Abbreviated name of the LUI, commonly used on transcripts.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
officialIdentifier.longName   STRING 1 to 255 Long Name The Long Name of the LUI. Long Name The Long Name of the LUI.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
officialIdentifier.division   STRING 1 to 255 Division A code that indicates what school, program, major, subject area, etc. Division A code that indicates what school, program, major, subject area, etc. Examples: "Chem", "18".       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
officialIdentifier.suffixCode   STRING 1 to 80 Suffix Code ??? Suffix Code ???       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
     
officialIdentifier.variation   STRING 1 to 255 Variation A number that indicates the sequence or order of versions in cases where several different Clus have the same offical Identifier. Variation A number that indicates the sequence or order of versions in cases where several different Clus have the same offical Identifier.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
officialIdentifier.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]*$
     
officialIdentifier.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              
officialIdentifier.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]*$
     
officialIdentifier.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              
officialIdentifier.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]*$
     
officialIdentifier.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.              
officialIdentifier.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]*$
     
officialIdentifier.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              
officialIdentifier.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]*$
     
officialIdentifier.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              
officialIdentifier.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]*$
     
alternateIdentifiers   Complex   Alternate Identifiers The alternate LUI identifiers. Alternate Identifiers The alternate LUI identifiers.     Repeating        
alternateIdentifiers.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]*$
     
alternateIdentifiers.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.\-]*$
     
alternateIdentifiers.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.\-]*$
     
alternateIdentifiers.code   STRING 1 to 80 Code The composite string that is used to officially reference or publish the LUI. Code The composite string that is used to officially reference or publish the LUI. Note it may have an internal structure that each Institution may want to enforce. This structure may be composed from the other parts of the structure such as Level amp; Division, but may include items such as luiType.       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
     
alternateIdentifiers.shortName   STRING 1 to 255 Short Name Abbreviated name of the LUI, commonly used on transcripts. Short Name Abbreviated name of the LUI, commonly used on transcripts.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
alternateIdentifiers.longName   STRING 1 to 255 Long Name The Long Name of the LUI. Long Name The Long Name of the LUI.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
alternateIdentifiers.division   STRING 1 to 255 Division A code that indicates what school, program, major, subject area, etc. Division A code that indicates what school, program, major, subject area, etc. Examples: "Chem", "18".       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
alternateIdentifiers.suffixCode   STRING 1 to 80 Suffix Code ??? Suffix Code ???       validation.alphanumericPattern
^[A-Za-z0-9.\-]*$
     
alternateIdentifiers.variation   STRING 1 to 255 Variation A number that indicates the sequence or order of versions in cases where several different Clus have the same offical Identifier. Variation A number that indicates the sequence or order of versions in cases where several different Clus have the same offical Identifier.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
alternateIdentifiers.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]*$
     
alternateIdentifiers.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              
alternateIdentifiers.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]*$
     
alternateIdentifiers.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              
alternateIdentifiers.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]*$
     
alternateIdentifiers.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.              
alternateIdentifiers.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]*$
     
alternateIdentifiers.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              
alternateIdentifiers.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]*$
     
alternateIdentifiers.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              
alternateIdentifiers.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]*$
     
luiCodes   Complex   Lui Codes List of LU code info structures. codes List of LU code info structures. These are structures so that many different types of codes can be associated with the clu. This allows them to be put into categories.     Repeating        
luiCodes.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]*$
     
luiCodes.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.\-]*$
     
luiCodes.value   STRING 1 to 255 Value The Lu code's value Value The Lu code's value       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
luiCodes.descr.plain   STRING 1 to 999 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]*$
     
luiCodes.descr.formatted   STRING 1 to 999 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]*$
     
luiCodes.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]*$
     
luiCodes.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              
luiCodes.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]*$
     
luiCodes.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              
luiCodes.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]*$
     
luiCodes.descr   Complex   Descr An optional description describing the code's value Description An optional description describing the code's value              
luiCodes.descr.plain   STRING 1 to 999 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]*$
     
luiCodes.descr.formatted   STRING 1 to 999 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]*$
     
luiCodes.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.              
luiCodes.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]*$
     
luiCodes.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              
luiCodes.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]*$
     
luiCodes.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              
luiCodes.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]*$