@Controller @RequestMapping(value="/courseOfferingCreate") public class CourseOfferingCreateController extends CourseOfferingBaseController
Wireframes at http://ux.ks.kuali.org.s3.amazonaws.com/wireframes/ENR/Course_Offering/v17/start.html and http://ux.ks.kuali.org.s3.amazonaws.com/wireframes/ENR/Complex%20Course%20Offerings/Sandbox/start.html
LOG
DOCUMENT_LOAD_COMMANDS
Constructor and Description |
---|
CourseOfferingCreateController() |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
addFormat(MaintenanceDocumentForm form)
Mapped to the 'Add' button at the format section.
|
org.springframework.web.servlet.ModelAndView |
continueFromCreate(MaintenanceDocumentForm form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response) |
org.springframework.web.servlet.ModelAndView |
createFromCopy(MaintenanceDocumentForm form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response) |
org.springframework.web.servlet.ModelAndView |
markCourseForJointOffering(MaintenanceDocumentForm form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
This will be called whenever the user selects/deselects a joint course.
|
org.springframework.web.servlet.ModelAndView |
route(DocumentFormBase form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response) |
org.springframework.web.servlet.ModelAndView |
showCopyFromJointOffering(MaintenanceDocumentForm form)
This is mapped to the link to to toggle between creating a new format offering or
copy from existing joint format offerings.
|
org.springframework.web.servlet.ModelAndView |
showCreateFormatSection(MaintenanceDocumentForm form)
This is mapped to the link to to toggle between creating a new format offering or
copy from existing joint format offerings.
|
org.springframework.web.servlet.ModelAndView |
start(UifFormBase form,
org.springframework.validation.BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
Initial method called when requesting a new view instance.
|
addBlankLine, cancel, createInitialForm, handleRouteForErrors
docHandler, getMaintenanceDocumentService, maintenanceCopy, maintenanceEdit, maintenanceNewWithExisting, setupMaintenance
acknowledge, approve, blanketApprove, buildAuthorizationException, cancelAttachment, checkAndWarnAboutSensitiveData, combineAdHocRecipients, complete, createDocument, deleteNote, disapprove, downloadAttachment, fyi, getAttachmentService, getBusinessObjectService, getConfigurationService, getDataDictionaryService, getDocumentDictionaryService, getDocumentService, getNoteService, insertNote, loadDocument, performWorkflowAction, reload, save, sendAdHocRequests, setBusinessObjectService, setDataDictionaryService, setDocumentDictionaryService, setDocumentService, supervisorFunctions
addLine, back, checkForm, checkViewAuthorization, createDataTablesPagingHelperInstance, defaultMapping, deleteLine, getBooleanDialogResponse, getMessageView, getStringDialogResponse, getUIFModelAndView, getUIFModelAndView, getUIFModelAndView, getUIFModelAndViewWithInit, getViewService, hasDialogBeenAnswered, hasDialogBeenDisplayed, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, performRedirect, refresh, retrieveCollectionPage, retrieveOriginalComponent, returnFromLightbox, returnToHistory, returnToHub, returnToPrevious, saveLine, sessionTimeout, showDialog, tableCsvRetrieval, tableJsonRetrieval, tableXlsRetrieval, tableXmlRetrieval
public CourseOfferingCreateController()
public org.springframework.web.servlet.ModelAndView start(@ModelAttribute(value="KualiForm") UifFormBase form, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response)
start
in class MaintenanceDocumentController
@RequestMapping(params="methodToCall=route") public org.springframework.web.servlet.ModelAndView route(@ModelAttribute(value="KualiForm") DocumentFormBase form, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response)
route
in class MaintenanceDocumentController
@RequestMapping(params="methodToCall=showCreateFormatSection") public org.springframework.web.servlet.ModelAndView showCreateFormatSection(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form) throws Exception
Exception
@RequestMapping(params="methodToCall=showCopyFromJointOffering") public org.springframework.web.servlet.ModelAndView showCopyFromJointOffering(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form) throws Exception
Exception
@RequestMapping(params="methodToCall=markCourseForJointOffering") public org.springframework.web.servlet.ModelAndView markCourseForJointOffering(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=addFormat") public org.springframework.web.servlet.ModelAndView addFormat(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form) throws Exception
Exception
@RequestMapping(params="methodToCall=continueFromCreate") public org.springframework.web.servlet.ModelAndView continueFromCreate(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=createFromCopy") public org.springframework.web.servlet.ModelAndView createFromCopy(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form, org.springframework.validation.BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.