insert | | | Inserts the details of a case note. | |
validate | | | Validates the details of a case note prior to insert. | |
modify | | | Modifies the details of a case note.
@deprecated - replaced by {@link #modify1()}
@deprecated-since Version 6.0 | |
readNote | ns | | Retrieves the details of a case note
@deprecated - replaced by {@link #readNote1()}
@deprecated-since Version 6.0 | SQL |
searchByCaseID | nsmulti | | Retrieves a list of case notes for a case. | SQL |
cancel | nsmodify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Cancels the details of a case note | |
validateCancel | | | Validates a case note prior to cancellation. | |
validateModify | | | Validates the details of a case note prior to modification. | |
readRecordStatus | nsread | | Retrieves the current status of the case note. | |
insert | insert | AUTO_ID: caseNoteID
PRE_DATA_ACCESS: yes
| Inserts the details of a case note. | |
modifyCaseAndNote | nsmodify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Modifies the details of a case note. | |
readCaseIDAndNoteID | nsread | | Retrieves the case id and sensitivity code of the note specified in the key. | |
read | | | @superseded - replaced by readNote | |
modify | | | @superseded - replaced by modifyCaseAndNote | |
readCaseID | nsread | | Read case ID by case note ID. | |
readNoteForExternalUser | ns | | @deprecated - replaced by {@link #readNoteForExternalUser1()}
@deprecated-since Version 6.0 | SQL |
modify1 | | | Modifies the details of a case note. | |
readNote1 | ns | | Retrieves the details of a case note | SQL |
searchByCaseID1 | nsmulti | | Retrieves a list of case notes for a case. | SQL |
readNoteForExternalUser1 | ns | | | SQL |
searchByNoteID | nsmulti | | Retrieves a list of case notes the note is associated to. | SQL |