insert | insert | AUTO_ID: invCAssessmentConfigID
AUTO_ID_KEY: INVESTGNBO
PRE_DATA_ACCESS: yes
| Standard Operation | |
read | read | | Standard Operation | |
modify | modify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Standard Operation | |
remove | remove | | Standard Operation | |
cancelInvCAssessmentConfig | nsmodify | | Changes the status of a record to canceled. | |
validateOverlap | | | Validates that there is no overlap between the investigation case and any other assessment. | |
validateDates | | | Validates the dates of the association between the assessment and the investigation case. | |
countOverlapingICAssessConfigs | ns | PRE_DATA_ACCESS: yes
| Counts the number of records that overlap the specified record. | SQL |
searchByInvestigationConfigID | nsmulti | | Returns a list of assessment configurations, regardless of the status, associated with an investigation case configuration. | SQL |
readICAssessmentConfig | ns | | Read the details of the relationship between an investigation case and an assessment. | SQL |
searchInvCAssessmentConfigByInvestigationCaseID | readmulti | | | |
searchInvestigationCaseTypesByAssessmentConfiguration | nsmulti | | This method list investigation cases that are associated to an assessment configuration. | SQL |
searchDistinctAssessmentConfigByInvestigationCase | nsmulti | | Returns a list of distinct active assessment configurations, associated with an investigation case. | SQL |
searchByAssessmentConfigurationIDInvestigationConfigIDAndStatus | nsmulti | | Read the all the InvCAssessmentConfigDtls by assessmentConfigurationId, investigationConfigID and recordStatus. | SQL |
insertInvCAssessmentConfig | insert | | Inserts investigation assessment configuration record. This method expects the invCAssessmentConfigID to be set.
It is preferred to call insertInvCAssessmentConfig method only in scenarios where calling method wants to set the value of
primary key by itself. | |
modifyInvCAssessmentConfig | modify | OPTIMISTIC_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. | |