|
|
|
@ -135,11 +135,12 @@ public class TeacherOpenCourseHandsOnController{
|
|
|
|
|
*/
|
|
|
|
|
@GetMapping(MODEL + "/indexInfoV.do")
|
|
|
|
|
@Function("teacherOpenCourseHandsOn.query")
|
|
|
|
|
public ModelAndView indexInfoV(Long teacherOpenCourseId,Long handsOnId) {
|
|
|
|
|
public ModelAndView indexInfoV(@SCoreUser CoreUser coreUser,Long teacherOpenCourseId,Long handsOnId) {
|
|
|
|
|
ModelAndView view = new ModelAndView("/jlw/teacherOpenCourseHandsOn/indexInfoV.html") ;
|
|
|
|
|
view.addObject("search", TeacherOpenCourseHandsOnQuery.class.getName());
|
|
|
|
|
view.addObject("teacherOpenCourseId", teacherOpenCourseId);
|
|
|
|
|
view.addObject("handsOnId", handsOnId);
|
|
|
|
|
view.addObject("orgId", coreUser.getOrgId());
|
|
|
|
|
return view;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -150,11 +151,12 @@ public class TeacherOpenCourseHandsOnController{
|
|
|
|
|
*/
|
|
|
|
|
@GetMapping(MODEL + "/indexInfoP.do")
|
|
|
|
|
@Function("teacherOpenCourseHandsOn.query")
|
|
|
|
|
public ModelAndView indexInfoP(Long teacherOpenCourseId, Long handsOnId) {
|
|
|
|
|
public ModelAndView indexInfoP(@SCoreUser CoreUser coreUser,Long teacherOpenCourseId, Long handsOnId) {
|
|
|
|
|
ModelAndView view = new ModelAndView("/jlw/teacherOpenCourseHandsOn/indexInfoP.html");
|
|
|
|
|
view.addObject("search", TeacherOpenCourseHandsOnQuery.class.getName());
|
|
|
|
|
view.addObject("teacherOpenCourseId", teacherOpenCourseId);
|
|
|
|
|
view.addObject("handsOnId", handsOnId);
|
|
|
|
|
view.addObject("orgId", coreUser.getOrgId());
|
|
|
|
|
return view;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -165,11 +167,12 @@ public class TeacherOpenCourseHandsOnController{
|
|
|
|
|
*/
|
|
|
|
|
@GetMapping(MODEL + "/indexInfoT.do")
|
|
|
|
|
@Function("teacherOpenCourseHandsOn.query")
|
|
|
|
|
public ModelAndView indexInfoT(Long teacherOpenCourseId, Long handsOnId) {
|
|
|
|
|
public ModelAndView indexInfoT(@SCoreUser CoreUser coreUser,Long teacherOpenCourseId, Long handsOnId) {
|
|
|
|
|
ModelAndView view = new ModelAndView("/jlw/teacherOpenCourseHandsOn/indexInfoT.html");
|
|
|
|
|
view.addObject("search", TeacherOpenCourseHandsOnQuery.class.getName());
|
|
|
|
|
view.addObject("teacherOpenCourseId", teacherOpenCourseId);
|
|
|
|
|
view.addObject("handsOnId", handsOnId);
|
|
|
|
|
view.addObject("orgId", coreUser.getOrgId());
|
|
|
|
|
return view;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -181,11 +184,12 @@ public class TeacherOpenCourseHandsOnController{
|
|
|
|
|
*/
|
|
|
|
|
@GetMapping(MODEL + "/indexInfoS.do")
|
|
|
|
|
@Function("teacherOpenCourseHandsOn.query")
|
|
|
|
|
public ModelAndView indexInfoS(Long teacherOpenCourseId, Long handsOnId) {
|
|
|
|
|
public ModelAndView indexInfoS(@SCoreUser CoreUser coreUser,Long teacherOpenCourseId, Long handsOnId) {
|
|
|
|
|
ModelAndView view = new ModelAndView("/jlw/teacherOpenCourseHandsOn/indexInfoS.html");
|
|
|
|
|
view.addObject("search", TeacherOpenCourseHandsOnQuery.class.getName());
|
|
|
|
|
view.addObject("teacherOpenCourseId", teacherOpenCourseId);
|
|
|
|
|
view.addObject("handsOnId", handsOnId);
|
|
|
|
|
view.addObject("orgId", coreUser.getOrgId());
|
|
|
|
|
return view;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -196,11 +200,12 @@ public class TeacherOpenCourseHandsOnController{
|
|
|
|
|
*/
|
|
|
|
|
@GetMapping(MODEL + "/indexInfoR.do")
|
|
|
|
|
@Function("teacherOpenCourseHandsOn.query")
|
|
|
|
|
public ModelAndView indexInfoR(Long teacherOpenCourseId, Long handsOnId) {
|
|
|
|
|
public ModelAndView indexInfoR(@SCoreUser CoreUser coreUser,Long teacherOpenCourseId, Long handsOnId) {
|
|
|
|
|
ModelAndView view = new ModelAndView("/jlw/teacherOpenCourseHandsOn/indexInfoR.html");
|
|
|
|
|
view.addObject("search", TeacherOpenCourseHandsOnQuery.class.getName());
|
|
|
|
|
view.addObject("teacherOpenCourseId", teacherOpenCourseId);
|
|
|
|
|
view.addObject("handsOnId", handsOnId);
|
|
|
|
|
view.addObject("orgId", coreUser.getOrgId());
|
|
|
|
|
return view;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|