Uses of Class
org.kuali.rice.krad.web.form.MaintenanceDocumentForm
Packages that use MaintenanceDocumentForm
-
Uses of MaintenanceDocumentForm in org.kuali.rice.krad.maintenance
Methods in org.kuali.rice.krad.maintenance that return MaintenanceDocumentFormModifier and TypeMethodDescriptionprotected MaintenanceDocumentFormMaintenanceDocumentController.createInitialForm()Invoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.Methods in org.kuali.rice.krad.maintenance with parameters of type MaintenanceDocumentFormModifier and TypeMethodDescriptionprotected voidMaintenanceDocumentControllerServiceImpl.createMaintenanceDocument(MaintenanceDocumentForm form, String maintenanceAction) Helper method to create a new maintenance document instance and set the instance on the given form.org.springframework.web.servlet.ModelAndViewMaintenanceDocumentController.downloadDataObjectAttachment(MaintenanceDocumentForm form, javax.servlet.http.HttpServletResponse response) voidMaintenanceDocumentControllerService.downloadDataObjectAttachment(MaintenanceDocumentForm form, javax.servlet.http.HttpServletResponse response) When the maintenance data object is aPersistableAttachmentorPersistableAttachmentList, streams the selected attachment back to the response.voidMaintenanceDocumentControllerServiceImpl.downloadDataObjectAttachment(MaintenanceDocumentForm form, javax.servlet.http.HttpServletResponse response) When the maintenance data object is aPersistableAttachmentorPersistableAttachmentList, streams the selected attachment back to the response.org.springframework.web.servlet.ModelAndViewMaintenanceDocumentController.maintenanceDelete(MaintenanceDocumentForm form) org.springframework.web.servlet.ModelAndViewMaintenanceDocumentController.setupMaintenanceCopy(MaintenanceDocumentForm form) org.springframework.web.servlet.ModelAndViewMaintenanceDocumentControllerService.setupMaintenanceCopy(MaintenanceDocumentForm form) Sets up a new maintenance document for a copy action on the data object identified by the form parameters.org.springframework.web.servlet.ModelAndViewMaintenanceDocumentControllerServiceImpl.setupMaintenanceCopy(MaintenanceDocumentForm form) Sets up a new maintenance document for a copy action on the data object identified by the form parameters.org.springframework.web.servlet.ModelAndViewMaintenanceDocumentControllerService.setupMaintenanceDelete(MaintenanceDocumentForm form) Sets up a new maintenance document for a delete action on the data object identified by the form parameters.org.springframework.web.servlet.ModelAndViewMaintenanceDocumentControllerServiceImpl.setupMaintenanceDelete(MaintenanceDocumentForm form) Sets up a new maintenance document for a delete action on the data object identified by the form parameters.voidMaintenanceDocumentControllerService.setupMaintenanceDocument(MaintenanceDocumentForm form, String maintenanceAction) Invoked to setup a new maintenance document for the maintenance data contained on the form and the given maintenance action.voidMaintenanceDocumentControllerServiceImpl.setupMaintenanceDocument(MaintenanceDocumentForm form, String maintenanceAction) Invoked to setup a new maintenance document for the maintenance data contained on the form and the given maintenance action.org.springframework.web.servlet.ModelAndViewMaintenanceDocumentController.setupMaintenanceEdit(MaintenanceDocumentForm form) org.springframework.web.servlet.ModelAndViewMaintenanceDocumentControllerService.setupMaintenanceEdit(MaintenanceDocumentForm form) Sets up a new maintenance document for an edit action on the data object identified by the form parameters.org.springframework.web.servlet.ModelAndViewMaintenanceDocumentControllerServiceImpl.setupMaintenanceEdit(MaintenanceDocumentForm form) Sets up a new maintenance document for an edit action on the data object identified by the form parameters.org.springframework.web.servlet.ModelAndViewMaintenanceDocumentController.setupMaintenanceNewWithExisting(MaintenanceDocumentForm form) org.springframework.web.servlet.ModelAndViewMaintenanceDocumentControllerService.setupMaintenanceNewWithExisting(MaintenanceDocumentForm form) Sets up a new maintenance document for a new with existing action on the data object identified by the form parameters.org.springframework.web.servlet.ModelAndViewMaintenanceDocumentControllerServiceImpl.setupMaintenanceNewWithExisting(MaintenanceDocumentForm form) Sets up a new maintenance document for a new with existing action on the data object identified by the form parameters.