Uses of Class
wt.series.SeriesTemplate

Packages that use SeriesTemplate
wt.series Defines various Series as used by the wt.vc package for Iterated and Versioned
 

Uses of SeriesTemplate in wt.series
 

Fields in wt.series declared as SeriesTemplate
(package private)  SeriesTemplate StandardSeriesService.SeriesCacheUpdater.series
           
 

Methods in wt.series that return SeriesTemplate
private static SeriesTemplate StandardSeriesService.findSeries()
           
static SeriesTemplate SeriesTemplate.newSeriesTemplate()
          Default factory for the class.
static SeriesTemplate LoadFileBasedSeries.createSeriesTemplate(String a_xmlFileName)
          Processes "SeriesTemplate" from an XML load file.
private static SeriesTemplate LoadFileBasedSeries.findSeries()
           
 

Methods in wt.series with parameters of type SeriesTemplate
 void StandardSeriesService.addSeries(SeriesTemplate series)
          

Supported API: true
protected  boolean SeriesTemplate.readVersion(SeriesTemplate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void SeriesServiceFwd.addSeries(SeriesTemplate series)
          

Supported API: false
 void SeriesService.addSeries(SeriesTemplate series)
          

Supported API: true
 

Constructors in wt.series with parameters of type SeriesTemplate
StandardSeriesService.SeriesCacheUpdater(SeriesTemplate series)