@Override
 public List getClassInfoByClassTypeAndParentId(String classType, String parentId)
     throws Exception {
   try {
     return dao.getClassInfoByClassTypeAndParentId(classType, parentId);
   } catch (Exception e) {
     throw e;
   }
 }