Table Description
ApplicationCategoryLink: Online applications are grouped into categories. This entity is used to define the category within which an online application is available, e.g. the TANF application is available in the Health & Human Services 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::WorkspaceServices::Entity::Configuration::ApplicationCategoryLink::ApplicationCategoryLink
Controlling File: WorkspaceServices\model\Packages\Entity\ApplicationCategoryLink\ApplicationCategoryLink_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
applicationCategoryLinkIDkeynoUnique identifier for this record.INTERNAL_ID SVR_INT64
applicationCategoryIDdetailsnoReference to the category.INTERNAL_ID SVR_INT64
intakeApplicationTypeIDdetailsnoReference to the online application.INTERNAL_ID SVR_INT64
recordStatusdetails The status of the record, Active or Cancelled.RECORD_STATUSRecordStatusSVR_STRING<10>
displayOrderdetails Defines the order in which the online applications are displayed for the category. A value of 1 means the online application is displayed first, the online application with value 2 is displayed immediately below the first and so forth.DISPLAY_ORDER SVR_INT32
Foreign Keys (2)
ChildParent
ApplicationCategoryLink.applicationCategoryIDApplicationCategory.applicationCategoryID
ApplicationCategoryLink.intakeApplicationTypeIDIntakeApplicationType.intakeApplicationTypeID
Indices (2)
Index NameAttributes
IND_73017970applicationCategoryID
IND__1484687966intakeApplicationTypeID
Operations (7)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: applicationCategoryLinkID
AUTO_ID_KEY: INTAKERAKS
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByCategoryAndStatusreadmultiORDER_BY: displayOrder
Searches for category link records based on intake application type and record status. 
readByApplicationTypeCategoryAndStatusnsread Reads the link record based on Intake Application Type, Application Category and record status. 
searchByApplicationTypeAndStatusreadmulti Search by Intake Application Type and Record Status. 
insertApplicationCategoryLinknsinsert Inserts record to ApplicationCategoryLink entity. This method expects ApplicationCategoryLink ID to be set by the caller, if not set it delegates the call to insert() which is modeled to auto generate primary key field ApplicationCategoryLink ID). It's preferred to call insertApplicationCategoryLink only in scenario's where caller wants to set the value of primary key ApplicationCategoryLink ID) by itself. 
Related Pages (17)