Share via


HcmIssuingAgency::findByIssuingAgency Method

Finds a record in the HcmIssuingAgency table that is based on a specified IssuingAuthority value.

Syntax

client server public static HcmIssuingAgency findByIssuingAgency(
    HcmIssuingAgencyId _issuingAgencyId, 
   [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 concurrency settings are used on the table; optional.

Return Value

Type: HcmIssuingAgency Table
A record from the HcmIssuingAgency table.

See Also

Reference

HcmIssuingAgency Table