Uses of Class
com.jamasoftware.contour.domain.ReportFormat

Packages that use ReportFormat
com.jamasoftware.contour.dao   
com.jamasoftware.contour.domain Classes for domain objects. 
 

Uses of ReportFormat in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return ReportFormat
 ReportFormat ReportDao.getReportFormat(java.lang.Integer id)
           
 ReportFormat ReportDao.getReportFormatByExtension(java.lang.String extension)
           
 

Uses of ReportFormat in com.jamasoftware.contour.domain
 

Methods in com.jamasoftware.contour.domain that return types with arguments of type ReportFormat
 java.util.Set<ReportFormat> Report.getReportFormats()
           
 

Method parameters in com.jamasoftware.contour.domain with type arguments of type ReportFormat
 void Report.setReportFormats(java.util.Set<ReportFormat> reportFormats)
           
 



Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.