Share via


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

  • _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