Table Description
Integrated Case Assessment Configuration: Provides the admin functionality to maintain Integrated Cases and the assessments associated with them.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::ICAssessmentConfiguration::Entity::ICAssessmentConfiguration
Controlling File: core\model\Packages\Reference Model\Service Layer\ICAssessmentConfiguration\Entity\ICAssessmentConfiguration_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
icAssessmentConfigurationIDkeynoInternal identifier associating an integrated case with an assessment.INTERNAL_ID SVR_INT64
assessmentConfigurationIDdetails Assessment configuration identifier.ASSESSMENT_CONFIGURATION_ID SVR_INT64
adminIntegratedCaseIDdetails Integrated case identifier.INTERNAL_ID SVR_INT64
startDatedetails The date from when the association between the integrated case and the assessment began.CURAM_DATE SVR_DATE
endDatedetails The date when the association between the integrated case and the assessment endedCURAM_DATE SVR_DATE
recordStatusdetails The status of the association between the integrated case and the assessment.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Indices (1)
Index NameAttributes
overlapIndexadminIntegratedCaseID, assessmentConfigurationID, recordStatus, startDate, endDate
Operations (19)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: icAssessmentConfigurationID
AUTO_ID_KEY: ADMINICBO
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Standard Operation 
removeremove Standard Operation 
readmulti  @superseded - replaced by searchICAssessmentConfigurationByAdminIntegratedCaseID 
cancelICAssessmentConfigurationnsmodify Changes the status of a record to canceled. 
validateOverlap  Validates that there is no overlap between the integrated case and any other assessment. 
validateDates  Validates the dates of the association between the assessment and the integrated case. 
countOverlapingICAssessConfigsnsPRE_DATA_ACCESS: yes
 
Counts the number of records that overlap the specified record.SQL
searchByAdminIntegratedCaseIDnsmulti Returns a list of assessment configurations, regardless of the status, associated with an integrated case configuration.SQL
readICAssessmentConfigns Read the details of the relationship between an integrated case and an assessment.SQL
searchICAssessmentConfigurationByAdminIntegratedCaseIDreadmulti   
searchIntegratedCaseTypesByAssessmentConfigurationnsmulti This method list admin integrated cases that are associated to an assessment configuration.SQL
searchDistinctAssessmentConfigByAdminIntegratedCasensmulti Returns a list of distinct active assessment configurations, associated with an AdminIntegrated case.SQL
readByAssessmentConfigurationIDAdminIntegrtaedCaseIDAndStatusnsmulti Read the all the ICAssessmentConfigurationDtls by assessmentConfigurationId,adminIntegratedCaseID and recordStatus.SQL
searchByAssessmentConfigurationIDreadmulti Returns list of integrated case assessment configuration records by a assessment configuration ID. 
insertICAssessmentConfigurationinsertPRE_DATA_ACCESS: yes
<p class="MsoNormal"> <span style="COLOR: #002060">Inserts IC assessment configuration record. This method expects the icAssessmentConfigurationID to be set. It is preferred to call insertICAssessmentConfiguration method only in scenarios where calling method wants to set the value of primary key by itself.</span> </p> 
searchByAdminIntegratedCaseIDAndVersionNonsmulti Returns a list of assessment configurations, regardless of the status, associated with an integrated case configuration.SQL
modifyICAssessmentConfigurationmodifyOPTIMISTIC_LOCKING: yes
This modify operation will be called while re-applying a change set in the target system. Entity level validations that will happen during a standard modify operation will not be applicable in this case. This modify operation will update all the attributes defined for this entity.  
Related Pages (9)