Table Description
AdminLegalActionLink: Maintain the link between AdminLegalAction and AdminLegalActionCategory

Maintains an association between the AdminLegalAction and AdminLegalActionCategory.

Example

Detention order, Reparation Order, Commitment Order are associated with the Order Category.

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::AdminLegalActionLink
Controlling File: Appeal\model\Packages\LegalAction\Administration\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
legalActionLinkIDkeynoUnique generated IdINTERNAL_ID SVR_INT64
legalActionIDdetailsnoLegal Action ID of the AdminLegalAction INTERNAL_ID SVR_INT64
legalActionCategoryIDdetailsnoLegal Category ID of the AdminLegalActionCategory INTERNAL_ID SVR_INT64
Foreign Keys (2)
ChildParent
AdminLegalActionLink.legalActionCategoryIDAdminLegalActionCategory.legalActionCategoryID
AdminLegalActionLink.legalActionIDAdminLegalAction.legalActionID
Indices (2)
Index NameAttributes
IND__1418985597legalActionCategoryID
IND__62842907legalActionID
Operations (9)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: legalActionLinkID
AUTO_ID_KEY: LGLACTN
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
removeLegalActionLinkForCategoryns Removes a association between legal action and legal categorySQL
searchLegalActionsAndCategoriesnsmulti Returns a list of all legal actions and legal categories details.SQL
searchDetailsByCategoryreadmulti Returns a Legal Action and Legal CategoryType association details by Legal Category 
searchDetailsByAdminLegalActionreadmulti Returns a Legal Action and Legal CategoryType association details by Admin legal action id. 
insertAdminLegalActionLinkinsert This method expects legalActionLinkID to be set by the caller, if not set it delegates the call to insert() which is modeled to auto generate primary key field ( legalActionLinkID ). It's preferred to call insertAdminLegalActionLink only in scenario's where caller wants to set the value of primary key by itself. 
Related Pages (12)