Пример #1
0
 public int getGroupsCount() {
   return teacherSessionBean.getGroups(0).size();
 }
Пример #2
0
 public int getEstimatedGroupsCount() {
   return estimateDao.getEstimatedGroupsCount(teacherSessionBean.getDisciplines(0), teacher);
 }
Пример #3
0
 public int getCwAttempsCount() {
   return controlWorkAttemptDao.getAttemptCountForTeacher(
       teacherSessionBean.getDisciplines(0), teacher, false);
 }