BrightSide Workbench Full Report + Source Code
org.turro.financials.business.CompanyComposer Class Reference
Inheritance diagram for org.turro.financials.business.CompanyComposer:
Collaboration diagram for org.turro.financials.business.CompanyComposer:

Public Member Functions

void onSelect (Event event)
 
void doFinally () throws Exception
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 39 of file CompanyComposer.java.

Member Function Documentation

◆ doFinally()

void org.turro.financials.business.CompanyComposer.doFinally ( ) throws Exception

Definition at line 103 of file CompanyComposer.java.

103  {
104  super.doFinally();
105  Date now = new Date();
106  fromDate.setValue(new CheckDate(now).addMonths(-6).setDay(1).getDate());
107  toDate.setValue(new CheckDate(now).setDay(31).getDate());
108  fillCurrentChart(companyTree.getContracts());
109  }
Here is the call graph for this function:

◆ onSelect()

void org.turro.financials.business.CompanyComposer.onSelect ( Event  event)

Definition at line 98 of file CompanyComposer.java.

98  {
99  fillCurrentChart(companyTree.getContracts());
100  }
Here is the call graph for this function:

The documentation for this class was generated from the following file: