Interface SkuCommerceMLForecastManager


@ProviderType public interface SkuCommerceMLForecastManager
  • Method Details

    • addSkuCommerceMLForecast

      SkuCommerceMLForecast addSkuCommerceMLForecast(SkuCommerceMLForecast skuCommerceMLForecast) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • 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