org.chorem.lima.ui.accountsreports
Class AccountsReportsViewHandler

java.lang.Object
  extended by org.chorem.lima.ui.accountsreports.AccountsReportsViewHandler
All Implemented Interfaces:
ServiceListener

public class AccountsReportsViewHandler
extends Object
implements ServiceListener

Handler associated with accounts reports view. By : $Author: tchemit $


Field Summary
protected  AccountComboBoxModel comboBoxModel
           
protected  ReportServiceMonitorable reportService
          Services.
protected  Account selectedAccount
          Account.
protected  Date selectedBeginDate
          Begin Date.
protected  Date selectedEndDate
          EndDate.
protected  AccountsReportsTable table
           
protected  AccountsReportsTableModel tableModel
           
protected  AccountsReportsView view
           
 
Constructor Summary
protected AccountsReportsViewHandler(AccountsReportsView view)
           
 
Method Summary
 ReportsDatas getDataList()
           
 void notifyMethod(String serviceName, String methodeName)
           
 void refresh()
           
 void setAccount(Account account)
           
 void setBeginDate(Date date)
           
 void setEndDate(Date date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

view

protected AccountsReportsView view

table

protected AccountsReportsTable table

tableModel

protected AccountsReportsTableModel tableModel

comboBoxModel

protected AccountComboBoxModel comboBoxModel

selectedAccount

protected Account selectedAccount
Account.


selectedBeginDate

protected Date selectedBeginDate
Begin Date.


selectedEndDate

protected Date selectedEndDate
EndDate.


reportService

protected ReportServiceMonitorable reportService
Services.

Constructor Detail

AccountsReportsViewHandler

protected AccountsReportsViewHandler(AccountsReportsView view)
Method Detail

setBeginDate

public void setBeginDate(Date date)

setEndDate

public void setEndDate(Date date)

setAccount

public void setAccount(Account account)

getDataList

public ReportsDatas getDataList()

refresh

public void refresh()

notifyMethod

public void notifyMethod(String serviceName,
                         String methodeName)
Specified by:
notifyMethod in interface ServiceListener


Copyright © 2008-2011 CodeLutin. All Rights Reserved.