public int getEstimatedGroupsCount() { return estimateDao.getEstimatedGroupsCount(teacherSessionBean.getDisciplines(0), teacher); }
public int getCwAttempsCount() { return controlWorkAttemptDao.getAttemptCountForTeacher( teacherSessionBean.getDisciplines(0), teacher, false); }