public interface AdminReportMgrIf
| Modifier and Type | Method and Description |
|---|---|
AdminReport[] |
getReports()
Get an array of reports
|
void |
init()
Initialise the Report Manager
|
void |
refreshConfigs()
Retrieve some commonly-used properties and set the velocity log file location
|
void |
reloadReports()
Reload the reports
|
void |
sortReportList(AdminReport[] repList)
Sort the AdminReport[] array
|
void reloadReports()
throws KKAdminException
KKAdminException - an unexpected exception in the KonaKart Admin enginevoid init() throws KKAdminException
KKAdminException - an unexpected exception in the KonaKart Admin enginevoid sortReportList(AdminReport[] repList)
repList - the AdminReport[] arrayAdminReport[] getReports() throws KKAdminException
KKAdminException - an unexpected exception in the KonaKart Admin enginevoid refreshConfigs()
throws java.lang.Exception
java.lang.Exception - an unexpected exceptionCopyright © 2018 DS Data Systems UK Ltd.