ExemptionRequestInfo


Name exemptionRequestInfo
Label Exemption Request
JSTL Key ExemptionRequestInfo
Java Class org.kuali.student.r2.core.exemption.dto.ExemptionRequestInfo
Description Information about an ExemptionRequest. The qualifier, if it exists, qualifies the restriction exemption to a scope, such as for a particular Program. There can only be one override structure per exemption request. The override structure available in this ExmeptionRequest is constrained by the ExemptionRequest Type. What about populations such as all athletes, or some other group of people?
Primary Key(s) id
Field to use as the title (or name) name

Field Definitions

2 discrepancie(s) were found between the dictionary definition and the java object
  1. Field state missing from the dictictionary
  2. Field type 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]*$
     
processKey required STRING 1 to 255 Process Key The key of a Process that indicates to what Process in the the exemption is requested, if any. Process Key The key of a Process that indicates to what Process in the the exemption is requested, if any.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
checkId   STRING 1 to 255 Check Key The Id of a Check that indicates to what Check in the Process the exemption is requested, if any. Check Id The Id of a Check that indicates to what Check in the Process the exemption is requested, if any.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
personId required STRING 1 to 36 Person Id The Id of the Person for whom the request is requested Person Id The Id of the Person for whom the request is requested       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
requesterId required STRING 1 to 255 Requester Id The Id of the Person making the request. Requester Id The Id of the Person making the request. This may or may not be the person for who       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
requestDate required DATE must be 10 Request Date The date of this exemption request. Request Date The date of this exemption request.              
approvedByPersonId   STRING 1 to 36 Approved By Person Id The Id of the Person who approved this request. Approved By Person Id The Id of the Person who approved this request.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
approvedDate   DATE must be 10 Approved Date The date this request was approved. Approved Date The date this request was approved.              
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]*$
     
dateOverride.milestoneId   STRING 1 to 255 Milestone Id The key for the Milestone. Milestone id The key for the Milestone.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
dateOverride.effectiveStartDate   DATE must be 19 Effective Start Date The start date thats hould be in effect to replace the Milestone. Effective Start Date The start date thats hould be in effect to replace the Milestone.              
dateOverride.effectiveEndDate   DATE must be 19 Effective End Date The new end date that should be in effect to replace the Milestone. Effective End Date The new end date that should be in effect to replace the Milestone.              
milestoneOverride.milestoneId   STRING 1 to 255 Milestone Id The key for the overridden Milestone. Milestone type Key The key for the overridden Milestone.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
milestoneOverride.effectiveMilestoneId   STRING 1 to 255 Effective Milestone Id The new milestone that should be in effect. Effective Milestone id The new milestone that should be in effect.       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]*$
     
dateOverride   Complex   Date Override The data for a date override. Date Override The data for a date override.              
dateOverride.milestoneId   STRING 1 to 255 Milestone Id The key for the Milestone. Milestone id The key for the Milestone.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
dateOverride.effectiveStartDate   DATE must be 19 Effective Start Date The start date thats hould be in effect to replace the Milestone. Effective Start Date The start date thats hould be in effect to replace the Milestone.              
dateOverride.effectiveEndDate   DATE must be 19 Effective End Date The new end date that should be in effect to replace the Milestone. Effective End Date The new end date that should be in effect to replace the Milestone.              
milestoneOverride   Complex   Milestone Override The data for a milestone override. Milestone Override The data for a milestone override.              
milestoneOverride.milestoneId   STRING 1 to 255 Milestone Id The key for the overridden Milestone. Milestone type Key The key for the overridden Milestone.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
milestoneOverride.effectiveMilestoneId   STRING 1 to 255 Effective Milestone Id The new milestone that should be in effect. Effective Milestone id The new milestone that should be in effect.       validation.anyCharacterPattern
^[\x21-\x7E\t\v\040\f\r\n]*$
     
learningResultOverride   Complex   Learning Result Override The data for a learning result override. Learning Result Override The data for a learning result override.              
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]*$