org.chorem.lima.ui.entrybooksreports
Class EntryBooksReportsViewHandler

java.lang.Object
  extended by org.chorem.lima.ui.entrybooksreports.EntryBooksReportsViewHandler
All Implemented Interfaces:
ServiceListener

public class EntryBooksReportsViewHandler
extends Object
implements ServiceListener

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


Field Summary
protected  DocumentServiceMonitorable documentService
           
protected  FiscalPeriodServiceMonitorable fiscalPeriodService
           
protected  int port
           
protected  ReportServiceMonitorable reportService
          Services.
protected  Date selectedBeginDate
          Begin Date.
protected  Date selectedEndDate
          EndDate.
protected  EntryBook selectedEntryBook
          Account.
protected  EntryBooksReportsTable table
           
protected  EntryBooksReportsTableModel tableModel
           
protected  EntryBooksReportsView view
           
 
Constructor Summary
protected EntryBooksReportsViewHandler(EntryBooksReportsView view)
           
 
Method Summary
 void createDocument()
           
 ReportsDatas getDataList()
           
 void notifyMethod(String serviceName, String methodeName)
           
 void refresh()
           
 void setBeginDate(Date date)
           
 void setEndDate(Date date)
           
 void setEntryBook(EntryBook entryBook)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

view

protected EntryBooksReportsView view

table

protected EntryBooksReportsTable table

tableModel

protected EntryBooksReportsTableModel tableModel

reportService

protected ReportServiceMonitorable reportService
Services.


documentService

protected DocumentServiceMonitorable documentService

fiscalPeriodService

protected FiscalPeriodServiceMonitorable fiscalPeriodService

selectedEntryBook

protected EntryBook selectedEntryBook
Account.


selectedBeginDate

protected Date selectedBeginDate
Begin Date.


selectedEndDate

protected Date selectedEndDate
EndDate.


port

protected int port
Constructor Detail

EntryBooksReportsViewHandler

protected EntryBooksReportsViewHandler(EntryBooksReportsView view)
Method Detail

setBeginDate

public void setBeginDate(Date date)

setEndDate

public void setEndDate(Date date)

setEntryBook

public void setEntryBook(EntryBook entryBook)

getDataList

public ReportsDatas getDataList()

refresh

public void refresh()

createDocument

public void createDocument()

notifyMethod

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


Copyright © 2008-2011 CodeLutin. All Rights Reserved.