Share via


JmgPayStatConfig::find Method

Retrieves a JmgPayStatConfig record from the database, based on a group ID and pay cost type.

Syntax

client server public static JmgPayStatConfig find(
    JmgPayStatGroupId _groupId, 
    JmgPayCostType _payCostType, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    true if the selected record must be selected for update; otherwise, false.

Return Value

Type: JmgPayStatConfig Table
A JmgPayStatConfig record from the database, based on a group ID and pay cost type.

See Also

Reference

JmgPayStatConfig Table