org.chorem.lima.ui.financialtransactionsearch
Class FinancialTransactionSearchViewHandler
java.lang.Object
org.chorem.lima.ui.financialtransactionsearch.FinancialTransactionSearchViewHandler
public class FinancialTransactionSearchViewHandler
- extends Object
Handler associated with financial transaction view.
- Version:
- $Revision: 3278 $
Last update : $Date: 2011-08-16 16:09:44 +0200 (Tue, 16 Aug 2011) $
By : $Author: tchemit $
- Author:
- chatellier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
view
protected FinancialTransactionSearchView view
table
protected FinancialTransactionSearchTable table
tableModel
protected FinancialTransactionSearchTableModel tableModel
comboBoxModel
protected FiscalPeriodComboBoxModel comboBoxModel
financialTransactionService
protected final FinancialTransactionService financialTransactionService
- Transaction service.
financialTransactionSearch
protected FinancialTransactionSearch financialTransactionSearch
- data cache
clipBoard
protected Object clipBoard
FinancialTransactionSearchViewHandler
protected FinancialTransactionSearchViewHandler(FinancialTransactionSearchView view)
setBeginDate
public void setBeginDate(Date beginDate)
setEndDate
public void setEndDate(Date endDate)
setVoucher
public void setVoucher(String voucher)
setDescription
public void setDescription(String description)
setLetter
public void setLetter(Letter letter)
getAccountsList
public String getAccountsList()
setAccountsList
public void setAccountsList(String accountsList)
getAccount
public Account getAccount()
setAccount
public void setAccount(Account account)
setEntryBook
public void setEntryBook(EntryBook entryBook)
getAmount
public String getAmount()
setAmount
public void setAmount(String amount)
getAmount2
public String getAmount2()
setAmount2
public void setAmount2(String amount2)
setAmountWayEnum
public void setAmountWayEnum(FinancialStatementWayEnum amountWayEnum)
setOperator
public void setOperator(String operator)
deleteSelectedRow
public void deleteSelectedRow()
- Delete selected row in table (could be transaction or entry).
Called by model.
- Throws:
LimaException
addEmptyEntry
public void addEmptyEntry()
copyRow
public void copyRow()
pasteRow
public void pasteRow()
addFinancialTransaction
public void addFinancialTransaction()
refresh
public void refresh()
Copyright © 2008-2011 CodeLutin. All Rights Reserved.