HcmRatingLevel::findByRatingLevelRatingModel Method
Finds the specified record in the HcmRatingLevel table.
Syntax
client server public static HcmRatingLevel findByRatingLevelRatingModel(
HcmRatingLevelId _ratingLevelId,
HcmRatingModelRecId _ratingModel,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _ratingLevelId
Type: HcmRatingLevelId Extended Data Type
The rating level ID or the record to find.
- _ratingModel
Type: HcmRatingModelRecId Extended Data Type
The value of the RatingModel field of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use when reading the record; optional.
Return Value
Type: HcmRatingLevel Table
A record in the HcmRatingLevel table.