validate | | | Validates the details of a participant note | |
cancel | nsmodify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Cancels the details of a participant note | |
readNote | ns | | Reads the details of a participant note.
@deprecated - replaced by {@link #readNote1()}
@deprecated-since Version 6.0 | SQL |
searchByParticipantID | nsmulti | | Retrieves a list of notes for a participant specified in the key.
@deprecated - replaced by {@link #searchByParticipantID1()}
@deprecated-since Version 6.0 | SQL |
modify | | | Modifies the details of a participant note.
@deprecated - replaced by {@link #modify1()}
@deprecated-since Version 6.0 | |
validateCancel | | | Validates the details of a participant note prior to cancellation. | |
validateModify | | | Validates the details of a participant note prior to modification. | |
readRecordStatus | nsread | | Retrieves the current record status of the participant note specified in the key. | |
insert | | | Inserts a new participant note | |
insert | insert | AUTO_ID: participantNoteID
PRE_DATA_ACCESS: yes
| Inserts a new participant note. | |
modifyParticipantAndNote | nsmodify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Modifies the details of the participant note specified in the key. | |
readParticipantIDAndNoteID | nsread | | Retrieves the participant id and note id of the note specified in the key. | |
read | | | @superseded - replaced by readNote | |
modify | | | @superseded - replaced by modifyParticipantAndNote
| |
modifyStatus | nsmodify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: no
| Changes the status of the participant note record to 'canceled'. | |
searchByParticipantID1 | nsmulti | | Retrieves a list of notes for a participant specified in the key. | SQL |
readNote1 | ns | | Reads the details of a participant note. | SQL |
modify1 | | | Modifies the details of a participant note. | |
insertForMerge | | | Inserts a new participant note as a consequence of a merge client. | |