public List getClassInfosByClassType(String classType) throws Exception {
   try {
     return dao.getClassInfosByClassType(classType);
   } catch (Exception e) {
     throw e;
   }
 }