Share via


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

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

Return Value

Type: HRMInjuryCostType Table
A record in the HRMInjuryCostTypeTable table.

See Also

Reference

HRMInjuryCostType Table