org.chorem.lima.ui.financialtransactionsearch
Class FinancialTransactionSearchViewHandler

java.lang.Object
  extended by 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

Field Summary
protected  Object clipBoard
           
protected  FiscalPeriodComboBoxModel comboBoxModel
           
protected  FinancialTransactionSearch financialTransactionSearch
          data cache
protected  FinancialTransactionService financialTransactionService
          Transaction service.
protected  FinancialTransactionSearchTable table
           
protected  FinancialTransactionSearchTableModel tableModel
           
protected  FinancialTransactionSearchView view
           
 
Constructor Summary
protected FinancialTransactionSearchViewHandler(FinancialTransactionSearchView view)
           
 
Method Summary
 void addEmptyEntry()
           
 void addFinancialTransaction()
           
 void copyRow()
           
 void deleteSelectedRow()
          Delete selected row in table (could be transaction or entry).
 Account getAccount()
           
 String getAccountsList()
           
 String getAmount()
           
 String getAmount2()
           
 void pasteRow()
           
 void refresh()
           
 void setAccount(Account account)
           
 void setAccountsList(String accountsList)
           
 void setAmount(String amount)
           
 void setAmount2(String amount2)
           
 void setAmountWayEnum(FinancialStatementWayEnum amountWayEnum)
           
 void setBeginDate(Date beginDate)
           
 void setDescription(String description)
           
 void setEndDate(Date endDate)
           
 void setEntryBook(EntryBook entryBook)
           
 void setLetter(Letter letter)
           
 void setOperator(String operator)
           
 void setVoucher(String voucher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

FinancialTransactionSearchViewHandler

protected FinancialTransactionSearchViewHandler(FinancialTransactionSearchView view)
Method Detail

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.