home

LPRTransactionItemInfo

Name LPRTransactionItemInfo
Usage LuiPersonRelationService
LPRTransactionInfo
Type Complex

Description

A transaction item represents a request for creating a new relation of a
person (student) to a LUI. The transaction item also handle removing,
updating, swapping out an old LUI for a new LUI for a person.

Structure Definition

ShortName Name Type Description Required? Read only? Cardinality XML Attribute? Implementation Notes
personId Person Id String The person id for the relation request.     One No  
newLuiId New Lui Id String The LUI id for a new relation request.     One No  
existingLuiId Existing Lui Id String The existing LUI id for an existing relation remove or change requests.     One No  
resultOptions Result Options org.kuali.student.lum.lu.dto.ResultOptionInfoList Specify the grading and credit options for the course.     Many No  
requestOptions Request Options RequestOptionInfoList Specify the various request (or registration ) options for creating this
relationship.
    Many No  
lprTransactionItemResult Lpr Transaction Item Result LprTransactionItemResultInfo Returns the transaction item result for this transaction item.     One No  
name Name String A display name for this entity.     One No  
descr Description RichTextInfo A description of the entity.     One No  
typeKey Type Key String The possible types of the LPR transaction item e.g. ADD, UPDATE, DROP, SWAP Required Read only on updates One Yes  
stateKey State Key String The possible states of the LPR transaction item e.g. DRAFT, SUBMITTED, FAILED etc Required   One Yes  
meta Create/Update meta info MetaInfo 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.
Required on updates Read only One No  
attributes Dynamic Attributes AttributeInfoList List of dynamic attributes, each holding a key-value pair that
can be configured to hold additional information for an
implementing institution.

Note: the key may be repeated more than once to simulate a list
of values.
    Many No