Name | appointmentWindowInfo |
---|---|
Label | Appointment Window |
JSTL Key | AppointmentWindowInfo |
Java Class | org.kuali.student.r2.core.appointment.dto.AppointmentWindowInfo |
Description | Information about an appointment window |
Primary Key(s) | id |
Field to use as the title (or name) | id |
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]*$ |
|||||||
startDate | DATE | must be 19 | Start Date | Window start date ("Aug 05, 2012") | Start Date | Window start date ("Aug 05, 2012") | ||||||||
endDate | DATE | must be 19 | End Date | Window end date ("Aug 07, 2012"). | End Date | Window end date ("Aug 07, 2012"). Window end date does not constrain a slot duration. It is to ensure that the slot start time is not after the window end date. | ||||||||
periodMilestoneId | STRING | 1 to 255 | Period Milestone Id | Appointment period milestone | Period Milestone Id | Appointment period milestone |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
assignedPopulationId | STRING | 1 to 255 | Assigned Population Id | The Population Id to which the appointment window is assigned. | Assigned Population Id | The Population Id to which the appointment window is assigned. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
assignedOrderTypeKey | STRING | 1 to 255 | Assigned Order Type Key | Ordering for appointment slots assignment ("random"/"last name"/"GPA") | Assigned Order Type Key | Ordering for appointment slots assignment ("random"/"last name"/"GPA") |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
maxAppointmentsPerSlot | INTEGER | 1 to 10 | Max Appointments Per Slot | Maximum number of persons that can be assigned to an appointment slot | Max Appointments Per Slot | Maximum number of persons that can be assigned to an appointment slot |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
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]*$ |
|||||||
slotRule.startTimeOfDay.milliSeconds | LONG | 1 to 10 | Milli Seconds | Offset from midnight in milliseconds, representing the time portion of a day | Milli Seconds | Offset from midnight in milliseconds, representing the time portion of a day |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
slotRule.endTimeOfDay.milliSeconds | LONG | 1 to 10 | Milli Seconds | Offset from midnight in milliseconds, representing the time portion of a day | Milli Seconds | Offset from midnight in milliseconds, representing the time portion of a day |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
slotRule.slotStartInterval.atpDurationTypeKey | STRING | 1 to 255 | Atp Duration Type Key | The kind of units associated with the quantity, such as Semesters. | Academic Time Period Duration Type Key | The kind of units associated with the quantity, such as Semesters. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
slotRule.slotStartInterval.timeQuantity | INTEGER | 1 to 10 | Time Quantity | The amount of time. | Time Quantity | The amount of time. |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
slotRule.slotDuration.atpDurationTypeKey | STRING | 1 to 255 | Atp Duration Type Key | The kind of units associated with the quantity, such as Semesters. | Academic Time Period Duration Type Key | The kind of units associated with the quantity, such as Semesters. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
slotRule.slotDuration.timeQuantity | INTEGER | 1 to 10 | Time Quantity | The amount of time. | Time Quantity | The amount of time. |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
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]*$ |
|||||||
slotRule | Complex | Slot Rule | Slot rules for appointment slot generation | Slot Rules | Slot rules for appointment slot generation | |||||||||
slotRule.startTimeOfDay.milliSeconds | LONG | 1 to 10 | Milli Seconds | Offset from midnight in milliseconds, representing the time portion of a day | Milli Seconds | Offset from midnight in milliseconds, representing the time portion of a day |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
slotRule.endTimeOfDay.milliSeconds | LONG | 1 to 10 | Milli Seconds | Offset from midnight in milliseconds, representing the time portion of a day | Milli Seconds | Offset from midnight in milliseconds, representing the time portion of a day |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
slotRule.slotStartInterval.atpDurationTypeKey | STRING | 1 to 255 | Atp Duration Type Key | The kind of units associated with the quantity, such as Semesters. | Academic Time Period Duration Type Key | The kind of units associated with the quantity, such as Semesters. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
slotRule.slotStartInterval.timeQuantity | INTEGER | 1 to 10 | Time Quantity | The amount of time. | Time Quantity | The amount of time. |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
slotRule.slotDuration.atpDurationTypeKey | STRING | 1 to 255 | Atp Duration Type Key | The kind of units associated with the quantity, such as Semesters. | Academic Time Period Duration Type Key | The kind of units associated with the quantity, such as Semesters. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
slotRule.slotDuration.timeQuantity | INTEGER | 1 to 10 | Time Quantity | The amount of time. | Time Quantity | The amount of time. |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
slotRule.startTimeOfDay | Complex | Start Time Of Day | Window start time ("9am") | Start Time Of Day | Window start time ("9am") | |||||||||
slotRule.startTimeOfDay.milliSeconds | LONG | 1 to 10 | Milli Seconds | Offset from midnight in milliseconds, representing the time portion of a day | Milli Seconds | Offset from midnight in milliseconds, representing the time portion of a day |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
slotRule.endTimeOfDay | Complex | End Time Of Day | Window end time ("5pm") | End Time Of Day | Window end time ("5pm") | |||||||||
slotRule.endTimeOfDay.milliSeconds | LONG | 1 to 10 | Milli Seconds | Offset from midnight in milliseconds, representing the time portion of a day | Milli Seconds | Offset from midnight in milliseconds, representing the time portion of a day |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
slotRule.slotStartInterval | Complex | Slot Start Interval | Interval between start times of two consecutive appointment slots ("30 mins") | Slot Start Interval | Interval between start times of two consecutive appointment slots ("30 mins") | |||||||||
slotRule.slotStartInterval.atpDurationTypeKey | STRING | 1 to 255 | Atp Duration Type Key | The kind of units associated with the quantity, such as Semesters. | Academic Time Period Duration Type Key | The kind of units associated with the quantity, such as Semesters. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
slotRule.slotStartInterval.timeQuantity | INTEGER | 1 to 10 | Time Quantity | The amount of time. | Time Quantity | The amount of time. |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
slotRule.slotDuration | Complex | Slot Duration | Duration of the appointment slot ("20 mins") - advertised duration of the slot. | Slot Duration | Duration of the appointment slot ("20 mins") - advertised duration of the slot. The slot duration is not constrained by the window end date/time | |||||||||
slotRule.slotDuration.atpDurationTypeKey | STRING | 1 to 255 | Atp Duration Type Key | The kind of units associated with the quantity, such as Semesters. | Academic Time Period Duration Type Key | The kind of units associated with the quantity, such as Semesters. |
validation.anyCharacterPattern ^[\x21-\x7E\t\v\040\f\r\n]*$ |
|||||||
slotRule.slotDuration.timeQuantity | INTEGER | 1 to 10 | Time Quantity | The amount of time. | Time Quantity | The amount of time. |
validation.validChars.positive.integer [1-9][0-9]* |
|||||||
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]*$ |