wt.series
Interface SeriesService

All Known Implementing Classes:
SeriesServiceFwd, StandardSeriesService

public interface SeriesService



Supported API: true

Extendable: false


Method Summary
 void addSeries(SeriesTemplate series)
          

Supported API: true
 List getAllMaturityLevels(String series)
          

Supported API: true
 int getMaturityIndex(String maturity)
          

Supported API: true
 int getSeriesIndex(String series)
          

Supported API: true
 String getSeriesKey(String value)
          

Supported API: true
 List getValues(String series, String maturity)
          

Supported API: true
 

Method Detail

addSeries

public void addSeries(SeriesTemplate series)
               throws WTException,
                      SeriesException


Supported API: true

Parameters:
series -
Throws:
WTException
SeriesException

getValues

public List getValues(String series,
                      String maturity)
               throws WTException,
                      SeriesException


Supported API: true

Parameters:
series -
maturity -
Returns:
List
Throws:
WTException
SeriesException

getMaturityIndex

public int getMaturityIndex(String maturity)
                     throws WTException,
                            SeriesException


Supported API: true

Parameters:
maturity -
Returns:
int
Throws:
WTException
SeriesException

getSeriesIndex

public int getSeriesIndex(String series)
                   throws WTException,
                          SeriesException


Supported API: true

Parameters:
series -
Returns:
int
Throws:
WTException
SeriesException

getSeriesKey

public String getSeriesKey(String value)
                    throws WTException,
                           SeriesException


Supported API: true

Parameters:
value -
Returns:
String
Throws:
WTException
SeriesException

getAllMaturityLevels

public List getAllMaturityLevels(String series)
                          throws WTException,
                                 SeriesException


Supported API: true

Parameters:
series -
Returns:
List
Throws:
WTException
SeriesException