| Package | Description |
|---|---|
| org.kuali.rice.krad.document | |
| org.kuali.rice.krad.maintenance | |
| org.kuali.rice.krad.web.form |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DocumentFormBase |
DocumentControllerBase.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 |
|---|---|
org.springframework.web.servlet.ModelAndView |
TransactionalDocumentControllerServiceImpl.acknowledge(DocumentFormBase form)
Sends a acknowledge workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.acknowledge(DocumentFormBase form)
Sends a acknowledge workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.acknowledge(DocumentFormBase form)
Sends a acknowledge workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.acknowledge(DocumentFormBase form) |
org.springframework.web.servlet.ModelAndView |
TransactionalDocumentControllerServiceImpl.approve(DocumentFormBase form)
Sends a approve workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.approve(DocumentFormBase form)
Sends a approve workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.approve(DocumentFormBase form)
Sends a approve workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.approve(DocumentFormBase form) |
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.blanketApprove(DocumentFormBase form)
Sends a blanket approve workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.blanketApprove(DocumentFormBase form)
Sends a blanket approve workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.blanketApprove(DocumentFormBase form) |
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.cancelAttachment(DocumentFormBase form)
Invoked to remove an attachment that was uploaded for the add note instance.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.cancelAttachment(DocumentFormBase form)
Invoked to remove an attachment that was uploaded for the add note instance.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.cancelAttachment(DocumentFormBase form) |
org.springframework.web.servlet.ModelAndView |
TransactionalDocumentControllerServiceImpl.close(DocumentFormBase form)
Closes the document and returns to the hub.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.close(DocumentFormBase form)
Closes the document and returns to the hub.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.close(DocumentFormBase form)
Closes the document and returns to the hub.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.close(DocumentFormBase form) |
protected List<AdHocRouteRecipient> |
DocumentControllerServiceImpl.combineAdHocRecipients(DocumentFormBase form)
Convenience method to combine the two lists of ad hoc recipients into one which should be done before
calling any of the document service methods that expect a list of ad hoc recipients.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.complete(DocumentFormBase form)
Sends a complete workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.complete(DocumentFormBase form)
Sends a complete workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.complete(DocumentFormBase form) |
protected void |
DocumentControllerServiceImpl.createDocument(DocumentFormBase form)
Creates a new document of the type specified by the docTypeName property of the given form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.deleteNote(DocumentFormBase form)
Invoked by the delete note action to delete a note instance contained on document (within the form).
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.deleteNote(DocumentFormBase form)
Invoked by the delete note action to delete a note instance contained on document (within the form).
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.deleteNote(DocumentFormBase form) |
org.springframework.web.servlet.ModelAndView |
TransactionalDocumentControllerServiceImpl.disapprove(DocumentFormBase form)
Sends a disapprove workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.disapprove(DocumentFormBase form)
Sends a disapprove workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.disapprove(DocumentFormBase form)
Sends a disapprove workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.disapprove(DocumentFormBase form) |
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.docHandler(DocumentFormBase form)
Determines whether a new document instance needs created or we need to load an existing document by
checking the
getCommand() value, then delegates to
a helper method to carry out the action. |
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.docHandler(DocumentFormBase form)
Handles all requests for a new document instance or to load an existing document based on the
given form parameters.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.docHandler(DocumentFormBase form) |
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.downloadAttachment(DocumentFormBase form,
javax.servlet.http.HttpServletResponse response)
Retrieves a note attachment by either the line index of the note within the documents note collection, or
by the note identifier.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.downloadAttachment(DocumentFormBase form,
javax.servlet.http.HttpServletResponse response)
Invoked to download an attachment that has been uploaded for a note.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.downloadAttachment(DocumentFormBase form,
javax.servlet.http.HttpServletResponse response) |
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.fyi(DocumentFormBase form)
Sends a fyi workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.fyi(DocumentFormBase form)
Sends a fyi workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.fyi(DocumentFormBase form) |
protected String |
DocumentControllerServiceImpl.generateDisapprovalNote(DocumentFormBase form)
Convenience method for generating disapproval note with text from the explanation dialog.
|
protected Note |
DocumentControllerServiceImpl.getAddLineNoteInstance(DocumentFormBase form)
Retrieves the note instance on the form that should be added to the document notes.
|
protected Attachment |
DocumentControllerServiceImpl.getNewNoteAttachment(DocumentFormBase form,
Document document,
Note newNote)
Builds an attachment for the file (if any) associated with the add note instance.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.insertNote(DocumentFormBase form)
Validates the note, saves attachment, adds the time stamp and author, and calls the
generic addLine method.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.insertNote(DocumentFormBase form)
Invoked by the add note action to adding the note instance contained of the given form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.insertNote(DocumentFormBase form) |
protected void |
DocumentControllerServiceImpl.loadDocument(DocumentFormBase form)
Loads the document by its provided document header id on the given form.
|
void |
DocumentControllerServiceImpl.performSuperUserWorkflowAction(DocumentFormBase form,
UifConstants.SuperUserWorkflowAction action)
Invokes the
DocumentService to carry out a super user request workflow action
and adds a success message. |
void |
DocumentControllerService.performSuperUserWorkflowAction(DocumentFormBase form,
UifConstants.SuperUserWorkflowAction action)
Invokes the
DocumentService to carry out a super user request workflow action
and adds a success message. |
void |
DocumentControllerServiceImpl.performSuperUserWorkflowAction(DocumentFormBase form,
UifConstants.SuperUserWorkflowAction action,
org.kuali.rice.kew.api.action.ActionRequest actionRequest)
Invokes the
DocumentService to carry out a super user request workflow action
and adds a success message. |
void |
DocumentControllerService.performSuperUserWorkflowAction(DocumentFormBase form,
UifConstants.SuperUserWorkflowAction action,
org.kuali.rice.kew.api.action.ActionRequest actionRequest)
Invokes the
DocumentService to carry out a super user request workflow action
and adds a success message. |
void |
DocumentControllerServiceImpl.performWorkflowAction(DocumentFormBase form,
UifConstants.WorkflowAction action)
Invokes the
DocumentService to carry out a request workflow action and adds a
success message, if requested a check for sensitive data is also performed. |
void |
DocumentControllerService.performWorkflowAction(DocumentFormBase form,
UifConstants.WorkflowAction action)
Invokes the
DocumentService to carry out a request workflow action and adds a
success message, if requested a check for sensitive data is also performed. |
void |
DocumentControllerServiceImpl.performWorkflowAction(DocumentFormBase form,
UifConstants.WorkflowAction action,
DocumentEvent documentEvent)
Invokes the
DocumentService to carry out a request workflow action and adds a
success message, if requested a check for sensitive data is also performed. |
void |
DocumentControllerService.performWorkflowAction(DocumentFormBase form,
UifConstants.WorkflowAction action,
DocumentEvent documentEvent)
Invokes the
DocumentService to carry out a request workflow action and adds a
success message, if requested a check for sensitive data is also performed. |
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.recall(DocumentFormBase form)
Recalls the document with the given id on the form from workflow.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.recall(DocumentFormBase form)
Recalls the document with the given id on the form from workflow.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.recall(DocumentFormBase form) |
protected void |
TransactionalDocumentControllerServiceImpl.releasePessimisticLocks(DocumentFormBase form)
Releases the pessimistic locks for the current user.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.reload(DocumentFormBase form)
Reloads from the database the document with the doc id on the given form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.reload(DocumentFormBase form)
Reloads from the database the document with the doc id on the given form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.reload(DocumentFormBase form) |
org.springframework.web.servlet.ModelAndView |
TransactionalDocumentControllerServiceImpl.route(DocumentFormBase form)
Sends a route workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.route(DocumentFormBase form)
Sends a route workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.route(DocumentFormBase form)
Sends a route workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.route(DocumentFormBase form) |
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.save(DocumentFormBase form)
Saves the document instance contained on the given form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.save(DocumentFormBase form)
Saves the document instance contained on the given form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.save(DocumentFormBase form,
SaveDocumentEvent saveDocumentEvent)
Saves the document instance contained on the given form and passes the given event for rule
evaluation.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.save(DocumentFormBase form,
SaveDocumentEvent saveDocumentEvent)
Saves the document instance contained on the given form and passes the given event for rule
evaluation.
|
protected org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.save(DocumentFormBase form,
SaveDocumentEvent saveDocumentEvent) |
protected void |
DocumentControllerServiceImpl.saveNewNote(DocumentFormBase form,
Document document,
Note newNote)
Saves a new note instance to the data store if the document state allows it.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.sendAdHocRequests(DocumentFormBase form)
Sends AdHoc workflow Requests for the document instance contained on the form to the AdHoc recipients
contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.sendAdHocRequests(DocumentFormBase form)
Sends AdHoc workflow Requests for the document instance contained on the form to the AdHoc recipients
contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.sendAdHocRequests(DocumentFormBase form) |
protected void |
DocumentControllerServiceImpl.setNewNoteProperties(DocumentFormBase form,
Document document,
Note newNote)
Defaults properties (posted timestamp, object id, author) on the note instance that will be added.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.superUserApprove(DocumentFormBase form)
Sends a super user approve workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.superUserApprove(DocumentFormBase form)
Sends a super user approve workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.superUserApprove(DocumentFormBase form) |
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.superUserDisapprove(DocumentFormBase form)
Sends a super user disapprove workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.superUserDisapprove(DocumentFormBase form)
Sends a super user disapprove workflow action for the document contained on the form.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.superUserDisapprove(DocumentFormBase form) |
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.superUserTakeActions(DocumentFormBase form)
Invoked to take super user actions on a document.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.superUserTakeActions(DocumentFormBase form)
Invoked to take super user actions on a document.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.superUserTakeActions(DocumentFormBase form) |
org.springframework.web.servlet.ModelAndView |
DocumentControllerServiceImpl.supervisorFunctions(DocumentFormBase form)
Redirects to the supervisor workflow view.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerService.supervisorFunctions(DocumentFormBase form)
Redirects to the supervisor workflow view.
|
org.springframework.web.servlet.ModelAndView |
DocumentControllerBase.supervisorFunctions(DocumentFormBase form) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MaintenanceDocumentControllerServiceImpl.createDocument(DocumentFormBase form)
Creates a new document of the type specified by the docTypeName property of the given form.
|
protected void |
MaintenanceDocumentControllerServiceImpl.loadDocument(DocumentFormBase form)
Loads the document by its provided document header id on the given form.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaintenanceDocumentForm
Form class for
MaintenanceDocumentView screens |
class |
TransactionalDocumentFormBase
Form class for
TransactionalView screens |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.