|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibspan.ecap.merchant.shopdecisions.forecasting.ForecastEvaluator
public class ForecastEvaluator
A class responsible for calculating a sales forecast for a given product.
Constructor Summary | |
---|---|
ForecastEvaluator()
|
Method Summary | |
---|---|
ForecastDescription |
prepareForecast(java.lang.String productId,
java.util.Date forecastStart)
Prepares a forecast of the specified product starting at the given date. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForecastEvaluator()
Method Detail |
---|
public ForecastDescription prepareForecast(java.lang.String productId, java.util.Date forecastStart) throws DataLoadException
productId
- the id of the productforecastStart
- the start date of the forecast
DataLoadException
- when the data needed for forecast could not be loaded.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |