File tree Expand file tree Collapse file tree
api/src/main/java/ca/bc/gov/educ/api/pen/replication/service Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33import ca .bc .gov .educ .api .pen .replication .exception .PenReplicationAPIRuntimeException ;
44import ca .bc .gov .educ .api .pen .replication .model .Event ;
5+ import ca .bc .gov .educ .api .pen .replication .model .StudXcrseId ;
56import ca .bc .gov .educ .api .pen .replication .model .TraxStudentCourseEntity ;
67import ca .bc .gov .educ .api .pen .replication .repository .EventRepository ;
78import ca .bc .gov .educ .api .pen .replication .rest .RestUtils ;
@@ -61,6 +62,7 @@ private List<TraxStudentCourseEntity> getStudentCourseEntityList(String studentP
6162 var entityList = new ArrayList <TraxStudentCourseEntity >();
6263 studentCourse .forEach (student -> {
6364 TraxStudentCourseEntity traxStudentCourseEntity = new TraxStudentCourseEntity ();
65+ traxStudentCourseEntity .setStudXcrseId (new StudXcrseId ());
6466 setCourseCodeAndLevel (traxStudentCourseEntity , student .getCourseID ());
6567 traxStudentCourseEntity .getStudXcrseId ().setStudNo (studentPEN );
6668 traxStudentCourseEntity .getStudXcrseId ().setCourseSession (student .getCourseSession ());
You can’t perform that action at this time.
0 commit comments