student = getPM().getObjectById(Student.class,
KeyFactory.stringToKey(registrationKey));
}
catch (Exception e) {
throw new RegistrationKeyInvalidException();
}
List<Student> studentList = getStudentCourseList(googleID);
for (Student s : studentList) {