@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.PortalException
SkuCommerceMLForecast 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.PortalException
java.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.PortalException
java.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.PortalException
java.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.PortalException
long 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.PortalException
long 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.PortalException
SkuCommerceMLForecast getSkuCommerceMLForecast(long companyId, long forecastId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException