Share via


HRMApplicationBasket::findByApplicant Method

Finds all of the records in the HRMApplicationBasket table for the supplied hrmApplicantId field value.

Syntax

client server public static HRMApplicationBasket findByApplicant(
    HRMApplicantIdBasket _hrmApplicantId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; optional.
  • _concurrencyModel
    Type: ConcurrencyModel Enumeration
    An enumeration value that indicates whether to use the concurrency setting on the table; optional.

Return Value

Type: HRMApplicationBasket Table
A record from the HRMApplicationBasket table.

See Also

Reference

HRMApplicationBasket Table