CatDisplayVendorCategory::findByCatDisplayVendorAllWithOrigin Method
Finds the first CatDisplayVendorCategory record by using the specified _catDisplayVendorAll and _catDisplayOrigin parameters.
Syntax
client server public static CatDisplayVendorCategory findByCatDisplayVendorAllWithOrigin(
CatDisplayVendorAll _catDisplayVendorAll,
CatDisplayOrigin _origin,
[boolean _forUpdate])
Run On
Called
Parameters
- _catDisplayVendorAll
Type: CatDisplayVendorAll View
The CatDisplayVendorAll record for which to find a match.
- _origin
Type: CatDisplayOrigin Enumeration
The CatDisplayOrigin record for which to find a match.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: CatDisplayVendorCategory Table
The CatDisplayVendorCategory record that was found.
Remarks
The method performs an outer join to find the CatDisplayVendorCategory record.