public interface MaintenanceDocumentControllerService extends DocumentControllerService
DocumentControllerService
and adds
methods specific to maintenance documents.Modifier and Type | Method and Description |
---|---|
void |
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 |
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 |
setupMaintenanceDelete(MaintenanceDocumentForm form)
Sets up a new maintenance document for a delete action on the data object identified by the form
parameters.
|
void |
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 |
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 |
setupMaintenanceNewWithExisting(MaintenanceDocumentForm form)
Sets up a new maintenance document for a new with existing action on the data object identified by the form
parameters.
|
acknowledge, approve, blanketApprove, cancelAttachment, close, complete, deleteNote, disapprove, docHandler, downloadAttachment, fyi, insertNote, performSuperUserWorkflowAction, performSuperUserWorkflowAction, performWorkflowAction, performWorkflowAction, recall, reload, route, save, save, sendAdHocRequests, superUserApprove, superUserDisapprove, superUserTakeActions, supervisorFunctions
cancel, checkViewAuthorization, sessionTimeout, start
org.springframework.web.servlet.ModelAndView setupMaintenanceEdit(MaintenanceDocumentForm form)
form
- form instance containing the maintenance dataorg.springframework.web.servlet.ModelAndView setupMaintenanceCopy(MaintenanceDocumentForm form)
form
- form instance containing the maintenance dataorg.springframework.web.servlet.ModelAndView setupMaintenanceNewWithExisting(MaintenanceDocumentForm form)
form
- form instance containing the maintenance dataorg.springframework.web.servlet.ModelAndView setupMaintenanceDelete(MaintenanceDocumentForm form)
form
- form instance containing the maintenance datavoid setupMaintenanceDocument(MaintenanceDocumentForm form, String maintenanceAction)
form
- form instance containing the maintenance datamaintenanceAction
- type of maintenance action being requested (new, edit, copy, delete)void downloadDataObjectAttachment(MaintenanceDocumentForm form, javax.servlet.http.HttpServletResponse response)
PersistableAttachment
or
PersistableAttachmentList
, streams the selected attachment back to the
response.form
- form instance containing the maintenance dataresponse
- Http response for returning the attachment contentsCopyright © 2005–2014 The Kuali Foundation. All rights reserved.