insert | insert | AUTO_ID: resolutionID
PRE_DATA_ACCESS: yes
| This method is used to insert the Resolution details | |
read | read | | Reads the resolution details. | |
modifyResolution | nsmodify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| This method is used to modify the Resolution. | |
readByCaseID | nsread | | To find the Resolution associated with the specified Issue Delivery case | |
validateInsert | | | Validates the Resolution details being inserted. | |
validate | | | Validates the common Resolution details. | |
countResolutionsByCaseID | ns | | Counts the number of resolutions set up for an Issue Case. | SQL |
validateModify | | | Validates the Resolution details being modified. | |
readVersionNo | nsread | | This method reads the version number for the specified resolution. | |
readResolutionConfigurationID | nsread | | This method reads the resolutionConfigurationID for a resolution. | |
validateCancel | | | Validate the resolution to be cancelled. | |
cancel | nsmodify | | Logically deletes this resolution. | |
readResolutionForInvestigation | ns | | Reads the resolution for an investigation. | SQL |
readVersionNoByResolutionID | nsread | | This method reads the version number for the specified resolution based on the resolution identifier. | |
countActiveResolutionByConfigID | ns | PRE_DATA_ACCESS: yes
| Counts the number of resolutions that are not canceled that are set up for all cases. | SQL |
countActiveResolutionByConfigIDCaseType | ns | PRE_DATA_ACCESS: yes
| Counts the number of resolutions that are not canceled that are set up for cases of a relevant type. | SQL |