insert | insert | AUTO_ID: performanceMeasureLinkID
AUTO_ID_KEY: PERMES
| This method inserts performance measure link details.
@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 | | This method reads performance measure link details.
@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. | |
searchByResource | readmulti | | Searches for Performance Measure Link by resource.
@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. | |
remove | remove | | This method removes performance measure link.
@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. | |
readIncidentsCountForProvider | ns | | Reads the performance measure against incidents for the provider.
@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 |
readFlatRateContractCountForProvider | ns | | Reads the performance measure against all flat-rate contracts for the provider.
@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 |
readIncidentsReqInvestigationCountForProvider | ns | | Reads the performance measure against incidents requiring investigation for the provider.
@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 |
readInvestigationCountForProvider | ns | | Reads the performance measure against investigation for the provider.
@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 |
readSILIAndRLIUnitsDeliveredCountForProvider | ns | | Reads the performance measure against units delivered for a service invoice line item and roster line item for the provider.
@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 |
readPlacementClientsServedCountForProvider | ns | | Reads the performance measure against the clients served for placements for the provider.
@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 |
readUtilizationContractCountForProvider | ns | | Reads the performance measure against all utilization contracts for the provider.
@deprecated Since Curam 6.0 SP1, as the query has been converted into an equivalent dynamic queryand this method is no longer accessed by the application. Hence this method is deprecated. See release note: CR00260936. | SQL |
readServicesDeliveredCountForProvider | ns | | Reads the performance measure against the services delivered by the provider.
@deprecated Since Curam 6.0 SP1, as the query has been converted into an equivalent dynamic queryand this method is no longer accessed by the application. Hence this method is deprecated. See release note: CR00260936. | SQL |
readSILIAndRLIUnitsDeliveredCountForProviderOffering | ns | | Reads the performance measure against units delivered for a service invoice line item and roster line item for the provider offering.
@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 |
readServicesDeliveredCountForProviderOffering | ns | | Reads the performance measure against the services delivered by the provider offering.
@deprecated Since Curam 6.0 SP1, as the query has been converted into an equivalent dynamic queryand this method is no longer accessed by the application. Hence this method is deprecated. See release note: CR00260936. | SQL |
readPlacementClientsServedCountForProviderOffering | ns | | Reads the performance measure against the clients served for placements for the provider offering.
@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 |
readFlatRateContractCountForProviderOffering | ns | | Reads the performance measure against all flat-rate contracts for the provider offering.
@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 |
readUtilizationContractCountForProviderOffering | ns | | Reads the performance measure against all utilization contracts for the provider.
@deprecated Since Curam 6.0 SP1, as the query has been converted into an equivalent dynamic queryand this method is no longer accessed by the application. Hence this method is deprecated. See release note: CR00260936. | SQL |
countRateOfAchievementForSuccessfulOutcomeForProvider | ns | | Reads the performance measure against rate of achievement of successful outcome for the provider.
@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 |
countActualValuesOfCustomPerformanceMeasureForProvider | ns | | Reads the actual value of a custom performance measure for the provider.
@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 |
countRateOfAchievementForSuccessfulOutcomeForProviderOffering | ns | | Reads the performance measure against rate of achievement of successful outcome for the provider offering.
@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 |
countActualValuesOfCustomPerformanceMeasureForProviderOffering | ns | | Reads the actual value of a custom performance measure for the provider offering.
@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 |
insertPerformanceMeasureLink | nsinsert | | Inserts record to PerformanceMeasureLink entity. This method expects PerformanceMeasureLink 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 (PerformanceMeasureLink ID). It's preferred to call insertPerformanceMeasureLink 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. | |