org.kuali.student.enrollment.class2.registration.controller
Class RegistrationController
java.lang.Object
org.kuali.rice.krad.web.controller.UifControllerBase
org.kuali.student.enrollment.class2.registration.controller.RegistrationController
Deprecated.
@Controller
@RequestMapping(value="/registration")
@Deprecated
public class RegistrationController
- extends org.kuali.rice.krad.web.controller.UifControllerBase
Method Summary |
ModelAndView |
addToCart(RegistrationForm registrationForm,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. After the document is loaded calls method to setup the maintenance object |
protected org.kuali.rice.krad.web.form.UifFormBase |
createInitialForm(HttpServletRequest httpServletRequest)
Deprecated. |
ModelAndView |
dropClass(RegistrationForm registrationForm,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. |
protected RegistrationGroupWrapper |
findRegGroupByIndex(RegistrationForm registrationForm)
Deprecated. |
protected RegistrationRequestItemInfo |
generateDropRegRequestItem(RegistrationGroupWrapper regGroupWrapper,
Context context)
Deprecated. |
protected RegistrationRequestInfo |
generateNewRegRequestInfo(ContextInfo context,
RegistrationForm regForm)
Deprecated. |
protected RegistrationRequestItemInfo |
generateRegRequestItem(RegistrationGroupWrapper regGroupWrapper,
Context context)
Deprecated. |
protected List<ActivityOfferingWrapper> |
getActivityOfferingInfos(RegistrationGroup regGroup,
CourseOfferingInfo courseOfferingInfo,
ContextInfo context)
Deprecated. |
protected List<String> |
getCourseOfferingIds(RegistrationForm registrationForm,
ContextInfo context)
Deprecated. |
protected CourseOfferingService |
getCourseOfferingService()
Deprecated. |
protected List<CourseRegistrationInfo> |
getCourseRegistrations(String studentId,
String termKey,
ContextInfo context)
Deprecated. |
protected CourseRegistrationService |
getCourseRegistrationService()
Deprecated. |
protected CourseService |
getCourseService()
Deprecated. |
protected List<RegistrationGroupInfo> |
getRegistrationGroupInfos(String coId,
ContextInfo context)
Deprecated. |
protected StatementService |
getStatementService()
Deprecated. |
protected void |
processSubmitRegRequest(RegistrationRequestInfo regRequest,
RegistrationForm registrationForm,
boolean oneClick)
Deprecated. |
protected void |
processValidationResults(List<ValidationResultInfo> validationResultInfos,
String operation)
Deprecated. |
ModelAndView |
registerClass(RegistrationForm registrationForm,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. |
ModelAndView |
removeFromCart(RegistrationForm registrationForm,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. After the document is loaded calls method to setup the maintenance object |
ModelAndView |
searchCourseOfferings(RegistrationForm registrationForm,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. Method used to search for course offerings based on criteria entered |
protected List<MeetingScheduleWrapper> |
setupMeetingScheduleInfos(CourseOfferingInfo courseOfferingInfo,
ActivityOfferingInfo activityOfferingInfo)
Deprecated. |
ModelAndView |
showRegistration(org.kuali.rice.krad.web.form.UifFormBase formBase,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. Initial method called when requesting a new view instance which forwards
the view for rendering |
ModelAndView |
submitRegistration(RegistrationForm registrationForm,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. |
Methods inherited from class org.kuali.rice.krad.web.controller.UifControllerBase |
addBlankLine, addLine, cancel, checkForm, checkViewAuthorization, close, deleteLine, getBooleanDialogResponse, getStringDialogResponse, getUIFModelAndView, getUIFModelAndView, getViewResolver, getViewService, hasDialogBeenAnswered, hasDialogBeenDisplayed, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, refresh, renderView, returnFromLightbox, returnToHistory, returnToHub, returnToPrevious, saveLine, setViewResolver, showDialog, start, toggleInactiveRecordDisplay |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistrationController
public RegistrationController()
- Deprecated.
createInitialForm
protected org.kuali.rice.krad.web.form.UifFormBase createInitialForm(HttpServletRequest httpServletRequest)
- Deprecated.
- Specified by:
createInitialForm
in class org.kuali.rice.krad.web.controller.UifControllerBase
generateNewRegRequestInfo
protected RegistrationRequestInfo generateNewRegRequestInfo(ContextInfo context,
RegistrationForm regForm)
- Deprecated.
generateRegRequestItem
protected RegistrationRequestItemInfo generateRegRequestItem(RegistrationGroupWrapper regGroupWrapper,
Context context)
- Deprecated.
generateDropRegRequestItem
protected RegistrationRequestItemInfo generateDropRegRequestItem(RegistrationGroupWrapper regGroupWrapper,
Context context)
- Deprecated.
findRegGroupByIndex
protected RegistrationGroupWrapper findRegGroupByIndex(RegistrationForm registrationForm)
- Deprecated.
getCourseRegistrations
protected List<CourseRegistrationInfo> getCourseRegistrations(String studentId,
String termKey,
ContextInfo context)
throws InvalidParameterException,
MissingParameterException,
DisabledIdentifierException,
DoesNotExistException,
PermissionDeniedException,
OperationFailedException
- Deprecated.
- Throws:
InvalidParameterException
MissingParameterException
DisabledIdentifierException
DoesNotExistException
PermissionDeniedException
OperationFailedException
showRegistration
@RequestMapping(method=POST,
params="methodToCall=showRegistration")
public ModelAndView showRegistration(@ModelAttribute(value="KualiForm")
org.kuali.rice.krad.web.form.UifFormBase formBase,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
- Deprecated.
- Initial method called when requesting a new view instance which forwards
the view for rendering
searchCourseOfferings
@RequestMapping(params="methodToCall=searchCourseOfferings")
public ModelAndView searchCourseOfferings(@ModelAttribute(value="KualiForm")
RegistrationForm registrationForm,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
- Deprecated.
- Method used to search for course offerings based on criteria entered
getCourseOfferingIds
protected List<String> getCourseOfferingIds(RegistrationForm registrationForm,
ContextInfo context)
throws InvalidParameterException,
MissingParameterException,
DoesNotExistException,
PermissionDeniedException,
OperationFailedException
- Deprecated.
- Throws:
InvalidParameterException
MissingParameterException
DoesNotExistException
PermissionDeniedException
OperationFailedException
getRegistrationGroupInfos
protected List<RegistrationGroupInfo> getRegistrationGroupInfos(String coId,
ContextInfo context)
throws InvalidParameterException,
MissingParameterException,
DoesNotExistException,
PermissionDeniedException,
OperationFailedException
- Deprecated.
- Throws:
InvalidParameterException
MissingParameterException
DoesNotExistException
PermissionDeniedException
OperationFailedException
getActivityOfferingInfos
protected List<ActivityOfferingWrapper> getActivityOfferingInfos(RegistrationGroup regGroup,
CourseOfferingInfo courseOfferingInfo,
ContextInfo context)
throws InvalidParameterException,
MissingParameterException,
DoesNotExistException,
PermissionDeniedException,
OperationFailedException
- Deprecated.
- Throws:
InvalidParameterException
MissingParameterException
DoesNotExistException
PermissionDeniedException
OperationFailedException
setupMeetingScheduleInfos
protected List<MeetingScheduleWrapper> setupMeetingScheduleInfos(CourseOfferingInfo courseOfferingInfo,
ActivityOfferingInfo activityOfferingInfo)
- Deprecated.
dropClass
@RequestMapping(params="methodToCall=dropClass")
public ModelAndView dropClass(@ModelAttribute(value="KualiForm")
RegistrationForm registrationForm,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
- Deprecated.
registerClass
@RequestMapping(params="methodToCall=registerClass")
public ModelAndView registerClass(@ModelAttribute(value="KualiForm")
RegistrationForm registrationForm,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
- Deprecated.
submitRegistration
@RequestMapping(params="methodToCall=submitRegistration")
public ModelAndView submitRegistration(@ModelAttribute(value="KualiForm")
RegistrationForm registrationForm,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
- Deprecated.
processSubmitRegRequest
protected void processSubmitRegRequest(RegistrationRequestInfo regRequest,
RegistrationForm registrationForm,
boolean oneClick)
- Deprecated.
removeFromCart
@RequestMapping(params="methodToCall=removeFromCart")
public ModelAndView removeFromCart(@ModelAttribute(value="KualiForm")
RegistrationForm registrationForm,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
- Deprecated.
- After the document is loaded calls method to setup the maintenance object
addToCart
@RequestMapping(params="methodToCall=addToCart")
public ModelAndView addToCart(@ModelAttribute(value="KualiForm")
RegistrationForm registrationForm,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
- Deprecated.
- After the document is loaded calls method to setup the maintenance object
processValidationResults
protected void processValidationResults(List<ValidationResultInfo> validationResultInfos,
String operation)
- Deprecated.
getCourseOfferingService
protected CourseOfferingService getCourseOfferingService()
- Deprecated.
getCourseRegistrationService
protected CourseRegistrationService getCourseRegistrationService()
- Deprecated.
getStatementService
protected StatementService getStatementService()
- Deprecated.
getCourseService
protected CourseService getCourseService()
- Deprecated.
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.