| Package | Description |
|---|---|
| org.kuali.rice.kns.service |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kns.util |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kns.web.struts.action |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| org.kuali.rice.kns.web.struts.form |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
KualiDocumentFormBase |
SessionDocumentService.getDocumentForm(String documentNumber,
String docFormKey,
UserSession userSession,
String ipAddress)
Deprecated.
Returns KualiDocumentFormBase object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionDocumentService.setDocumentForm(KualiDocumentFormBase form,
UserSession userSession,
String ipAddress)
Deprecated.
Store KualiDocumentFormBase into session and database.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WebUtils.reuseErrorMapFromPreviousRequest(KualiDocumentFormBase kualiDocumentFormBase)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected 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 recipients
|
protected void |
KualiDocumentActionBase.createDocument(KualiDocumentFormBase kualiDocumentFormBase)
Deprecated.
This method creates a new document of the type specified by the docTypeName property of the given form.
|
protected String |
KualiDocumentActionBase.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 boolean |
KualiDocumentActionBase.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 action
|
protected boolean |
KualiDocumentActionBase.isFormRepresentingLockObject(KualiDocumentFormBase form)
Deprecated.
|
protected void |
KualiDocumentActionBase.loadDocument(KualiDocumentFormBase kualiDocumentFormBase)
Deprecated.
This method loads the document by its provided document header id.
|
protected void |
KualiDocumentActionBase.populateAdHocActionRequestCodes(KualiDocumentFormBase formBase)
Deprecated.
|
protected void |
KualiTransactionalDocumentActionBase.populateAuthorizationFields(KualiDocumentFormBase formBase)
Deprecated.
|
protected void |
KualiMaintenanceDocumentAction.populateAuthorizationFields(KualiDocumentFormBase formBase)
Deprecated.
|
protected void |
KualiDocumentActionBase.populateAuthorizationFields(KualiDocumentFormBase formBase)
Deprecated.
|
protected void |
KualiDocumentActionBase.refreshAdHocRoutingWorkgroupLookups(javax.servlet.http.HttpServletRequest request,
KualiDocumentFormBase kualiForm)
Deprecated.
special refresh needed to get the workgroups populated correctly when coming back from workgroup lookups
|
protected org.apache.struts.action.ActionForward |
KualiDocumentActionBase.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KualiMaintenanceForm
Deprecated.
|
class |
KualiTransactionalDocumentFormBase
Deprecated.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.