|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibspan.ecap.merchant.shopdecisions.forecasting.ForecastedProductInventory
public class ForecastedProductInventory
A class managing the list of products which sales are forecasted.
Constructor Summary | |
---|---|
ForecastedProductInventory()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getForecastedProducts()
Returns a list of products which sales are forecasted. |
boolean |
isForecasted(java.lang.String productId)
Checks whether the specified product's sales are forecasted. |
void |
registerForForecast(java.lang.String productId)
Registers a new product for sales forecasting. |
void |
withdrawFromForecast(java.lang.String productId)
Withdraws a product from sales forecasting. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ForecastedProductInventory()
Method Detail |
---|
public void registerForForecast(java.lang.String productId)
productId
- The id of the product to be forecasted.public void withdrawFromForecast(java.lang.String productId)
productId
- The id of the product to be withdrawn.public boolean isForecasted(java.lang.String productId)
productId
- The id of the product to check.
public java.util.List<java.lang.String> getForecastedProducts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |