insert | insert | AUTO_ID: pdAssessmentConfigurationID
AUTO_ID_KEY: PRODUCTBO
PRE_DATA_ACCESS: yes
| This method inserts a record. | |
searchByProductID | nsmulti | | Returns a list of assessment configurations, regardless of the status, associated with an product case configuration. | SQL |
countOverlappingPDAssessConfigs | ns | PRE_DATA_ACCESS: yes
| This method counts the number of overlapping PDAssessmentConfiguration. | SQL |
validateOverlap | | | Validates the dates of the association between the assessment and the Product. | |
validateDates | | | Validates the dates of the association between the assessment and the integrated case. | |
readPDAssessmentConfig | ns | | Read the details of the relationship between a product and an assessment. | SQL |
modify | modify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| This method is used to modify the start date and end date of the association. | |
cancel | nsmodify | PRE_DATA_ACCESS: yes
| Changes the status of the record to cancelled. | |
searchProductsByAssessmentConfiguration | nsmulti | | Returns a list of products, regardless of the status, associated with an assessment configuration. | SQL |
read | read | | This method reads a record. | |
searchActiveAssessmentConfigByProductAndStatus | nsmulti | PRE_DATA_ACCESS: yes
| Returns a list of active assessment configurations, associated with an product case configuration. | SQL |
searchDistinctAssessmentConfigByAdminIntegratedCase | nsmulti | | Returns a list of distinct active assessment configurations, associated with an product case configuration. | SQL |
readByAssessmentConfigurationIDProductIDAndStatus | nsmulti | | Read all the PDAssessmentConfigurationDtls by the assessmentConfigurationID, ProductID and record status | SQL |
searchByProductIDKey | readmulti | | Return a list of PD assessment configuration records by product ID. | |
searchByAssessmentConfigurationID | readmulti | | Returns list of PD assessment configuration records by a assessment configuration ID. | |
insertPDAssessmentConfiguration | insert | PRE_DATA_ACCESS: yes
| <p class="MsoNormal">
<span style="COLOR: #002060">Inserts PD assessment configuration record. This method expects the
pdAssessmentConfigurationID to be set. It is preferred to call insertPDAssessmentConfiguration method only in scenarios
where calling method wants to set the value of primary key by itself.</span>
</p> | |
remove | remove | | Removes a record from PD assessment configuration table. | |
searchByProductIDAndVersionNo | nsmulti | | Returns a list of assessment configurations, regardless of the status, associated with an product case configuration. | SQL |
modifyPDAssessmentConfiguration | 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. | |