Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: performanceMeasureID
AUTO_ID_KEY: PERMES
| @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
read | read | | @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
modify | modify | OPTIMISTIC_LOCKING: yes
| @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
readAll | nkreadmulti | ORDER_BY: measure
| @deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
searchByMeasureAndStatus | readmulti | | Searches for all Performance Measures by measure and status.
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
insertPerformanceMeasure | nsinsert | | Inserts record to PerformanceMeasure entity. This method expects PerformanceMeasure 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 (PerformanceMeasuren ID). It's preferred to call insertPerformanceMeasure only in scenario's where caller wants to set the value of primary key by itself.
@deprecated since 7.0.0.0, This functionality forms part of a feature that is no longer relevant to the product strategy and will not be replaced. | |
|