@Controller @RequestMapping(value="VIEW") public class DegreeProgressController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFERENCE_INFORMATION_LINK |
static String |
PREFERENCE_INFORMATION_LINK_DEFAULT |
| Constructor and Description |
|---|
DegreeProgressController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.portlet.ModelAndView |
getMainView(javax.portlet.PortletRequest request) |
void |
setCoursesDao(ICoursesDao coursesDao) |
void |
setDegreeProgramDao(IDegreeProgramDao degreeProgramDao) |
void |
setDegreeProgressDao(IDegreeProgressDao degreeProgressDao) |
org.springframework.web.portlet.ModelAndView |
showDegreeProgress(javax.portlet.PortletRequest request) |
String |
showDegreeProgressForm(org.springframework.ui.Model model,
javax.portlet.PortletRequest request) |
org.springframework.web.portlet.ModelAndView |
showWhatIfProgress(javax.portlet.PortletRequest request,
WhatIfRequest whatIfRequest) |
public static final String PREFERENCE_INFORMATION_LINK
public static final String PREFERENCE_INFORMATION_LINK_DEFAULT
@Autowired(required=true) public void setDegreeProgressDao(IDegreeProgressDao degreeProgressDao)
@Autowired(required=true) public void setDegreeProgramDao(IDegreeProgramDao degreeProgramDao)
@Autowired(required=true) public void setCoursesDao(ICoursesDao coursesDao)
@RequestMapping public org.springframework.web.portlet.ModelAndView getMainView(javax.portlet.PortletRequest request)
@RequestMapping(params="action=getScenario") public String showDegreeProgressForm(org.springframework.ui.Model model, javax.portlet.PortletRequest request)
@RequestMapping(params="action=showWhatIf")
public org.springframework.web.portlet.ModelAndView showWhatIfProgress(javax.portlet.PortletRequest request,
@ModelAttribute(value="whatIfForm")
WhatIfRequest whatIfRequest)
@RequestMapping(params="action=showProgress") public org.springframework.web.portlet.ModelAndView showDegreeProgress(javax.portlet.PortletRequest request)
Copyright © 2016 Jasig. All Rights Reserved.