示例#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);
 }