*/
@Override
public LFQuizQuestionCategory findByQuizIdAndParentId_First(
Integer quizId, Integer parentId, OrderByComparator orderByComparator)
throws NoSuchLFQuizQuestionCategoryException, SystemException {
LFQuizQuestionCategory lfQuizQuestionCategory = fetchByQuizIdAndParentId_First(quizId,
parentId, orderByComparator);
if (lfQuizQuestionCategory != null) {
return lfQuizQuestionCategory;
}