wt.series
Class SeriesServiceFwd

java.lang.Object
  extended bywt.series.SeriesServiceFwd
All Implemented Interfaces:
RemoteAccess, Serializable, SeriesService

public class SeriesServiceFwd
extends Object
implements RemoteAccess, SeriesService, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String FC_RESOURCE
           
(package private) static boolean SERVER
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
SeriesServiceFwd()
           
 
Method Summary
 void addSeries(SeriesTemplate series)
          

Supported API: false
 List getAllMaturityLevels(String series)
          

Supported API: false
private static Manager getManager()
           
 int getMaturityIndex(String maturity)
          

Supported API: false
 int getSeriesIndex(String series)
          

Supported API: false
 String getSeriesKey(String value)
          

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

Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER

static final boolean SERVER

FC_RESOURCE

private static final String FC_RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

SeriesServiceFwd

public SeriesServiceFwd()
Method Detail

getManager

private static Manager getManager()
                           throws WTException
Returns:
Manager
Throws:
WTException

addSeries

public void addSeries(SeriesTemplate series)
               throws WTException,
                      SeriesException


Supported API: false

Specified by:
addSeries in interface SeriesService
Parameters:
series -
Throws:
WTException
SeriesException

getValues

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


Supported API: false

Specified by:
getValues in interface SeriesService
Parameters:
series -
maturity -
Returns:
List
Throws:
WTException
SeriesException

getMaturityIndex

public int getMaturityIndex(String maturity)
                     throws WTException,
                            SeriesException


Supported API: false

Specified by:
getMaturityIndex in interface SeriesService
Parameters:
maturity -
Returns:
int
Throws:
WTException
SeriesException

getSeriesIndex

public int getSeriesIndex(String series)
                   throws WTException,
                          SeriesException


Supported API: false

Specified by:
getSeriesIndex in interface SeriesService
Parameters:
series -
Returns:
int
Throws:
WTException
SeriesException

getSeriesKey

public String getSeriesKey(String value)
                    throws WTException,
                           SeriesException


Supported API: false

Specified by:
getSeriesKey in interface SeriesService
Parameters:
value -
Returns:
String
Throws:
WTException
SeriesException

getAllMaturityLevels

public List getAllMaturityLevels(String series)
                          throws WTException,
                                 SeriesException


Supported API: false

Specified by:
getAllMaturityLevels in interface SeriesService
Parameters:
series -
Returns:
List
Throws:
WTException
SeriesException