Name | socRolloverResultInfo |
---|---|
Label | Soc Rollover Result |
JSTL Key | SocRolloverResultInfo |
Java Class | org.kuali.student.enrollment.courseofferingset.dto.SocRolloverResultInfo |
Description | Read only object that holds the results of a rollover process |
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.\-]*$ |
||||||
sourceSocId | required | STRING | 1 to 255 | Source Soc Id | The id of the source soc | Source Soc Id | The id of the source soc |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
||||||
targetSocId | required | STRING | 1 to 255 | Target Soc Id | The id of the target Soc Note: this Soc could have already existed or it may have been created based on the source soc but for the new term. | Target Soc Id | The id of the target Soc Note: this Soc could have already existed or it may have been created based on the source soc but for the new term. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
||||||
targetTermId | required | STRING | 1 to 36 | Target Term Id | Academic target term of the courses that were rolled over | Target Term Id | Academic target term of the courses that were rolled over |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
||||||
itemsProcessed | INTEGER | 1 to 10 | Items Processed | Number of items processed | Items Processed | Number of items processed |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
itemsExpected | INTEGER | 1 to 10 | Items Expected | Number of items expected to be processed | Items Expected | Number of items expected to be processed |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
courseOfferingsCreated | INTEGER | 1 to 10 | Items Created | Number of course offerings created | Course Offerings Created | Number of course offerings created |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
courseOfferingsSkipped | INTEGER | 1 to 10 | Items Skipped | Number of course offerings skipped (not rolled over) | Course Offerings Skipped | Number of course offerings skipped (not rolled over) |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
sourceTermId | STRING | 1 to 36 | Source Term Id | Get the target term Id | Source Term Id | Get the target term Id |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
message.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]*$ |
|||||||
message.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]*$ |
|||||||
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]*$ |
|||||||
message | Complex | Message | Messages describing details of the status. | Message | Messages describing details of the status. Often left null if the status is that it is complete. | |||||||||
message.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]*$ |
|||||||
message.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]*$ |
|||||||
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]*$ |