net.datacrow.reporting.templates
Class ReportTemplates

java.lang.Object
  extended by net.datacrow.reporting.templates.ReportTemplates

public class ReportTemplates
extends java.lang.Object


Constructor Summary
ReportTemplates(boolean reload)
           
 
Method Summary
 java.util.Collection<java.lang.String> getFolders()
           
 java.util.Collection<ReportTemplate> getReportFiles(int transformer)
           
 java.util.Collection<ReportTemplate> getReportFiles(int module, int transformer)
           
 boolean hasReports(int module)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportTemplates

public ReportTemplates(boolean reload)
Method Detail

getFolders

public java.util.Collection<java.lang.String> getFolders()

hasReports

public boolean hasReports(int module)

getReportFiles

public java.util.Collection<ReportTemplate> getReportFiles(int transformer)

getReportFiles

public java.util.Collection<ReportTemplate> getReportFiles(int module,
                                                           int transformer)