Share via


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

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: HRMInjuryType Table
A record in the HRMInjuryTypeTable table.

See Also

Reference

HRMInjuryType Table