Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: pdfFormID
AUTO_ID_KEY: INTAKERAKS
| Standard Operation | |
read | read | | Standard Operation | |
modify | modify | OPTIMISTIC_LOCKING: yes
| Standard Operation | |
searchByRecordStatus | readmulti | | Search PDF Forms by record status. | |
insertPDFForm | nsinsert | | Inserts record to PDFForm entity. This method expects PDFForm ID to be set by the caller, if not set it delegates the call to insert() which is modeled to auto generate primary key field PDFForm ID). It's preferred to call insertPDFForm only in scenario's where caller wants to set the value of primary key PDFForm ID) by itself. | |
|