Interface SkuCommerceMLForecastManager
@ProviderType
public interface SkuCommerceMLForecastManager
-
Method Summary
Modifier and TypeMethodDescriptionaddSkuCommerceMLForecast(SkuCommerceMLForecast skuCommerceMLForecast) create()getMonthlyQuantitySkuCommerceMLForecasts(long companyId, String[] skus, Date actualDate, int historyLength, int forecastLength) getMonthlyQuantitySkuCommerceMLForecasts(long companyId, String[] skus, Date actualDate, int historyLength, int forecastLength, int start, int end) getMonthlyQuantitySkuCommerceMLForecasts(long companyId, String sku, Date actualDate, int historyLength, int forecastLength) getMonthlyQuantitySkuCommerceMLForecasts(long companyId, String sku, Date actualDate, int historyLength, int forecastLength, int start, int end) longgetMonthlyQuantitySkuCommerceMLForecastsCount(long companyId, String[] skus, Date actualDate, int historyLength, int forecastLength) longgetMonthlyQuantitySkuCommerceMLForecastsCount(long companyId, String sku, Date actualDate, int historyLength, int forecastLength) getSkuCommerceMLForecast(long companyId, long forecastId)
-
Method Details
-
addSkuCommerceMLForecast
SkuCommerceMLForecast addSkuCommerceMLForecast(SkuCommerceMLForecast skuCommerceMLForecast) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
create
SkuCommerceMLForecast create() -
getMonthlyQuantitySkuCommerceMLForecasts
List<SkuCommerceMLForecast> getMonthlyQuantitySkuCommerceMLForecasts(long companyId, String sku, Date actualDate, int historyLength, int forecastLength) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMonthlyQuantitySkuCommerceMLForecasts
List<SkuCommerceMLForecast> getMonthlyQuantitySkuCommerceMLForecasts(long companyId, String sku, Date actualDate, int historyLength, int forecastLength, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMonthlyQuantitySkuCommerceMLForecasts
List<SkuCommerceMLForecast> getMonthlyQuantitySkuCommerceMLForecasts(long companyId, String[] skus, Date actualDate, int historyLength, int forecastLength) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMonthlyQuantitySkuCommerceMLForecasts
List<SkuCommerceMLForecast> getMonthlyQuantitySkuCommerceMLForecasts(long companyId, String[] skus, Date actualDate, int historyLength, int forecastLength, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMonthlyQuantitySkuCommerceMLForecastsCount
long getMonthlyQuantitySkuCommerceMLForecastsCount(long companyId, String sku, Date actualDate, int historyLength, int forecastLength) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMonthlyQuantitySkuCommerceMLForecastsCount
long getMonthlyQuantitySkuCommerceMLForecastsCount(long companyId, String[] skus, Date actualDate, int historyLength, int forecastLength) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSkuCommerceMLForecast
SkuCommerceMLForecast getSkuCommerceMLForecast(long companyId, long forecastId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-