Package | Description |
---|---|
org.kuali.rice.krad.maintenance | |
org.kuali.rice.krms.impl.ui |
Modifier and Type | Method and Description |
---|---|
protected MaintenanceDocumentForm |
MaintenanceDocumentController.createInitialForm()
Invoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MaintenanceDocumentControllerServiceImpl.createMaintenanceDocument(MaintenanceDocumentForm form,
String maintenanceAction)
Helper method to create a new maintenance document instance and set the instance on the given form.
|
void |
MaintenanceDocumentControllerServiceImpl.downloadDataObjectAttachment(MaintenanceDocumentForm form,
javax.servlet.http.HttpServletResponse response)
When the maintenance data object is a
PersistableAttachment or
PersistableAttachmentList , streams the selected attachment back to the
response. |
org.springframework.web.servlet.ModelAndView |
MaintenanceDocumentController.downloadDataObjectAttachment(MaintenanceDocumentForm form,
javax.servlet.http.HttpServletResponse response) |
void |
MaintenanceDocumentControllerService.downloadDataObjectAttachment(MaintenanceDocumentForm form,
javax.servlet.http.HttpServletResponse response)
When the maintenance data object is a
PersistableAttachment or
PersistableAttachmentList , streams the selected attachment back to the
response. |
org.springframework.web.servlet.ModelAndView |
MaintenanceDocumentController.maintenanceDelete(MaintenanceDocumentForm form) |
org.springframework.web.servlet.ModelAndView |
MaintenanceDocumentControllerServiceImpl.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.ModelAndView |
MaintenanceDocumentController.setupMaintenanceCopy(MaintenanceDocumentForm form) |
org.springframework.web.servlet.ModelAndView |
MaintenanceDocumentControllerService.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.ModelAndView |
MaintenanceDocumentControllerServiceImpl.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.ModelAndView |
MaintenanceDocumentControllerService.setupMaintenanceDelete(MaintenanceDocumentForm form)
Sets up a new maintenance document for a delete action on the data object identified by the form
parameters.
|
void |
MaintenanceDocumentControllerServiceImpl.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.
|
void |
MaintenanceDocumentControllerService.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.ModelAndView |
MaintenanceDocumentControllerServiceImpl.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.ModelAndView |
MaintenanceDocumentController.setupMaintenanceEdit(MaintenanceDocumentForm form) |
org.springframework.web.servlet.ModelAndView |
MaintenanceDocumentControllerService.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.ModelAndView |
MaintenanceDocumentControllerServiceImpl.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.ModelAndView |
MaintenanceDocumentController.setupMaintenanceNewWithExisting(MaintenanceDocumentForm form) |
org.springframework.web.servlet.ModelAndView |
MaintenanceDocumentControllerService.setupMaintenanceNewWithExisting(MaintenanceDocumentForm form)
Sets up a new maintenance document for a new with existing action on the data object identified by the form
parameters.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
AgendaEditorController.setupMaintenanceEdit(MaintenanceDocumentForm form) |
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.