HRMInjuryType::findByInjuryType Method
Finds a record from the HRMInjuryTypeTable table that is based on the HRMInjuryType value.
Syntax
client server public static HRMInjuryType findByInjuryType(
HRMInjurySystemInjuryType _injuryType,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _injuryType
Type: HRMInjurySystemInjuryType Enumeration
The HRMInjuryType 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.