Class DefaultReportService

  • All Implemented Interfaces:
    ReportService, org.springframework.beans.factory.InitializingBean

    public class DefaultReportService
    extends java.lang.Object
    implements ReportService, org.springframework.beans.factory.InitializingBean

    DefaultReportService class.

    Version:
    $Id: $
    Author:
    ranger
    • Constructor Detail

      • DefaultReportService

        public DefaultReportService()
    • Method Detail

      • setReportCatalogDao

        public void setReportCatalogDao​(ReportCatalogDao reportCatalogDao)

        setReportCatalogDao

        Parameters:
        reportCatalogDao - a ReportCatalogDao object.
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception