@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 |
---|---|
ModelAndView |
addFormat(MaintenanceDocumentForm form)
Mapped to the 'Add' button at the format section.
|
ModelAndView |
copyExistingCourseOffering(MaintenanceDocumentForm form)
This is mapped to the 'Copy from existing' link
|
ModelAndView |
createFromCatalog(MaintenanceDocumentForm form)
This is mapped to the 'Create from Catalog' link
|
ModelAndView |
createFromTermOffering(MaintenanceDocumentForm form) |
protected AcademicCalendarService |
getAcademicCalendarService() |
protected CourseOfferingSetService |
getCourseOfferingSetService() |
protected LRCService |
getLrcService() |
protected SearchService |
getSearchService() |
protected TypeService |
getTypeService() |
ModelAndView |
loadCourseCatalog(MaintenanceDocumentForm form,
HttpServletRequest request)
This is called when the user clicks on the 'show' button after entering the term and course code.
|
ModelAndView |
markCourseForJointOffering(MaintenanceDocumentForm form,
BindingResult result,
HttpServletRequest request,
HttpServletResponse response)
This will be called whenever the user selects/deselects a joint course.
|
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.
|
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.
|
maintenanceEdit, start
createInitialForm, docHandler, getMaintenanceDocumentService, maintenanceCopy, maintenanceNewWithExisting, route, setupMaintenance
acknowledge, approve, blanketApprove, buildAuthorizationException, cancel, cancelAttachment, checkAndWarnAboutSensitiveData, combineAdHocRecipients, complete, createDocument, deleteNote, disapprove, downloadAttachment, fyi, getAttachmentService, getBusinessObjectService, getConfigurationService, getDataDictionaryService, getDocumentDictionaryService, getDocumentService, getNoteService, insertNote, loadDocument, performWorkflowAction, reload, save, setBusinessObjectService, setDataDictionaryService, setDocumentDictionaryService, setDocumentService, supervisorFunctions
addBlankLine, addLine, checkForm, checkViewAuthorization, close, deleteLine, getBooleanDialogResponse, getMessageView, getStringDialogResponse, getUIFModelAndView, getUIFModelAndView, getViewService, hasDialogBeenAnswered, hasDialogBeenDisplayed, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, refresh, returnFromLightbox, returnToHistory, returnToHub, returnToPrevious, saveLine, showDialog, toggleInactiveRecordDisplay
public CourseOfferingCreateController()
@RequestMapping(params="methodToCall=loadCourseCatalog") public ModelAndView loadCourseCatalog(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form, HttpServletRequest request) throws Exception
Exception
@RequestMapping(params="methodToCall=createFromCatalog") public ModelAndView createFromCatalog(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form) throws Exception
Exception
@RequestMapping(params="methodToCall=copyExistingCourseOffering") public ModelAndView copyExistingCourseOffering(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form) throws Exception
Exception
@RequestMapping(params="methodToCall=createFromTermOffering") public ModelAndView createFromTermOffering(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form) throws Exception
Exception
@RequestMapping(params="methodToCall=showCreateFormatSection") public ModelAndView showCreateFormatSection(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form) throws Exception
Exception
@RequestMapping(params="methodToCall=showCopyFromJointOffering") public ModelAndView showCopyFromJointOffering(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form) throws Exception
Exception
@RequestMapping(params="methodToCall=markCourseForJointOffering") public ModelAndView markCourseForJointOffering(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form, BindingResult result, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
@RequestMapping(params="methodToCall=addFormat") public ModelAndView addFormat(@ModelAttribute(value="KualiForm") MaintenanceDocumentForm form) throws Exception
Exception
protected AcademicCalendarService getAcademicCalendarService()
protected TypeService getTypeService()
protected LRCService getLrcService()
protected SearchService getSearchService()
protected CourseOfferingSetService getCourseOfferingSetService()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.