public class OleFundLookupAction extends org.kuali.rice.kns.web.struts.action.KualiTransactionalDocumentActionBase
DOCUMENT_LOAD_COMMANDS
Constructor and Description |
---|
OleFundLookupAction() |
Modifier and Type | Method and Description |
---|---|
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,
String accountName) |
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)
This method clears the search criteria's that is on the FundLookup Search Page
|
String |
convertNegativeSign(org.kuali.rice.core.api.util.type.KualiDecimal convertTo) |
List<Account> |
getAccountList(String accountNumber,
String chartCode) |
String |
getAccountName(String accountNumber) |
List<Balance> |
getBalanceEntries(OleFundLookupDocument oleFundDocument) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getBudgetDecrease(Integer fiscalYear,
String chartCode,
String accountNo,
String objectCode) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getBudgetIncrease(Integer fiscalYear,
String chartCode,
String accountNo,
String objectCode) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getEncumbrance(String chartCode,
String accountNumber,
String objectCode,
Integer fiscalYear) |
List<Entry> |
getEntries(OleFundLookupDocument oleFundDocument) |
List<GeneralLedgerPendingEntry> |
getGLPendingEntries(OleFundLookupDocument oleFundDocument) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getInitialBudgetAllocation(String chartCode,
String accountNumber,
String financialObjectCode,
int fiscalYear) |
String |
getOrganizationCode(String accountNumber) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getSumPaidInvoices(String chartCode,
String accountNumber,
String objectCode,
Integer fiscalYear) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getSumUnpaidInvoices(String chartCode,
String accountNo,
String objectCode) |
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) |
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.
|
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) |
List<OleFundLookup> |
updateSearchResults(List<String> entryList) |
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, 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
public OleFundLookupAction()
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 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<OleFundLookup> updateSearchResults(List<String> entryList)
public List<Entry> getEntries(OleFundLookupDocument oleFundDocument)
public List<Balance> getBalanceEntries(OleFundLookupDocument oleFundDocument)
public List<GeneralLedgerPendingEntry> getGLPendingEntries(OleFundLookupDocument oleFundDocument)
public org.kuali.rice.core.api.util.type.KualiDecimal getInitialBudgetAllocation(String chartCode, String accountNumber, String financialObjectCode, int fiscalYear)
public String getAccountName(String accountNumber)
public String getOrganizationCode(String accountNumber)
public org.kuali.rice.core.api.util.type.KualiDecimal getEncumbrance(String chartCode, String accountNumber, String objectCode, Integer fiscalYear)
public org.kuali.rice.core.api.util.type.KualiDecimal getSumPaidInvoices(String chartCode, String accountNumber, String objectCode, Integer fiscalYear)
public org.kuali.rice.core.api.util.type.KualiDecimal getBudgetIncrease(Integer fiscalYear, String chartCode, String accountNo, String objectCode)
public org.kuali.rice.core.api.util.type.KualiDecimal getBudgetDecrease(Integer fiscalYear, String chartCode, String accountNo, String objectCode)
public org.kuali.rice.core.api.util.type.KualiDecimal getSumUnpaidInvoices(String chartCode, String accountNo, String objectCode)
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 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.KualiDocumentActionBase
Exception
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
mapping
- form
- request
- response
- Exception
public String convertNegativeSign(org.kuali.rice.core.api.util.type.KualiDecimal convertTo)
public boolean validateChartCode(String chartCode)
public boolean validateAccountNumber(String accountNumber)
public boolean validateObjectCode(String objectCode)
public boolean checkAccountEntry(String accountNumber, String chartCode, String accountName)
public List<Account> getAccountList(String accountNumber, String chartCode)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.