org.kuali.rice.krad.labs.transaction
Class TransactionForm

java.lang.Object
  extended by org.kuali.rice.krad.web.form.UifFormBase
      extended by 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

Field Summary
 
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
 
Constructor Summary
TransactionForm()
           
 
Method Summary
 void addAllocatedTotal(BigDecimal allocatedTotal)
           
 void addChargeTotal(BigDecimal chargeTotal)
           
 void addDefermentTotal(BigDecimal defermentTotal)
           
 void addPaymentTotal(BigDecimal paymentTotal)
           
 void addUnallocatedTotal(BigDecimal unallocatedTotal)
           
 String getAccountId()
           
 BigDecimal getAllocatedTotal()
           
 List<TransactionModel> getAllTransactions()
           
 BigDecimal getChargeTotal()
           
 String getCode()
          Get the ISO symbol
 List<Currency> getCurrencies()
          Get the list of Currency objects
 Currency getCurrency()
          Get the Currency model object
 String getCurrencyDescription()
          Get the currency description
 String getCurrencyName()
          Get the currencyName
 TransactionModel getCurrentTransaction()
           
 List<TransactionModel> getCurrrentTransactionAllocations()
           
 List<TransactionModel> getDeferments()
           
 BigDecimal getDefermentTotal()
           
 BigDecimal getEndingBalance()
           
 Date getEndingDate()
           
 String getFormattedStartingBalance()
           
 String getNewTag()
           
 BigDecimal getPaymentTotal()
           
 List<TransactionModel> getRollupTransactions()
          Get a list of activities
 String getSelectedPersonName()
          Get the selected person name
 Boolean getShowInternal()
           
 BigDecimal getStartingBalance()
           
 Date getStartingDate()
           
 String getStatusMessage()
           
 String getStudentLookupByName()
          Get the student name Possible uses is a query match for transactions The value can be a partial matching name
 String getTestField()
           
 BigDecimal getUnallocatedTotal()
           
 String getZeroBalanceDate()
           
 Set<Date> getZeroBalanceDates()
           
 void setAccountId(String accountId)
           
 void setAllocatedTotal(BigDecimal allocatedTotal)
           
 void setAllTransactions(List<TransactionModel> allTransactions)
           
 void setChargeTotal(BigDecimal chargeTotal)
           
 void setCode(String code)
          Set the ISO symbol
 void setCurrencies(List<Currency> currencies)
          Set the list of Currency objects
 void setCurrency(Currency currency)
          Set teh Currency model object
 void setCurrencyDescription(String currencyDescription)
          Set the currency description
 void setCurrencyName(String currencyName)
          Set the Name
 void setCurrentTransaction(TransactionModel currentTransaction)
           
 void setCurrrentTransactionAllocations(List<TransactionModel> currrentTransactionAllocations)
           
 void setDeferments(List<TransactionModel> deferments)
           
 void setDefermentTotal(BigDecimal defermentTotal)
           
 void setEndingBalance(BigDecimal endingBalance)
           
 void setEndingDate(Date endingDate)
           
 void setNewTag(String newTag)
           
 void setPaymentTotal(BigDecimal paymentTotal)
           
 void setRollupTransactions(List<TransactionModel> rollupTransactions)
           
 void setSelectedPersonName(String selectedPersonName)
          Set the selected person name
 void setShowInternal(Boolean showInternal)
           
 void setStartingBalance(BigDecimal startingBalance)
           
 void setStartingDate(Date startingDate)
           
 void setStatusMessage(String statusMessage)
           
 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
 void setTestField(String testField)
           
 void setUnallocatedTotal(BigDecimal unallocatedTotal)
           
 void setZeroBalanceDate(String zeroBalanceDate)
           
 void setZeroBalanceDates(Set<Date> zeroBalanceDates)
           
 void subtractAllocatedTotal(BigDecimal allocatedTotal)
           
 void subtractUnallocatedTotal(BigDecimal unallocatedTotal)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionForm

public TransactionForm()
Method Detail

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.