HRMInjuryType::findByInjuryTypeId Method
Finds a record in the HRMInjuryTypeTable table that is based on the HRMInjuryTypeId value.
Syntax
client server public static HRMInjuryType findByInjuryTypeId(
HRMInjuryTypeId _injuryTypeId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _injuryTypeId
Type: HRMInjuryTypeId Extended Data Type
The HRMInjuryTypeId value of the record to find.
- _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: HRMInjuryType Table
A record in the HRMInjuryTypeTable table.