Uses of Class
org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase
Packages that use KualiDocumentFormBase
Package
Description
-
Uses of KualiDocumentFormBase in org.kuali.rice.kns.service
Methods in org.kuali.rice.kns.service that return KualiDocumentFormBaseModifier and TypeMethodDescriptionSessionDocumentService.getDocumentForm(String documentNumber, String docFormKey, UserSession userSession, String ipAddress) Deprecated.Returns KualiDocumentFormBase object.Methods in org.kuali.rice.kns.service with parameters of type KualiDocumentFormBaseModifier and TypeMethodDescriptionvoidSessionDocumentService.setDocumentForm(KualiDocumentFormBase form, UserSession userSession, String ipAddress) Deprecated.Store KualiDocumentFormBase into session and database. -
Uses of KualiDocumentFormBase in org.kuali.rice.kns.util
Methods in org.kuali.rice.kns.util with parameters of type KualiDocumentFormBaseModifier and TypeMethodDescriptionstatic voidWebUtils.reuseErrorMapFromPreviousRequest(KualiDocumentFormBase kualiDocumentFormBase) Deprecated. -
Uses of KualiDocumentFormBase in org.kuali.rice.kns.web.struts.action
Methods in org.kuali.rice.kns.web.struts.action with parameters of type KualiDocumentFormBaseModifier and TypeMethodDescriptionprotected List<AdHocRouteRecipient> KualiDocumentActionBase.combineAdHocRecipients(KualiDocumentFormBase kualiDocumentFormBase) Deprecated.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 recipientsprotected voidKualiDocumentActionBase.createDocument(KualiDocumentFormBase kualiDocumentFormBase) Deprecated.This method creates a new document of the type specified by the docTypeName property of the given form.protected StringKualiDocumentActionBase.determineNoteWorkflowNotificationAction(javax.servlet.http.HttpServletRequest request, KualiDocumentFormBase kualiDocumentFormBase, Note note) Deprecated.Override this to customize which routing action to take when sending a note.protected booleanKualiDocumentActionBase.hasPendingAdhocForCompletion(KualiDocumentFormBase kualiDocumentFormBase) Deprecated.KULRICE-7864: blanket approve should not be allowed when adhoc route for completion request is newly added determine whether any adhoc recipient in the given document has been just added for completion actionprotected booleanKualiDocumentActionBase.isFormRepresentingLockObject(KualiDocumentFormBase form) Deprecated.protected voidKualiDocumentActionBase.loadDocument(KualiDocumentFormBase kualiDocumentFormBase) Deprecated.This method loads the document by its provided document header id.protected voidKualiDocumentActionBase.populateAdHocActionRequestCodes(KualiDocumentFormBase formBase) Deprecated.protected voidKualiDocumentActionBase.populateAuthorizationFields(KualiDocumentFormBase formBase) Deprecated.protected voidKualiMaintenanceDocumentAction.populateAuthorizationFields(KualiDocumentFormBase formBase) Deprecated.protected voidKualiTransactionalDocumentActionBase.populateAuthorizationFields(KualiDocumentFormBase formBase) Deprecated.protected voidKualiDocumentActionBase.refreshAdHocRoutingWorkgroupLookups(javax.servlet.http.HttpServletRequest request, KualiDocumentFormBase kualiForm) Deprecated.special refresh needed to get the workgroups populated correctly when coming back from workgroup lookupsprotected org.apache.struts.action.ActionForwardKualiDocumentActionBase.returnToSender(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.ActionMapping mapping, KualiDocumentFormBase form) Deprecated.If the given form has returnToActionList set to true, this method returns an ActionForward that should take the user back to their action list; otherwise, it returns them to the portal. -
Uses of KualiDocumentFormBase in org.kuali.rice.kns.web.struts.form
Subclasses of KualiDocumentFormBase in org.kuali.rice.kns.web.struts.formModifier and TypeClassDescriptionclassDeprecated.classDeprecated.
MaintenanceDocumentForm.