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