public class FinancialEntityAction
extends org.kuali.rice.kns.web.struts.action.KualiAction
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ACTIVATE_ENTITY |
protected static String |
CONFIRM_NO_CANCEL_FE |
protected static String |
CONFIRM_NO_DELETE |
protected static String |
CONFIRM_YES_CANCEL_FE |
protected static String |
INACTIVATE_ENTITY |
| Constructor and Description |
|---|
FinancialEntityAction() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildForwardUrl(String routeHeaderId) |
protected StrutsConfirmation |
buildParameterizedConfirmationQuestion(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String questionId,
String configurationId,
String... params)
"borrowed" from KraTransactionalDocumentActionBase class
|
org.apache.struts.action.ActionForward |
cancel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method for 'close' button action.
|
protected boolean |
checkRule(KraDocumentEventBaseExtension event)
This method is to process rule check.
|
org.apache.struts.action.ActionForward |
confirm(StrutsConfirmation question,
String yesMethodName,
String noMethodName)
"borrowed" from KraTransactionalDocumentActionBase class
|
org.apache.struts.action.ActionForward |
confirmCancelFinancialEntity(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 |
declineCancelFinancialEntity(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 |
editList(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is to forward to 'My Financial Entities' page.
|
org.apache.struts.action.ActionForward |
editNew(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is to forward to 'New Financial Entity' page
|
protected org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
protected CoiDisclosureService |
getCoiDisclosureService() |
protected CoiPrintingService |
getCoiPrintingService() |
protected List<PersonFinIntDisclosure> |
getFinancialEntities(boolean active) |
protected List<PersonFinIntDisclosure> |
getFinancialEntities(String personId,
boolean active) |
protected FinancialEntityService |
getFinancialEntityService() |
protected org.kuali.rice.krad.service.SequenceAccessorService |
getSequenceAccessorService() |
protected static String |
getValidHeaderString(String s) |
protected WatermarkService |
getWatermarkService() |
protected boolean |
isValidToSave(PersonFinIntDisclosure personFinIntDisclosure,
String errorPath) |
org.apache.struts.action.ActionForward |
management(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method is called when user open the financial entity maintenance page
|
protected org.apache.struts.action.ActionForward |
performQuestionWithoutInput(StrutsConfirmation question,
String context)
"borrowed" from KraTransactionalDocumentActionBase class
|
protected void |
recordSubmitActionSuccess(String submitAction)
This method is for header message displaying
|
org.apache.struts.action.ActionForward |
refresh(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This is specifically for 'sponsor' lookup' when return a value, the addresses fields will be overriden.
|
protected void |
saveFinancialEntity(org.apache.struts.action.ActionForm form,
PersonFinIntDisclosure personFinIntDisclosure) |
org.apache.struts.action.ActionForward |
viewFinancialEntityAttachment(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 |
viewFinancialEntityAttachmentFromSummary(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 |
whereToGoAfterCancel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
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, 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, setServletprotected static final String INACTIVATE_ENTITY
protected static final String ACTIVATE_ENTITY
protected static final String CONFIRM_YES_CANCEL_FE
protected static final String CONFIRM_NO_CANCEL_FE
protected static final String CONFIRM_NO_DELETE
public org.apache.struts.action.ActionForward management(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
mapping - form - request - response - Exceptionpublic org.apache.struts.action.ActionForward editNew(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
mapping - form - request - response - Exceptionpublic org.apache.struts.action.ActionForward editList(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
mapping - form - request - response - Exceptionprotected void saveFinancialEntity(org.apache.struts.action.ActionForm form,
PersonFinIntDisclosure personFinIntDisclosure)
public org.apache.struts.action.ActionForward cancel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
mapping - form - request - response - Exceptionprotected boolean isValidToSave(PersonFinIntDisclosure personFinIntDisclosure, String errorPath)
protected boolean checkRule(KraDocumentEventBaseExtension event)
event - protected org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
protected FinancialEntityService getFinancialEntityService()
protected CoiDisclosureService getCoiDisclosureService()
protected org.kuali.rice.krad.service.SequenceAccessorService getSequenceAccessorService()
protected List<PersonFinIntDisclosure> getFinancialEntities(boolean active)
protected List<PersonFinIntDisclosure> getFinancialEntities(String personId, boolean active)
protected void recordSubmitActionSuccess(String submitAction)
submitAction - public org.apache.struts.action.ActionForward refresh(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
refresh in class org.kuali.rice.kns.web.struts.action.KualiActionExceptionKualiAction.refresh(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)public org.apache.struts.action.ActionForward viewFinancialEntityAttachment(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 viewFinancialEntityAttachmentFromSummary(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 CoiPrintingService getCoiPrintingService()
protected WatermarkService getWatermarkService()
protected StrutsConfirmation buildParameterizedConfirmationQuestion(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String questionId, String configurationId, String... params) throws Exception
Exceptionpublic org.apache.struts.action.ActionForward confirm(StrutsConfirmation question, String yesMethodName, String noMethodName) throws Exception
Exceptionprotected org.apache.struts.action.ActionForward performQuestionWithoutInput(StrutsConfirmation question, String context) throws Exception
Exceptionpublic org.apache.struts.action.ActionForward confirmCancelFinancialEntity(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 declineCancelFinancialEntity(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 whereToGoAfterCancel(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
ExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.