Uses of Class
de.smartics.properties.report.data.PropertyReportSet

Packages that use PropertyReportSet
de.smartics.properties.report.data Provides classes that represent report data. 
de.smartics.properties.reports Provides report implementations to generate reports in different formats. 
 

Uses of PropertyReportSet in de.smartics.properties.report.data
 

Methods in de.smartics.properties.report.data that return PropertyReportSet
 PropertyReportSet PropertyReportSet.Builder.build()
          Creates the report item.
 

Methods in de.smartics.properties.report.data with parameters of type PropertyReportSet
 void PropertyReport.handle(PropertyReportSet reportSet)
          Passes a report set document information to the report.
 

Uses of PropertyReportSet in de.smartics.properties.reports
 

Methods in de.smartics.properties.reports that return types with arguments of type PropertyReportSet
 List<PropertyReportSet> InMemoryPropertyReport.getSets()
          Returns the list of report sets.
 

Methods in de.smartics.properties.reports with parameters of type PropertyReportSet
 void XmlPropertyReport.handle(PropertyReportSet reportSet)
           
 void PropertiesPropertyReport.handle(PropertyReportSet reportSet)
           
 void InMemoryPropertyReport.handle(PropertyReportSet reportSet)
          Passes a report set document information to the report.
 void XmlPropertySetReport.write(PropertyReportSet reportSet, OutputStream output)
          Writes the report to the given output stream.
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.