@ProviderType
public interface CommerceAccountCommerceMLForecastManager
Modifier and Type | Method and Description |
---|---|
CommerceAccountCommerceMLForecast |
addCommerceAccountCommerceMLForecast(CommerceAccountCommerceMLForecast commerceAccountCommerceMLForecast) |
CommerceAccountCommerceMLForecast |
create() |
CommerceAccountCommerceMLForecast |
getCommerceAccountCommerceMLForecast(long companyId,
long forecastId) |
java.util.List<CommerceAccountCommerceMLForecast> |
getMonthlyRevenueCommerceAccountCommerceMLForecasts(long companyId,
long[] commerceAccountIds,
java.util.Date actualDate,
int historyLength,
int forecastLength) |
java.util.List<CommerceAccountCommerceMLForecast> |
getMonthlyRevenueCommerceAccountCommerceMLForecasts(long companyId,
long[] commerceAccountIds,
java.util.Date actualDate,
int historyLength,
int forecastLength,
int start,
int end) |
long |
getMonthlyRevenueCommerceAccountCommerceMLForecastsCount(long companyId,
long[] commerceAccountIds,
java.util.Date actualDate,
int historyLength,
int forecastLength) |
CommerceAccountCommerceMLForecast addCommerceAccountCommerceMLForecast(CommerceAccountCommerceMLForecast commerceAccountCommerceMLForecast) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
CommerceAccountCommerceMLForecast create()
CommerceAccountCommerceMLForecast getCommerceAccountCommerceMLForecast(long companyId, long forecastId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.util.List<CommerceAccountCommerceMLForecast> getMonthlyRevenueCommerceAccountCommerceMLForecasts(long companyId, long[] commerceAccountIds, java.util.Date actualDate, int historyLength, int forecastLength) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.util.List<CommerceAccountCommerceMLForecast> getMonthlyRevenueCommerceAccountCommerceMLForecasts(long companyId, long[] commerceAccountIds, 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 getMonthlyRevenueCommerceAccountCommerceMLForecastsCount(long companyId, long[] commerceAccountIds, java.util.Date actualDate, int historyLength, int forecastLength) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException