Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: certificationChangeHistoryID
AUTO_ID_KEY: CERTIF
| Standard Operation | |
read | read | | Standard Operation | |
searchByCertificationID | readmulti | ORDER_BY: dateTime
| | |
modify | modify | | <p>
<font size="2">Modifies an existing row in CertificationChangeHistory table.</font>
</p> | |
insertCertificationChangeHistory | nsinsert | | Inserts record to CertificationChangeHistory entity. This method expects CertificationChangeHistory
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 (CertificationChangeHistory ID). It's
preferred to call insertCertificationChangeHistory only in scenario's where caller wants to
set the value of primary key by itself.
| |
|