@ProviderType
public interface SkuCommerceMLForecastManager
| Modifier and Type | Method and Description |
|---|---|
SkuCommerceMLForecast |
addSkuCommerceMLForecast(SkuCommerceMLForecast skuCommerceMLForecast) |
SkuCommerceMLForecast |
create() |
java.util.List<SkuCommerceMLForecast> |
getMonthlyQuantitySkuCommerceMLForecasts(long companyId,
java.lang.String[] skus,
java.util.Date actualDate,
int historyLength,
int forecastLength) |
java.util.List<SkuCommerceMLForecast> |
getMonthlyQuantitySkuCommerceMLForecasts(long companyId,
java.lang.String[] skus,
java.util.Date actualDate,
int historyLength,
int forecastLength,
int start,
int end) |
java.util.List<SkuCommerceMLForecast> |
getMonthlyQuantitySkuCommerceMLForecasts(long companyId,
java.lang.String sku,
java.util.Date actualDate,
int historyLength,
int forecastLength) |
java.util.List<SkuCommerceMLForecast> |
getMonthlyQuantitySkuCommerceMLForecasts(long companyId,
java.lang.String sku,
java.util.Date actualDate,
int historyLength,
int forecastLength,
int start,
int end) |
long |
getMonthlyQuantitySkuCommerceMLForecastsCount(long companyId,
java.lang.String[] skus,
java.util.Date actualDate,
int historyLength,
int forecastLength) |
long |
getMonthlyQuantitySkuCommerceMLForecastsCount(long companyId,
java.lang.String sku,
java.util.Date actualDate,
int historyLength,
int forecastLength) |
SkuCommerceMLForecast |
getSkuCommerceMLForecast(long companyId,
long forecastId) |
SkuCommerceMLForecast addSkuCommerceMLForecast(SkuCommerceMLForecast skuCommerceMLForecast) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionSkuCommerceMLForecast create()
java.util.List<SkuCommerceMLForecast> getMonthlyQuantitySkuCommerceMLForecasts(long companyId, java.lang.String sku, java.util.Date actualDate, int historyLength, int forecastLength) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<SkuCommerceMLForecast> getMonthlyQuantitySkuCommerceMLForecasts(long companyId, java.lang.String sku, java.util.Date actualDate, int historyLength, int forecastLength, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<SkuCommerceMLForecast> getMonthlyQuantitySkuCommerceMLForecasts(long companyId, java.lang.String[] skus, java.util.Date actualDate, int historyLength, int forecastLength) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<SkuCommerceMLForecast> getMonthlyQuantitySkuCommerceMLForecasts(long companyId, java.lang.String[] skus, java.util.Date actualDate, int historyLength, int forecastLength, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong getMonthlyQuantitySkuCommerceMLForecastsCount(long companyId,
java.lang.String sku,
java.util.Date actualDate,
int historyLength,
int forecastLength)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionlong getMonthlyQuantitySkuCommerceMLForecastsCount(long companyId,
java.lang.String[] skus,
java.util.Date actualDate,
int historyLength,
int forecastLength)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionSkuCommerceMLForecast getSkuCommerceMLForecast(long companyId, long forecastId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException