public interface AccountReportsExtension
| Modifier and Type | Method and Description |
|---|---|
java.io.Serializable |
getAccountExtData(java.lang.String name)
Returns the extended account data.
|
<T extends AccountData> |
getAccountReportColumns()
Returns the extended account report columns.
|
<T extends AccountData> java.util.List<AbstractReportBuilder.ColumnInfo<T>> getAccountReportColumns()
T - The extended account data.java.io.Serializable getAccountExtData(java.lang.String name)
name - The account name.