HRMInjuryCostType::findByCostType Method
Finds a record in the HRMInjuryCostType table that is based on a CostType value.
Syntax
client server public static HRMInjuryCostType findByCostType(
HRMInjurySystemCostType _costType,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _costType
Type: HRMInjurySystemCostType Enumeration
The HRMInjurySystemCostType value of the record that must be selected.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: HRMInjuryCostType Table
A record in the HRMInjuryCostType table.