Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: soPerformanceMeasureLinkID
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. | |
searchByServiceOffering | nsmulti | | @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. | SQL |
searchByPerformanceMeasureAnsStatus | readmulti | | @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. | |
insertSOPerformanceMeasureLink | nsinsert | | Inserts record to SOPerformanceMeasureLink entity. This method expects SOPerformanceMeasureLink 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 (SOPerformanceMeasureLink ID). It's preferred to call insertSOPerformanceMeasureLink 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. | |
|