@ProviderType
public interface AssetCategoryCommerceMLForecastManager
Modifier and Type | Method and Description |
---|---|
AssetCategoryCommerceMLForecast |
addAssetCategoryCommerceMLForecast(AssetCategoryCommerceMLForecast assetCategoryCommerceMLForecast) |
AssetCategoryCommerceMLForecast |
create() |
AssetCategoryCommerceMLForecast |
getAssetCategoryCommerceMLForecast(long companyId,
long forecastId) |
java.util.List<AssetCategoryCommerceMLForecast> |
getMonthlyRevenueAssetCategoryCommerceMLForecasts(long companyId,
long[] assetCategoryIds,
long[] commerceAccountIds,
java.util.Date actualDate,
int historyLength,
int forecastLength) |
java.util.List<AssetCategoryCommerceMLForecast> |
getMonthlyRevenueAssetCategoryCommerceMLForecasts(long companyId,
long[] assetCategoryIds,
long[] commerceAccountIds,
java.util.Date actualDate,
int historyLength,
int forecastLength,
int start,
int end) |
long |
getMonthlyRevenueAssetCategoryCommerceMLForecastsCount(long companyId,
long[] assetCategoryIds,
long[] commerceAccountIds,
java.util.Date actualDate,
int historyLength,
int forecastLength) |
AssetCategoryCommerceMLForecast addAssetCategoryCommerceMLForecast(AssetCategoryCommerceMLForecast assetCategoryCommerceMLForecast) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
AssetCategoryCommerceMLForecast create()
AssetCategoryCommerceMLForecast getAssetCategoryCommerceMLForecast(long companyId, long forecastId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.util.List<AssetCategoryCommerceMLForecast> getMonthlyRevenueAssetCategoryCommerceMLForecasts(long companyId, long[] assetCategoryIds, 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<AssetCategoryCommerceMLForecast> getMonthlyRevenueAssetCategoryCommerceMLForecasts(long companyId, long[] assetCategoryIds, 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 getMonthlyRevenueAssetCategoryCommerceMLForecastsCount(long companyId, long[] assetCategoryIds, long[] commerceAccountIds, java.util.Date actualDate, int historyLength, int forecastLength) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException