org.opencrx.kernel.backend
Class Forecasts
java.lang.Object
org.opencrx.kernel.backend.AbstractImpl
org.opencrx.kernel.backend.Forecasts
public class Forecasts
- extends AbstractImpl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALUE_TYPE_NA
public static final short VALUE_TYPE_NA
- See Also:
- Constant Field Values
VALUE_TYPE_BASE_AMOUNT
public static final short VALUE_TYPE_BASE_AMOUNT
- See Also:
- Constant Field Values
VALUE_TYPE_AMOUNT
public static final short VALUE_TYPE_AMOUNT
- See Also:
- Constant Field Values
VALUE_TYPE_DISCOUNT_AMOUNT
public static final short VALUE_TYPE_DISCOUNT_AMOUNT
- See Also:
- Constant Field Values
VALUE_TYPE_PRICE_PER_UNIT
public static final short VALUE_TYPE_PRICE_PER_UNIT
- See Also:
- Constant Field Values
Forecasts
protected Forecasts()
register
public static void register()
getInstance
public static Forecasts getInstance()
throws ServiceException
- Throws:
ServiceException
getForecastSegment
public Segment getForecastSegment(javax.jdo.PersistenceManager pm,
String providerName,
String segmentName)
- Returns:
- Returns the forecast segment.
updateBudget
public void updateBudget(AbstractBudget budget)
throws ServiceException
- Invoked by jdoPreStore() can be overriden by custom-specific extension.
- Throws:
ServiceException
recalcBudget
public void recalcBudget(SalesVolumeBudget budget)
throws ServiceException
- Throws:
ServiceException
This software is published under the BSD license. Copyright © 2003-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.