public class CoiCustomSearchAction
extends org.kuali.rice.kns.web.struts.action.KualiAction
| Constructor and Description |
|---|
CoiCustomSearchAction() |
| Modifier and Type | Method and Description |
|---|---|
protected CoiDisclosureActionService |
getCoiDisclosureActionService() |
protected CoiDisclosureDao |
getCoiDisclosureDao() |
protected String |
getCoiDisclosureDocumentNumber(javax.servlet.http.HttpServletRequest request)
Parses the method to call attribute to pick off the line number which should have an action performed on it.
|
protected org.kuali.rice.krad.service.DocumentService |
getDocumentService() |
protected List<CoiDisclosure> |
getInProgressReviews() |
protected KraAuthorizationService |
getKraAuthorizationService() |
protected List<CoiDisclosure> |
getOpenReviews() |
protected org.kuali.rice.coreservice.framework.parameter.ParameterService |
getParameterService() |
protected List<CoiDisclosure> |
getPendingReviews() |
protected org.kuali.rice.kim.api.permission.PermissionService |
getPermissionService() |
protected TaskAuthorizationService |
getTaskAuthorizationService() |
protected boolean |
isAuthorizedForCoiLookups() |
org.apache.struts.action.ActionForward |
openCustomSearch(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
org.apache.struts.action.ActionForward |
quickApproveDisclosure(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setCoiDisclosureActionService(CoiDisclosureActionService coiDisclosureActionService) |
void |
setCoiDisclosureDao(CoiDisclosureDao coiDisclosureDao) |
void |
setDocumentService(org.kuali.rice.krad.service.DocumentService documentService) |
void |
setKraAuthorizationService(KraAuthorizationService kraAuthorizationService) |
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService) |
void |
setPermissionService(org.kuali.rice.kim.api.permission.PermissionService permissionService) |
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 openCustomSearch(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionpublic org.apache.struts.action.ActionForward quickApproveDisclosure(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionprotected List<CoiDisclosure> getOpenReviews()
protected List<CoiDisclosure> getPendingReviews()
protected List<CoiDisclosure> getInProgressReviews()
protected String getCoiDisclosureDocumentNumber(javax.servlet.http.HttpServletRequest request)
request - protected CoiDisclosureDao getCoiDisclosureDao()
public void setCoiDisclosureDao(CoiDisclosureDao coiDisclosureDao)
protected org.kuali.rice.coreservice.framework.parameter.ParameterService getParameterService()
public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
protected CoiDisclosureActionService getCoiDisclosureActionService()
public void setCoiDisclosureActionService(CoiDisclosureActionService coiDisclosureActionService)
protected org.kuali.rice.krad.service.DocumentService getDocumentService()
public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
protected KraAuthorizationService getKraAuthorizationService()
public void setKraAuthorizationService(KraAuthorizationService kraAuthorizationService)
protected org.kuali.rice.kim.api.permission.PermissionService getPermissionService()
public void setPermissionService(org.kuali.rice.kim.api.permission.PermissionService permissionService)
protected boolean isAuthorizedForCoiLookups()
protected TaskAuthorizationService getTaskAuthorizationService()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.