Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: conditionID
AUTO_ID_KEY: CONDITION
PRE_DATA_ACCESS: yes
| Standard Operation | |
read | read | | Standard Operation | |
modify | modify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Standard Operation | |
remove | remove | | Standard Operation | |
readAll | nkreadmulti | ORDER_BY: name
| Returns all the conditions including Active, deleted etc | |
countConditionByNameStatus | ns | | | SQL |
validateInsert | | | | |
searchConditionsForDC | nsmulti | | | SQL |
searchActiveConditonsByNameTypeStatus | nsmulti | PRE_DATA_ACCESS: yes
| | SQL |
cancel | nsmodify | OPTIMISTIC_LOCKING: yes
| | |
searchConditionByICDCodeAndType | nsmulti | PRE_DATA_ACCESS: yes
| | SQL |
readConditionDescription | nsread | | | |
searchConditionsForCreate | nsmulti | | | SQL |
searchConditionsForModify | nsmulti | | | SQL |
countConditionByName | ns | | | SQL |
countByConditionForModify | ns | | | SQL |
insertCondition | insert | | Inserts record to condition entity. This method expects condition 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 (condition ID). It's preferred to call this method
only in scenario's where caller wants to set the value of primary key (condition ID) by itself. | |
|