|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.lima.ui.ledger.LedgerViewHandler
public class LedgerViewHandler
Handler associated with accounts reports view. By : $Author: echatellier $
| Field Summary | |
|---|---|
protected BalanceTrial |
balanceTrialCache
|
protected List<Object> |
cachedatasList
|
protected DocumentServiceMonitorable |
documentService
|
protected LedgerTableModel |
model
|
protected int |
port
|
protected ReportServiceMonitorable |
reportService
Services. |
protected String |
selectedAccounts
Text field Accounts |
protected Date |
selectedBeginDate
Begin Date. |
protected Date |
selectedEndDate
EndDate. |
protected LedgerView |
view
|
| Constructor Summary | |
|---|---|
protected |
LedgerViewHandler(LedgerView view)
|
| Method Summary | |
|---|---|
void |
createDocument()
|
List<Object> |
getDataList()
get all account fot the selected period |
void |
notifyMethod(String serviceName,
String methodeName)
|
void |
refresh()
|
void |
setAccountFilter(String accounts)
|
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 |
|---|
protected LedgerView view
protected LedgerTableModel model
protected ReportServiceMonitorable reportService
protected DocumentServiceMonitorable documentService
protected Date selectedBeginDate
protected Date selectedEndDate
protected String selectedAccounts
protected BalanceTrial balanceTrialCache
protected int port
protected List<Object> cachedatasList
| Constructor Detail |
|---|
protected LedgerViewHandler(LedgerView view)
| Method Detail |
|---|
public void setBeginDate(Date date)
public void setEndDate(Date date)
public void setAccountFilter(String accounts)
public List<Object> getDataList()
public void refresh()
public void createDocument()
public void notifyMethod(String serviceName,
String methodeName)
notifyMethod in interface ServiceListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||