org.ferris.yahoo.finance.jmce.handler
Interface YearEndPriceHandler
- All Known Implementing Classes:
- YearEndPriceHandlerBySql
public interface YearEndPriceHandler
- Author:
- Michael Remijan [mjremijan@yahoo.com]
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.