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
- _groupId
Type: JmgPayStatGroupId Extended Data Type
The group ID to search for.
- _payCostType
Type: JmgPayCostType Extended Data Type
The pay cost type to search for.
- _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.