public class OleFundLookupAction extends org.kuali.rice.kns.web.struts.action.KualiTransactionalDocumentActionBase
Modifier and Type | Field and Description |
---|---|
protected Class |
businessObjectClass |
org.kuali.rice.kns.service.BusinessObjectDictionaryService |
businessObjectDictionaryService |
protected GeneralLedgerPendingEntryService |
generalLedgerPendingEntryService |
DOCUMENT_LOAD_COMMANDS
Constructor and Description |
---|
OleFundLookupAction() |
Modifier and Type | Method and Description |
---|---|
protected List |
buildSearchResultList(Collection searchResultsCollection,
Long actualSize) |
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) |
boolean |
checkAccountEntry(String accountNumber,
String chartCode) |
org.apache.struts.action.ActionForward |
clear(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
convertNegativeSign(org.kuali.rice.core.api.util.type.KualiDecimal convertTo) |
AccountBalanceService |
getAccountBalanceService() |
String |
getAccountName(String accountNumber) |
Class |
getBusinessObjectClass() |
org.kuali.rice.kns.service.BusinessObjectDictionaryService |
getBusinessObjectDictionaryService() |
List<String> |
getDefaultSortColumns() |
protected GeneralLedgerPendingEntryService |
getGeneralLedgerPendingEntryService() |
List<String> |
getKeyword(String accountName) |
OptionsService |
getOptionsService() |
List<String> |
getOrganizationCd(String orgCd) |
String |
getOrganizationCode(String accountNumber) |
AccountBalanceCalculator |
getPostAccountBalance() |
List |
getSearchResults(Map fieldValues) |
protected String |
getSelectedPendingEntryOption(Map fieldValues) |
org.apache.struts.action.ActionForward |
search(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method returns the list of values that satisfy the search criteria input from OleFundLookup page.
|
void |
setAccountBalanceService(AccountBalanceService accountBalanceService) |
void |
setOptionsService(OptionsService optionsService) |
void |
setPostAccountBalance(AccountBalanceCalculator postAccountBalance) |
org.apache.struts.action.ActionForward |
start(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
updateByPendingLedgerEntry(Collection entryCollection,
Map fieldValues,
String pendingEntryOption,
boolean isConsolidated,
boolean isCostShareInclusive) |
protected void |
updateEntryCollection(Collection entryCollection,
Map fieldValues,
boolean isApproved,
boolean isConsolidated,
boolean isCostShareExcluded) |
List |
updateSearchResults(List<AccountBalance> fundbBalanceList) |
boolean |
validateAccountNumber(String accountNumber) |
boolean |
validateChartCode(String chartCode) |
boolean |
validateObjectCode(String objectCode) |
copy, populateAuthorizationFields
acknowledge, approve, attemptLockRelease, blanketApprove, buildAuthorizationException, cancelBOAttachment, canSave, checkAndWarnAboutSensitiveData, checkAuthorization, close, combineAdHocRecipients, complete, convertSetToMap, createDocument, delete, deleteAdHocRoutePerson, deleteAdHocRouteWorkgroup, deleteBONote, determineNoteWorkflowNotificationAction, disapprove, docHandler, doProcessingAfterPost, downloadBOAttachment, execute, exitingDocument, fyi, generatePessimisticLockMessage, getAttachmentService, getBusinessObjectAuthorizationService, getBusinessObjectMetaDataService, getBusinessObjectService, getDataDictionaryService, getDocumentHelperService, getDocumentService, getEntityManagerFactory, getGroupService, getKualiConfigurationService, getKualiRuleService, getNoteService, getParameterService, getPessimisticLockService, getQuestion, hasPendingAdhocForCompletion, hideAllTabs, insertAdHocRoutePerson, insertAdHocRouteWorkgroup, insertBONote, isFormRepresentingLockObject, loadDocument, performRouteReport, populateAdHocActionRequestCodes, promptBeforeValidation, promptBeforeValidation, recall, refresh, refreshAdHocRoutingWorkgroupLookups, releaseLocks, reload, returnToSender, route, save, selectedAttachmentIndex, sendAdHocRequests, sendNoteWorkflowNotification, setupDocumentExit, setupPessimisticLockMessages, showAllTabs, streamToResponse, superUserApprove, superUserDisapprove, supervisorFunctions, takeSuperUserActions, toggleTab
addMethodToCallToUncheckedList, defaultDispatch, dispatchMethod, findMethodToCall, getApplicationBaseUrl, getEncryptionService, getHeaderTabDispatch, getHeaderTabNavigateTo, getImageContext, getKualiModuleService, getLineToDelete, getLineToEdit, getReturnLocation, getRoleQualification, getSelectedLine, getTabToToggle, headerTab, isModuleLocked, performInquiry, performLookup, performQuestionWithInput, performQuestionWithInputAgainBecauseOfErrors, performQuestionWithoutInput, performWorkgroupLookup, postTextAreaToParent, retrieveLookupParameterValue, updateTextArea, validateLookupInquiryFullParameter
cancelled, getMethod, getMethodName, getParameter, unspecified
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
protected GeneralLedgerPendingEntryService generalLedgerPendingEntryService
public org.kuali.rice.kns.service.BusinessObjectDictionaryService businessObjectDictionaryService
protected Class businessObjectClass
public OleFundLookupAction()
public org.kuali.rice.kns.service.BusinessObjectDictionaryService getBusinessObjectDictionaryService()
protected GeneralLedgerPendingEntryService getGeneralLedgerPendingEntryService()
public AccountBalanceCalculator getPostAccountBalance()
public void setPostAccountBalance(AccountBalanceCalculator postAccountBalance)
public AccountBalanceService getAccountBalanceService()
public void setAccountBalanceService(AccountBalanceService accountBalanceService)
public org.apache.struts.action.ActionForward start(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exception
public OptionsService getOptionsService()
public void setOptionsService(OptionsService optionsService)
public org.apache.struts.action.ActionForward search(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
- Exception
public List updateSearchResults(List<AccountBalance> fundbBalanceList)
public List getSearchResults(Map fieldValues)
protected String getSelectedPendingEntryOption(Map fieldValues)
protected void updateByPendingLedgerEntry(Collection entryCollection, Map fieldValues, String pendingEntryOption, boolean isConsolidated, boolean isCostShareInclusive)
protected void updateEntryCollection(Collection entryCollection, Map fieldValues, boolean isApproved, boolean isConsolidated, boolean isCostShareExcluded)
public boolean checkAccountEntry(String accountNumber, String chartCode)
protected List buildSearchResultList(Collection searchResultsCollection, Long actualSize)
public List<String> getDefaultSortColumns()
public Class getBusinessObjectClass()
public boolean validateChartCode(String chartCode)
public boolean validateAccountNumber(String accountNumber)
public boolean validateObjectCode(String objectCode)
public org.apache.struts.action.ActionForward clear(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exception
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
cancel
in class org.kuali.rice.kns.web.struts.action.KualiDocumentActionBase
Exception
public String getAccountName(String accountNumber)
public String getOrganizationCode(String accountNumber)
public String convertNegativeSign(org.kuali.rice.core.api.util.type.KualiDecimal convertTo)
public List<String> getKeyword(String accountName)
public List<String> getOrganizationCd(String orgCd)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.