org.chorem.lima.ui.financialstatementchart
Class FinancialStatementChartViewHandler

java.lang.Object
  extended by org.chorem.lima.ui.financialstatementchart.FinancialStatementChartViewHandler
All Implemented Interfaces:
ServiceListener

public class FinancialStatementChartViewHandler
extends Object
implements ServiceListener

Handler associated with account view.

Version:
$Revision: 3051 $ Last update : $Date: 2010-11-29 15:57:16 +0100 (lun., 29 nov. 2010) $ By : $Author: echatellier $
Author:
chatellier

Field Summary
protected  FinancialStatementServiceMonitorable financialStatementService
           
protected  FinancialStatementChartView view
           
 
Constructor Summary
protected FinancialStatementChartViewHandler(FinancialStatementChartView view)
           
 
Method Summary
 void addFinancialStatementHeader()
          Add new account with account form.
 void addFinancialStatementMovement()
           
 void financialStatementChartCheck()
           
 void importFinancialStatementChart()
           
 void notifyMethod(String serviceName, String methodName)
           
 void refresh()
           
 void removeFinancialStatement()
          Ask for user to remove for selected account, and remove it if confirmed.
 void updateFinancialStatement()
          Open account form with selected account.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

financialStatementService

protected FinancialStatementServiceMonitorable financialStatementService

view

protected FinancialStatementChartView view
Constructor Detail

FinancialStatementChartViewHandler

protected FinancialStatementChartViewHandler(FinancialStatementChartView view)
Method Detail

addFinancialStatementHeader

public void addFinancialStatementHeader()
Add new account with account form.


addFinancialStatementMovement

public void addFinancialStatementMovement()

updateFinancialStatement

public void updateFinancialStatement()
Open account form with selected account. Verifiy if it's an account or a subledger


removeFinancialStatement

public void removeFinancialStatement()
Ask for user to remove for selected account, and remove it if confirmed.


refresh

public void refresh()

importFinancialStatementChart

public void importFinancialStatementChart()

financialStatementChartCheck

public void financialStatementChartCheck()

notifyMethod

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


Copyright © 2008-2010 CodeLutin. All Rights Reserved.