com.konakartadmin.blif
Interface AdminReportMgrIf

All Known Implementing Classes:
AdminReportMgr

public interface AdminReportMgrIf

AdminReportMgrIf


Method Summary
 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
 

Method Detail

reloadReports

void reloadReports()
                   throws KKAdminException
Reload the reports

Throws:
KKAdminException

init

void init()
          throws KKAdminException
Initialise the Report Manager

Throws:
KKAdminException

sortReportList

void sortReportList(AdminReport[] repList)
Sort the AdminReport[] array

Parameters:
repList - the AdminReport[] array

getReports

AdminReport[] getReports()
                         throws KKAdminException
Get an array of reports

Returns:
Returns the reports.
Throws:
KKAdminException

refreshConfigs

void refreshConfigs()
                    throws java.lang.Exception
Retrieve some commonly-used properties and set the velocity log file location

Throws:
java.lang.Exception


Copyright © 2011 DS Data Systems UK Ltd.