public class TransactionForm extends UifFormBase
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, applyDefaultValues, attachmentFile, clientStateForSyncing, controllerMapping, dialogExplanations, dialogResponses, dirtyForm, extensionData, flowKey, focusId, formKey, formPostUrl, growlScript, historyFlow, historyManager, jumpToId, jumpToName, methodToCall, newCollectionLines, pageId, queryParameters, readOnlyFieldsList, renderedInDialog, renderedInIframe, request, requestedFormKey, requestRedirected, returnDialogId, returnDialogResponse, returnFormKey, returnLocation, selectedCollectionLines, selectedLookupResultsCache, sessionId, sessionTimeoutInterval, state, triggerActionId, updateComponentId, view, viewId, viewName, viewPostMetadata, viewRequestParameters, viewTypeName
Constructor and Description |
---|
TransactionForm() |
generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getControllerMapping, getDialogExplanations, getDialogResponse, getDialogResponses, getExtensionData, getFlowKey, getFocusId, getFormKey, getFormPostUrl, getGrowlScript, getHistoryFlow, getHistoryManager, getInitialRequestParameters, getJumpToId, getJumpToName, getMethodToCall, getNewCollectionLines, getPageId, getQueryParameters, getReadOnlyFieldsList, getRequest, getRequestedFormKey, getRequestJsonTemplate, getRequestUrl, getReturnDialogId, getReturnDialogResponse, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getSelectedLookupResultsCache, getSessionId, getSessionTimeoutInterval, getState, getTriggerActionId, getUpdateComponent, getUpdateComponentId, getView, getViewHelperService, getViewId, getViewName, getViewPostMetadata, getViewRequestParameters, getViewService, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isApplyDefaultValues, isCollectionPagingRequest, isDirtyForm, isJsonRequest, isRenderedInDialog, isRenderedInIframe, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, postBind, preBind, preRender, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setApplyDefaultValues, setAttachmentFile, setClientStateForSyncing, setCollectionPagingRequest, setDialogExplanations, setDialogResponses, setDirtyForm, setDirtyForm, setExtensionData, setFlowKey, setFocusId, setFormKey, setFormPostUrl, setGrowlScript, setHistoryFlow, setHistoryManager, setInitialRequestParameters, setJumpToId, setJumpToName, setMethodToCall, setNewCollectionLines, setPageId, setQueryParameters, setReadOnlyFieldsList, setRenderedInDialog, setRenderedInIframe, setRequest, setRequestedFormKey, setRequestJsonTemplate, setRequestRedirected, setRequestUrl, setReturnDialogId, setReturnDialogResponse, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSelectedLookupResultsCache, setState, setTriggerActionId, setUpdateComponent, setUpdateComponentId, setView, setViewId, setViewName, setViewPostMetadata, setViewRequestParameters, setViewTypeName, toString
public TransactionForm()
public String getTestField()
public void setTestField(String testField)
public String getAccountId()
public void setAccountId(String accountId)
public String getStudentLookupByName()
public void setStudentLookupByName(String studentLookupByName)
studentLookupByName
- public String getSelectedPersonName()
public void setSelectedPersonName(String selectedPersonName)
selectedPersonName
- public List<Currency> getCurrencies()
public void setCurrencies(List<Currency> currencies)
currencies
- public Currency getCurrency()
public void setCurrency(Currency currency)
currency
- public String getCurrencyName()
public void setCurrencyName(String currencyName)
currencyName
- public String getCurrencyDescription()
public void setCurrencyDescription(String currencyDescription)
currencyDescription
- public List<TransactionModel> getRollupTransactions()
public void setRollupTransactions(List<TransactionModel> rollupTransactions)
public List<TransactionModel> getAllTransactions()
public void setAllTransactions(List<TransactionModel> allTransactions)
public BigDecimal getStartingBalance()
public String getFormattedStartingBalance()
public void setStartingBalance(BigDecimal startingBalance)
public BigDecimal getEndingBalance()
public void setEndingBalance(BigDecimal endingBalance)
public Date getStartingDate()
public void setStartingDate(Date startingDate)
public Date getEndingDate()
public void setEndingDate(Date endingDate)
public String getStatusMessage()
public void setStatusMessage(String statusMessage)
public List<TransactionModel> getDeferments()
public void setDeferments(List<TransactionModel> deferments)
public BigDecimal getChargeTotal()
public void setChargeTotal(BigDecimal chargeTotal)
public void addChargeTotal(BigDecimal chargeTotal)
public BigDecimal getPaymentTotal()
public void setPaymentTotal(BigDecimal paymentTotal)
public void addPaymentTotal(BigDecimal paymentTotal)
public BigDecimal getDefermentTotal()
public void setDefermentTotal(BigDecimal defermentTotal)
public void addDefermentTotal(BigDecimal defermentTotal)
public BigDecimal getAllocatedTotal()
public void setAllocatedTotal(BigDecimal allocatedTotal)
public void addAllocatedTotal(BigDecimal allocatedTotal)
public void subtractAllocatedTotal(BigDecimal allocatedTotal)
public BigDecimal getUnallocatedTotal()
public void setUnallocatedTotal(BigDecimal unallocatedTotal)
public void addUnallocatedTotal(BigDecimal unallocatedTotal)
public void subtractUnallocatedTotal(BigDecimal unallocatedTotal)
public TransactionModel getCurrentTransaction()
public void setCurrentTransaction(TransactionModel currentTransaction)
public List<TransactionModel> getCurrrentTransactionAllocations()
public void setCurrrentTransactionAllocations(List<TransactionModel> currrentTransactionAllocations)
public Boolean getShowInternal()
public void setShowInternal(Boolean showInternal)
public Set<Date> getZeroBalanceDates()
public void setZeroBalanceDates(Set<Date> zeroBalanceDates)
public String getZeroBalanceDate()
public void setZeroBalanceDate(String zeroBalanceDate)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.