*/
@Override
public LFQuizQuestion findByQuizAndCategory_First(Integer quizId,
Integer categoryId, OrderByComparator orderByComparator)
throws NoSuchLFQuizQuestionException, SystemException {
LFQuizQuestion lfQuizQuestion = fetchByQuizAndCategory_First(quizId,
categoryId, orderByComparator);
if (lfQuizQuestion != null) {
return lfQuizQuestion;
}