Class ReportFactory
- java.lang.Object
-
- org.gcube.contentmanager.storageserver.accounting.ReportFactory
-
public class ReportFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description ReportFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReportgetReport(int ReportType)Instantiate the class specified by user
-
-
-
Method Detail
-
getReport
public static Report getReport(int ReportType) throws ReportException
Instantiate the class specified by user
- Returns:
- the Dao class
- Throws:
DAOExceptionReportException
-
-