Interface CommerceAccountCommerceMLForecastManager
@ProviderType
public interface CommerceAccountCommerceMLForecastManager
-
Method Summary
Modifier and TypeMethodDescriptionaddCommerceAccountCommerceMLForecast(CommerceAccountCommerceMLForecast commerceAccountCommerceMLForecast) create()getCommerceAccountCommerceMLForecast(long companyId, long forecastId) getMonthlyRevenueCommerceAccountCommerceMLForecasts(long companyId, long[] commerceAccountIds, Date actualDate, int historyLength, int forecastLength) getMonthlyRevenueCommerceAccountCommerceMLForecasts(long companyId, long[] commerceAccountIds, Date actualDate, int historyLength, int forecastLength, int start, int end) longgetMonthlyRevenueCommerceAccountCommerceMLForecastsCount(long companyId, long[] commerceAccountIds, Date actualDate, int historyLength, int forecastLength)
-
Method Details
-
addCommerceAccountCommerceMLForecast
CommerceAccountCommerceMLForecast addCommerceAccountCommerceMLForecast(CommerceAccountCommerceMLForecast commerceAccountCommerceMLForecast) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
create
CommerceAccountCommerceMLForecast create() -
getCommerceAccountCommerceMLForecast
CommerceAccountCommerceMLForecast getCommerceAccountCommerceMLForecast(long companyId, long forecastId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMonthlyRevenueCommerceAccountCommerceMLForecasts
List<CommerceAccountCommerceMLForecast> getMonthlyRevenueCommerceAccountCommerceMLForecasts(long companyId, long[] commerceAccountIds, Date actualDate, int historyLength, int forecastLength) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMonthlyRevenueCommerceAccountCommerceMLForecasts
List<CommerceAccountCommerceMLForecast> getMonthlyRevenueCommerceAccountCommerceMLForecasts(long companyId, long[] commerceAccountIds, Date actualDate, int historyLength, int forecastLength, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMonthlyRevenueCommerceAccountCommerceMLForecastsCount
long getMonthlyRevenueCommerceAccountCommerceMLForecastsCount(long companyId, long[] commerceAccountIds, Date actualDate, int historyLength, int forecastLength) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-