org.ferris.yahoo.finance.jmce.handler
Interface YearEndPriceHandler

All Known Implementing Classes:
YearEndPriceHandlerBySql

public interface YearEndPriceHandler

Author:
Michael Remijan [mjremijan@yahoo.com]

Method Summary
 YearEndPrice getYearEndPriceForDow(int year)
           
 YearEndPrice getYearEndPriceForGold(int year)
           
 YearEndPrice getYearEndPriceForNasdaq(int year)
           
 YearEndPrice getYearEndPriceForOil(int year)
           
 YearEndPrice getYearEndPriceForStandardAndPoors500(int year)
           
 void saveYearEndPriceForDow(double price, int year)
           
 void saveYearEndPriceForGold(double price, int year)
           
 void saveYearEndPriceForNasdaq(double price, int year)
           
 void saveYearEndPriceForOil(double price, int year)
           
 void saveYearEndPriceForStandardAndPoors500(double price, int year)
           
 

Method Detail

getYearEndPriceForDow

YearEndPrice getYearEndPriceForDow(int year)

getYearEndPriceForNasdaq

YearEndPrice getYearEndPriceForNasdaq(int year)

getYearEndPriceForStandardAndPoors500

YearEndPrice getYearEndPriceForStandardAndPoors500(int year)

getYearEndPriceForOil

YearEndPrice getYearEndPriceForOil(int year)

getYearEndPriceForGold

YearEndPrice getYearEndPriceForGold(int year)

saveYearEndPriceForDow

void saveYearEndPriceForDow(double price,
                            int year)

saveYearEndPriceForNasdaq

void saveYearEndPriceForNasdaq(double price,
                               int year)

saveYearEndPriceForStandardAndPoors500

void saveYearEndPriceForStandardAndPoors500(double price,
                                            int year)

saveYearEndPriceForOil

void saveYearEndPriceForOil(double price,
                            int year)

saveYearEndPriceForGold

void saveYearEndPriceForGold(double price,
                             int year)


Copyright © May 23, 2006-2012 The Ferris Foundation. All Rights Reserved.