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

Packages that use PropertyReportItem
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 PropertyReportItem in de.smartics.properties.report.data
 

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

Methods in de.smartics.properties.report.data with parameters of type PropertyReportItem
 void PropertyReport.handle(PropertyReportItem item)
          Passes a report item to the report.
 

Uses of PropertyReportItem in de.smartics.properties.reports
 

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

Methods in de.smartics.properties.reports with parameters of type PropertyReportItem
 void XmlPropertyReport.handle(PropertyReportItem item)
           
 void PropertiesPropertyReport.handle(PropertyReportItem item)
           
 void InMemoryPropertyReport.handle(PropertyReportItem item)
          Passes a report item to the report.
 void AbstractPropertyReport.handle(PropertyReportItem item)
          Passes a report item to the report.
protected  void AbstractPropertyReport.register(PropertyReportItem item)
          Registers a report item to manage the alias mapping and check for uniqueness constraint violations.
 void XmlPropertyItemReport.write(PropertyReportItem reportItem, OutputStream output)
          Writes the report to the given output stream.
 



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