org.kuali.rice.krad.labs.transaction
Class TransactionForm
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
org.kuali.rice.krad.labs.transaction.TransactionForm
- All Implemented Interfaces:
- Serializable, ViewModel
public class TransactionForm
- extends UifFormBase
KSA Transaction test form for lab
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase |
actionParameters, addedCollectionItems, ajaxRequest, ajaxReturnType, attachmentFile, clientStateForSyncing, controllerMapping, dialogExplanation, dialogManager, dialogResponse, dirtyForm, extensionData, flowKey, focusId, formKey, formPostUrl, growlScript, historyFlow, historyManager, jumpToId, jumpToName, lightboxScript, methodToCall, newCollectionLines, pageId, queryParameters, readOnlyFieldsList, renderedInIframe, renderedInLightBox, requestedFormKey, requestRedirected, returnFormKey, returnLocation, selectedCollectionLines, selectedLookupResultsCache, sessionId, sessionTimeoutInterval, state, updateComponentId, view, viewId, viewName, viewPostMetadata, viewRequestParameters, viewsThatNeedDefaultValuesApplied, viewTypeName |
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase |
addViewThatNeedsDefaultValuesApplied, generateFormKey, getActionEvent, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAddedCollectionItems, getAjaxReturnType, getAttachmentFile, getClientStateForSyncing, getControllerMapping, getDialogExplanation, getDialogManager, getDialogResponse, getExtensionData, getFlowKey, getFocusId, getFormKey, getFormPostUrl, getGrowlScript, getHistoryFlow, getHistoryManager, getInitialRequestParameters, getJumpToId, getJumpToName, getLightboxScript, getMethodToCall, getNewCollectionLines, getPageId, getQueryParameters, getReadOnlyFieldsList, getRequestedFormKey, getRequestJsonTemplate, getRequestUrl, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getSelectedLookupResultsCache, getSessionId, getSessionTimeoutInterval, getState, getUpdateComponent, getUpdateComponentId, getView, getViewHelperService, getViewId, getViewName, getViewPostMetadata, getViewRequestParameters, getViewService, getViewsThatNeedDefaultValuesApplied, getViewTypeName, isAddedCollectionItem, isAjaxRequest, isCollectionPagingRequest, isDirtyForm, isJsonRequest, isRenderedInIframe, isRenderedInLightBox, isRequestRedirected, isUpdateComponentRequest, isUpdateDialogRequest, isUpdateNoneRequest, isUpdatePageRequest, postBind, preBind, setActionParameters, setAddedCollectionItems, setAjaxRequest, setAjaxReturnType, setAttachmentFile, setClientStateForSyncing, setCollectionPagingRequest, setDialogExplanation, setDialogManager, setDialogResponse, setDirtyForm, setDirtyForm, setExtensionData, setFlowKey, setFocusId, setFormKey, setFormPostUrl, setGrowlScript, setHistoryFlow, setHistoryManager, setInitialRequestParameters, setJumpToId, setJumpToName, setLightboxScript, setMethodToCall, setNewCollectionLines, setPageId, setQueryParameters, setReadOnlyFieldsList, setRenderedInIframe, setRenderedInLightBox, setRequestedFormKey, setRequestJsonTemplate, setRequestRedirected, setRequestUrl, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setSelectedLookupResultsCache, setState, setUpdateComponent, setUpdateComponentId, setView, setViewId, setViewName, setViewPostMetadata, setViewRequestParameters, setViewsThatNeedDefaultValuesApplied, setViewTypeName, toString |
TransactionForm
public TransactionForm()
getTestField
public String getTestField()
setTestField
public void setTestField(String testField)
getAccountId
public String getAccountId()
setAccountId
public void setAccountId(String accountId)
getStudentLookupByName
public String getStudentLookupByName()
- Get the student name
Possible uses is a query match for transactions
The value can be a partial matching name
- Returns:
setStudentLookupByName
public void setStudentLookupByName(String studentLookupByName)
- Set the student lookup name
Possible uses is a query match for transactions
The value can be a partial matching name
- Parameters:
studentLookupByName
-
getSelectedPersonName
public String getSelectedPersonName()
- Get the selected person name
- Returns:
setSelectedPersonName
public void setSelectedPersonName(String selectedPersonName)
- Set the selected person name
- Parameters:
selectedPersonName
-
getCurrencies
public List<Currency> getCurrencies()
- Get the list of Currency objects
- Returns:
setCurrencies
public void setCurrencies(List<Currency> currencies)
- Set the list of Currency objects
- Parameters:
currencies
-
getCurrency
public Currency getCurrency()
- Get the Currency model object
- Returns:
setCurrency
public void setCurrency(Currency currency)
- Set teh Currency model object
- Parameters:
currency
-
getCode
public String getCode()
- Get the ISO symbol
- Returns:
setCode
public void setCode(String code)
- Set the ISO symbol
- Parameters:
code
-
getCurrencyName
public String getCurrencyName()
- Get the currencyName
- Returns:
setCurrencyName
public void setCurrencyName(String currencyName)
- Set the Name
- Parameters:
currencyName
-
getCurrencyDescription
public String getCurrencyDescription()
- Get the currency description
- Returns:
setCurrencyDescription
public void setCurrencyDescription(String currencyDescription)
- Set the currency description
- Parameters:
currencyDescription
-
getRollupTransactions
public List<TransactionModel> getRollupTransactions()
- Get a list of activities
- Returns:
setRollupTransactions
public void setRollupTransactions(List<TransactionModel> rollupTransactions)
getAllTransactions
public List<TransactionModel> getAllTransactions()
setAllTransactions
public void setAllTransactions(List<TransactionModel> allTransactions)
getStartingBalance
public BigDecimal getStartingBalance()
getFormattedStartingBalance
public String getFormattedStartingBalance()
setStartingBalance
public void setStartingBalance(BigDecimal startingBalance)
getEndingBalance
public BigDecimal getEndingBalance()
setEndingBalance
public void setEndingBalance(BigDecimal endingBalance)
getStartingDate
public Date getStartingDate()
setStartingDate
public void setStartingDate(Date startingDate)
getEndingDate
public Date getEndingDate()
setEndingDate
public void setEndingDate(Date endingDate)
getStatusMessage
public String getStatusMessage()
setStatusMessage
public void setStatusMessage(String statusMessage)
getDeferments
public List<TransactionModel> getDeferments()
setDeferments
public void setDeferments(List<TransactionModel> deferments)
getChargeTotal
public BigDecimal getChargeTotal()
setChargeTotal
public void setChargeTotal(BigDecimal chargeTotal)
addChargeTotal
public void addChargeTotal(BigDecimal chargeTotal)
getPaymentTotal
public BigDecimal getPaymentTotal()
setPaymentTotal
public void setPaymentTotal(BigDecimal paymentTotal)
addPaymentTotal
public void addPaymentTotal(BigDecimal paymentTotal)
getDefermentTotal
public BigDecimal getDefermentTotal()
setDefermentTotal
public void setDefermentTotal(BigDecimal defermentTotal)
addDefermentTotal
public void addDefermentTotal(BigDecimal defermentTotal)
getAllocatedTotal
public BigDecimal getAllocatedTotal()
setAllocatedTotal
public void setAllocatedTotal(BigDecimal allocatedTotal)
addAllocatedTotal
public void addAllocatedTotal(BigDecimal allocatedTotal)
subtractAllocatedTotal
public void subtractAllocatedTotal(BigDecimal allocatedTotal)
getUnallocatedTotal
public BigDecimal getUnallocatedTotal()
setUnallocatedTotal
public void setUnallocatedTotal(BigDecimal unallocatedTotal)
addUnallocatedTotal
public void addUnallocatedTotal(BigDecimal unallocatedTotal)
subtractUnallocatedTotal
public void subtractUnallocatedTotal(BigDecimal unallocatedTotal)
getNewTag
public String getNewTag()
setNewTag
public void setNewTag(String newTag)
getCurrentTransaction
public TransactionModel getCurrentTransaction()
setCurrentTransaction
public void setCurrentTransaction(TransactionModel currentTransaction)
getCurrrentTransactionAllocations
public List<TransactionModel> getCurrrentTransactionAllocations()
setCurrrentTransactionAllocations
public void setCurrrentTransactionAllocations(List<TransactionModel> currrentTransactionAllocations)
getShowInternal
public Boolean getShowInternal()
setShowInternal
public void setShowInternal(Boolean showInternal)
getZeroBalanceDates
public Set<Date> getZeroBalanceDates()
setZeroBalanceDates
public void setZeroBalanceDates(Set<Date> zeroBalanceDates)
getZeroBalanceDate
public String getZeroBalanceDate()
setZeroBalanceDate
public void setZeroBalanceDate(String zeroBalanceDate)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.