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