HRMInjuryCostType::findByCostTypeId Method
Finds a record in the HRMInjuryCostTypeTable table that is based on a HRMInjuryCostTypeId value.
Syntax
client server public static HRMInjuryCostType findByCostTypeId(
HRMInjuryCostTypeId _costTypeId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _costTypeId
Type: HRMInjuryCostTypeId Extended Data Type
The HRMInjuryCostTypeId 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 HRMInjuryCostTypeTable table.