public abstract class AbstractHoldingPageAction
extends org.kuali.rice.kns.web.struts.action.KualiAction
| Constructor and Description |
|---|
AbstractHoldingPageAction() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.krad.service.DocumentService |
getDocumentService() |
org.kuali.rice.kim.api.identity.PersonService |
getPersonService() |
protected boolean |
isDocumentPostprocessingComplete(org.kuali.rice.krad.document.Document document)
Checks whether the postprocessing on the given document is complete.
|
protected boolean |
isPessimisticallyLocked(org.kuali.rice.krad.document.Document document)
This method checks for pessimistic locks
|
protected boolean |
isProcessComplete(org.kuali.rice.krad.document.Document document) |
org.apache.struts.action.ActionForward |
returnToPortal(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns the user directly to the Portal instead of having to wait for the document to reload.
|
void |
setDocumentService(org.kuali.rice.krad.service.DocumentService documentService) |
void |
setPersonService(org.kuali.rice.kim.api.identity.PersonService personService) |
addMethodToCallToUncheckedList, checkAuthorization, defaultDispatch, dispatchMethod, doProcessingAfterPost, execute, findMethodToCall, getApplicationBaseUrl, getBusinessObjectAuthorizationService, getEncryptionService, getHeaderTabDispatch, getHeaderTabNavigateTo, getImageContext, getKualiModuleService, getLineToDelete, getLineToEdit, getReturnLocation, getRoleQualification, getSelectedLine, getTabToToggle, headerTab, hideAllTabs, isModuleLocked, performInquiry, performLookup, performQuestionWithInput, performQuestionWithInputAgainBecauseOfErrors, performQuestionWithoutInput, performWorkgroupLookup, postTextAreaToParent, refresh, retrieveLookupParameterValue, showAllTabs, toggleTab, updateTextArea, validateLookupInquiryFullParametercancelled, getMethod, getMethodName, getParameter, unspecifiedaddErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServletpublic org.apache.struts.action.ActionForward returnToPortal(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
mapping - form - request - response - protected boolean isDocumentPostprocessingComplete(org.kuali.rice.krad.document.Document document)
document - the document to checkprotected boolean isPessimisticallyLocked(org.kuali.rice.krad.document.Document document)
document - - the workflow documentprotected boolean isProcessComplete(org.kuali.rice.krad.document.Document document)
public org.kuali.rice.krad.service.DocumentService getDocumentService()
public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
public org.kuali.rice.kim.api.identity.PersonService getPersonService()
public void setPersonService(org.kuali.rice.kim.api.identity.PersonService personService)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.