Table Description
AdminLegalAction: A type of Legal Action which can be used for judicial proceeding brought by one party against another; one party prosecutes another for a wrong done or for protection of a right or for prevention of a wrong.

Captures Legal Action details which can be used for judicial proceeding brought by one party against another.

Example

Detention Order Legal action is configured and can be used by the case worker to create this legal action type for a case participant at the case level

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Appeals::Legal Action::Administration::Entity::AdminLegalAction
Controlling File: Appeal\model\Packages\LegalAction\Administration\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (13)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
legalActionIDkeynoUnique generated IDINTERNAL_ID SVR_INT64
legalActionNameCodedetails Name of a legal action which is derived from the Code tableLEGAL_ACTION_NAME_CODELegalActionNameCodeSVR_STRING<10>
creationDatedetails System driven creation date of the legal actionCURAM_DATE SVR_DATE
startDatedetails Effective date of legal action used at case level to create the legal action for a case participantCURAM_DATE SVR_DATE
endDatedetails End date of legal actionCURAM_DATE SVR_DATE
multipleParticipantsInddetails Indicator to indicate whether multiple participant or single participant can be associated to legal actionBOOLEAN_TYPE SVR_BOOLEAN
startedEventdetails Event name used to trigger the event when legal action is created from the case levelPDT_EVENT_CLASS_AND_TYPE SVR_STRING<200>
completedEventdetails Event name used to trigger the event when legal action is completed from the case levelPDT_EVENT_CLASS_AND_TYPE SVR_STRING<200>
commentsdetails Free text to enter legal action commentsLEGAL_ACTION_NARRATIVE_TEXT SVR_STRING<30720>
homePagedetails Legal action home page name which is configurable for each legal action type.LEGAL_ACTION_PAGE_NAME SVR_STRING<200>
createPagedetails Legal action create page name which is configurable for each legal action type.LEGAL_ACTION_PAGE_NAME SVR_STRING<200>
modifyPagedetails Legal action modify page name which is configurable for each legal action type.LEGAL_ACTION_PAGE_NAME SVR_STRING<200>
recordStatusCodedetails Code value to denote the Admin Legal Action like Active, CanceledRECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
AdminLegalActionLink.legalActionIDAdminLegalAction.legalActionID
Operations (10)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: legalActionID
AUTO_ID_KEY: LGLACTN
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
readmultinkreadmulti   
searchLegalActionsByLegalCategoryIDnsmulti Returns the list of all the legal actions associated to a legal categorySQL
searchExistingLegalActionByCategoryIDnsmulti Returns the list of all existing legal actions for a legal category except legal actions those already associated with legal category.SQL
readLegalActionIDByNamens Returns the Legal Action ID for a Legal Action nameSQL
readNameByLegalActionIDns Returns the Legal Action Name for a Legal Action IDSQL
insertAdminLegalActioninsert This method expects legalActionID to be set by the caller, if not set it delegates the call to insert() which is modeled to auto generate primary key field ( legalActionID). It's preferred to call insertAdminLegalAction only in scenario's where caller wants to set the value of primary key by itself.  
Related Pages (47)
Delete Legal Action (AdminLegalAction_cancelLegalAction)
Add Existing Legal Action For Category (AdminLegalAction_createExistingLegalAction)
New Legal Action (AdminLegalAction_createLegalAction)
New Legal Action For Category (AdminLegalAction_createLegalActionForCategory)
Legal Action List (AdminLegalAction_legalActionHome)
Legal Actions (AdminLegalAction_listLegalAction)
Legal Actions (AdminLegalAction_listLegalActionPopup)
Edit Legal Action (AdminLegalAction_modifyLegalAction)
View Legal Action (AdminLegalAction_viewLegalAction)
View Legal Category (AdminLegalAction_viewLegalCategory)
Add Legal Action Participants (LegalAction_addParticipant)
Close Case (LegalAction_close)
New Decision (LegalAction_createDecision)
New Hearing (LegalAction_createHearing)
New Legal Action (LegalAction_createLegalAction)
New Legal Order (LegalAction_createOrder)
New Petition (LegalAction_createPetition)
Legal Actions (LegalAction_listHearingAssociatedLA)
Legal Action Participants (LegalAction_listHearingParticipants)
Legal Action Participants (LegalAction_listLegalParticipants)
Legal Actions (LegalAction_listOrderAssociatedLA)
Legal Action Participants (LegalAction_listOrderParticipants)
Legal Actions (LegalAction_listPetitionAssociatedLA)
Legal Action Participants (LegalAction_listPetitionParticipants)
Manage Decision (LegalAction_manageDecision)
Decisions (LegalAction_manageDecision1)
Edit Hearing (LegalAction_modifyHearing)
Edit Legal Order (LegalAction_modifyOrder)
Edit Participant Legal Status (LegalAction_modifyParticipantStatus)
Edit Petition (LegalAction_modifyPetition)
View Participant Legal Status (LegalAction_readParticipantStatus)
Schedule Hearing (LegalAction_scheduleHearing)
New Legal Action (LegalAction_selectLegalAction)
View Hearing (LegalAction_viewHearing)
LegalAction_viewHearingTabDetails
View Legal Action (LegalAction_viewLegalAction)
LegalAction_viewOrder
View Legal Action (LegalAction_viewOrderConditions)
View Requirements and Conditions (LegalAction_viewOrderRequirements)
LegalAction_viewPetition
Legal Status (LegalStatus_listLegalStatusForCase)
Legal Status (LegalStatus_listLSForCaseMember)
Modify Legal Status (LegalStatus_modifyFromCase)
Modify Legal Status (LegalStatus_modifyFromCase1)
Legal Status (LegalStatus_modifyLSForCaseMember)
LegalStatus_viewFromCase
Legal Status (LegalStatus_viewLSForCaseMember)