Uses of Class
org.kuali.rice.krad.web.form.DocumentFormBase
Packages that use DocumentFormBase
Package
Description
-
Uses of DocumentFormBase in org.kuali.rice.krad.document
Methods in org.kuali.rice.krad.document that return DocumentFormBaseModifier and TypeMethodDescriptionprotected abstract DocumentFormBaseDocumentControllerBase.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.document with parameters of type DocumentFormBaseModifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewDocumentControllerBase.acknowledge(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.acknowledge(DocumentFormBase form) Sends a acknowledge workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.acknowledge(DocumentFormBase form) Sends a acknowledge workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewTransactionalDocumentControllerServiceImpl.acknowledge(DocumentFormBase form) Sends a acknowledge workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewDocumentControllerBase.approve(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.approve(DocumentFormBase form) Sends a approve workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.approve(DocumentFormBase form) Sends a approve workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewTransactionalDocumentControllerServiceImpl.approve(DocumentFormBase form) Sends a approve workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewDocumentControllerBase.blanketApprove(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.blanketApprove(DocumentFormBase form) Sends a blanket approve workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.blanketApprove(DocumentFormBase form) Sends a blanket approve workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewDocumentControllerBase.cancelAttachment(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.cancelAttachment(DocumentFormBase form) Invoked to remove an attachment that was uploaded for the add note instance.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.cancelAttachment(DocumentFormBase form) Invoked to remove an attachment that was uploaded for the add note instance.org.springframework.web.servlet.ModelAndViewDocumentControllerBase.close(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.close(DocumentFormBase form) Closes the document and returns to the hub.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.close(DocumentFormBase form) Closes the document and returns to the hub.org.springframework.web.servlet.ModelAndViewTransactionalDocumentControllerServiceImpl.close(DocumentFormBase form) Closes the document and returns to the hub.protected List<org.kuali.rice.krad.bo.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.ModelAndViewDocumentControllerBase.complete(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.complete(DocumentFormBase form) Sends a complete workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.complete(DocumentFormBase form) Sends a complete workflow action for the document contained on the form.protected voidDocumentControllerServiceImpl.createDocument(DocumentFormBase form) Creates a new document of the type specified by the docTypeName property of the given form.org.springframework.web.servlet.ModelAndViewDocumentControllerBase.deleteNote(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.deleteNote(DocumentFormBase form) Invoked by the delete note action to delete a note instance contained on document (within the form).org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.deleteNote(DocumentFormBase form) Invoked by the delete note action to delete a note instance contained on document (within the form).org.springframework.web.servlet.ModelAndViewDocumentControllerBase.disapprove(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.disapprove(DocumentFormBase form) Sends a disapprove workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.disapprove(DocumentFormBase form) Sends a disapprove workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewTransactionalDocumentControllerServiceImpl.disapprove(DocumentFormBase form) Sends a disapprove workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewDocumentControllerBase.docHandler(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.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.ModelAndViewDocumentControllerServiceImpl.docHandler(DocumentFormBase form) Determines whether a new document instance needs created or we need to load an existing document by checking thegetCommand()value, then delegates to a helper method to carry out the action.org.springframework.web.servlet.ModelAndViewDocumentControllerBase.downloadAttachment(DocumentFormBase form, javax.servlet.http.HttpServletResponse response) org.springframework.web.servlet.ModelAndViewDocumentControllerService.downloadAttachment(DocumentFormBase form, javax.servlet.http.HttpServletResponse response) Invoked to download an attachment that has been uploaded for a note.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.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.ModelAndViewDocumentControllerBase.fyi(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.fyi(DocumentFormBase form) Sends a fyi workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.fyi(DocumentFormBase form) Sends a fyi workflow action for the document contained on the form.protected StringDocumentControllerServiceImpl.generateDisapprovalNote(DocumentFormBase form) Convenience method for generating disapproval note with text from the explanation dialog.protected org.kuali.rice.krad.bo.NoteDocumentControllerServiceImpl.getAddLineNoteInstance(DocumentFormBase form) Retrieves the note instance on the form that should be added to the document notes.protected org.kuali.rice.krad.bo.AttachmentDocumentControllerServiceImpl.getNewNoteAttachment(DocumentFormBase form, Document document, org.kuali.rice.krad.bo.Note newNote) Builds an attachment for the file (if any) associated with the add note instance.org.springframework.web.servlet.ModelAndViewDocumentControllerBase.insertNote(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.insertNote(DocumentFormBase form) Invoked by the add note action to adding the note instance contained of the given form.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.insertNote(DocumentFormBase form) Validates the note, saves attachment, adds the time stamp and author, and calls the generic addLine method.protected voidDocumentControllerServiceImpl.loadDocument(DocumentFormBase form) Loads the document by its provided document header id on the given form.voidDocumentControllerService.performSuperUserWorkflowAction(DocumentFormBase form, UifConstants.SuperUserWorkflowAction action) Invokes theDocumentServiceto carry out a super user request workflow action and adds a success message.voidDocumentControllerService.performSuperUserWorkflowAction(DocumentFormBase form, UifConstants.SuperUserWorkflowAction action, org.kuali.rice.kew.api.action.ActionRequest actionRequest) Invokes theDocumentServiceto carry out a super user request workflow action and adds a success message.voidDocumentControllerServiceImpl.performSuperUserWorkflowAction(DocumentFormBase form, UifConstants.SuperUserWorkflowAction action) Invokes theDocumentServiceto carry out a super user request workflow action and adds a success message.voidDocumentControllerServiceImpl.performSuperUserWorkflowAction(DocumentFormBase form, UifConstants.SuperUserWorkflowAction action, org.kuali.rice.kew.api.action.ActionRequest actionRequest) Invokes theDocumentServiceto carry out a super user request workflow action and adds a success message.voidDocumentControllerService.performWorkflowAction(DocumentFormBase form, UifConstants.WorkflowAction action) Invokes theDocumentServiceto carry out a request workflow action and adds a success message, if requested a check for sensitive data is also performed.voidDocumentControllerService.performWorkflowAction(DocumentFormBase form, UifConstants.WorkflowAction action, DocumentEvent documentEvent) Invokes theDocumentServiceto carry out a request workflow action and adds a success message, if requested a check for sensitive data is also performed.voidDocumentControllerServiceImpl.performWorkflowAction(DocumentFormBase form, UifConstants.WorkflowAction action) Invokes theDocumentServiceto carry out a request workflow action and adds a success message, if requested a check for sensitive data is also performed.voidDocumentControllerServiceImpl.performWorkflowAction(DocumentFormBase form, UifConstants.WorkflowAction action, DocumentEvent documentEvent) Invokes theDocumentServiceto 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.ModelAndViewDocumentControllerBase.recall(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.recall(DocumentFormBase form) Recalls the document with the given id on the form from workflow.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.recall(DocumentFormBase form) Recalls the document with the given id on the form from workflow.protected voidTransactionalDocumentControllerServiceImpl.releasePessimisticLocks(DocumentFormBase form) Releases the pessimistic locks for the current user.org.springframework.web.servlet.ModelAndViewDocumentControllerBase.reload(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.reload(DocumentFormBase form) Reloads from the database the document with the doc id on the given form.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.reload(DocumentFormBase form) Reloads from the database the document with the doc id on the given form.org.springframework.web.servlet.ModelAndViewDocumentControllerBase.route(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.route(DocumentFormBase form) Sends a route workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.route(DocumentFormBase form) Sends a route workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewTransactionalDocumentControllerServiceImpl.route(DocumentFormBase form) Sends a route workflow action for the document contained on the form.protected org.springframework.web.servlet.ModelAndViewDocumentControllerBase.save(DocumentFormBase form, SaveDocumentEvent saveDocumentEvent) org.springframework.web.servlet.ModelAndViewDocumentControllerService.save(DocumentFormBase form) Saves the document instance contained on the given form.org.springframework.web.servlet.ModelAndViewDocumentControllerService.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.ModelAndViewDocumentControllerServiceImpl.save(DocumentFormBase form) Saves the document instance contained on the given form.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.save(DocumentFormBase form, SaveDocumentEvent saveDocumentEvent) Saves the document instance contained on the given form and passes the given event for rule evaluation.protected voidDocumentControllerServiceImpl.saveNewNote(DocumentFormBase form, Document document, org.kuali.rice.krad.bo.Note newNote) Saves a new note instance to the data store if the document state allows it.org.springframework.web.servlet.ModelAndViewDocumentControllerBase.sendAdHocRequests(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.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.ModelAndViewDocumentControllerServiceImpl.sendAdHocRequests(DocumentFormBase form) Sends AdHoc workflow Requests for the document instance contained on the form to the AdHoc recipients contained on the form.protected voidDocumentControllerServiceImpl.setNewNoteProperties(DocumentFormBase form, Document document, org.kuali.rice.krad.bo.Note newNote) Defaults properties (posted timestamp, object id, author) on the note instance that will be added.org.springframework.web.servlet.ModelAndViewDocumentControllerBase.superUserApprove(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.superUserApprove(DocumentFormBase form) Sends a super user approve workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.superUserApprove(DocumentFormBase form) Sends a super user approve workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewDocumentControllerBase.superUserDisapprove(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.superUserDisapprove(DocumentFormBase form) Sends a super user disapprove workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.superUserDisapprove(DocumentFormBase form) Sends a super user disapprove workflow action for the document contained on the form.org.springframework.web.servlet.ModelAndViewDocumentControllerBase.superUserTakeActions(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.superUserTakeActions(DocumentFormBase form) Invoked to take super user actions on a document.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.superUserTakeActions(DocumentFormBase form) Invoked to take super user actions on a document.org.springframework.web.servlet.ModelAndViewDocumentControllerBase.supervisorFunctions(DocumentFormBase form) org.springframework.web.servlet.ModelAndViewDocumentControllerService.supervisorFunctions(DocumentFormBase form) Redirects to the supervisor workflow view.org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.supervisorFunctions(DocumentFormBase form) Redirects to the supervisor workflow view. -
Uses of DocumentFormBase in org.kuali.rice.krad.maintenance
Methods in org.kuali.rice.krad.maintenance with parameters of type DocumentFormBaseModifier and TypeMethodDescriptionprotected voidMaintenanceDocumentControllerServiceImpl.createDocument(DocumentFormBase form) Creates a new document of the type specified by the docTypeName property of the given form.protected voidMaintenanceDocumentControllerServiceImpl.loadDocument(DocumentFormBase form) Loads the document by its provided document header id on the given form. -
Uses of DocumentFormBase in org.kuali.rice.krad.web.form
Subclasses of DocumentFormBase in org.kuali.rice.krad.web.formModifier and TypeClassDescriptionclassForm class forMaintenanceDocumentViewscreensclassForm class forTransactionalViewscreens