Operation | Stereotype | Options | Description | SQL |
insert | insert | | Standard Operation | |
read | read | | Standard Operation | |
searchActiveAttachmentsByDecision | nsreadmulti | | @deprecated Since Curam 6.0 SP1, this method has been replaced by searchAttachmentsByDecision.
Returns the list of active attachments for an appeal case. | |
readStatus | nsread | | Returns the status of the hearing decision attachment link. | |
readAttachmentID | nsread | | Returns the identifier for the attachment for a hearing decision attachment. | |
countActiveAttachmentsByDecision | ns | PRE_DATA_ACCESS: yes
| Returns the number of active decision attachments for an appeal decision. | SQL |
readCaseTemplateAndAttachment | ns | | Returns the case identifier, the word template identifier, the template contents and the attachment identifier for a hearing decision attachment. This is intended for use when the attachment is an internally created document. | SQL |
readAttachment | ns | | Returns the details of the hearing decision attachment. | SQL |
readAttachmentForModify | ns | | Returns the details of a hearing decision attachment required for modification. | SQL |
modifyStatus | nsmodify | OPTIMISTIC_LOCKING: yes
| Modifies the record status for the hearing decision attachment. | |
readAttachmentAndDecisionID | nsread | | Returns the identifier of the attachment and the identifier of the associated hearing decision. | |
readDateStatusAndTemplate | ns | | Reads the date, status and template ID of an attachment. | SQL |
readForDownload | ns | | Reads the attachment name and contents for downloading. | SQL |
searchAttachmentsByDecision | nsmulti | | Returns the list of attachments for an appeal case. | SQL |
|