Uses of Class
uk.co.concise.maven.hdc.model.Chart

Packages that use Chart
uk.co.concise.maven.hdc.dao   
uk.co.concise.maven.hdc.model   
 

Uses of Chart in uk.co.concise.maven.hdc.dao
 

Methods in uk.co.concise.maven.hdc.dao that return Chart
 Chart ChartDao.findByHeading(java.lang.String heading)
          Returns a chart with a certain heading.
 

Methods in uk.co.concise.maven.hdc.dao with parameters of type Chart
 java.util.List LabelDao.findByChart(Chart chart)
          Returns all labels for a chart.
 Label LabelDao.findByChartAndText(Chart chart, java.lang.String text)
          Returns a label.
 void ChartDao.saveOrUpdateChart(Chart chart)
          Persists a chart.
 

Uses of Chart in uk.co.concise.maven.hdc.model
 

Methods in uk.co.concise.maven.hdc.model that return Chart
 Chart Label.getChart()
           
 

Methods in uk.co.concise.maven.hdc.model with parameters of type Chart
 void Label.setChart(Chart chart)
           
 



Copyright © 2004-2005 Concise. All Rights Reserved.