public class CommerceMLForecastAlertEntryServiceUtil
extends java.lang.Object
com.liferay.commerce.machine.learning.forecast.alert.service.impl.CommerceMLForecastAlertEntryServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.CommerceMLForecastAlertEntryService
Constructor and Description |
---|
CommerceMLForecastAlertEntryServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CommerceMLForecastAlertEntry> |
getAboveThresholdCommerceMLForecastAlertEntries(long companyId,
long userId,
int status,
double relativeChange,
int start,
int end) |
static int |
getAboveThresholdCommerceMLForecastAlertEntriesCount(long companyId,
long userId,
int status,
double relativeChange) |
static java.util.List<CommerceMLForecastAlertEntry> |
getBelowThresholdCommerceMLForecastAlertEntries(long companyId,
long userId,
int status,
double relativeChange,
int start,
int end) |
static int |
getBelowThresholdCommerceMLForecastAlertEntriesCount(long companyId,
long userId,
int status,
double relativeChange) |
static java.util.List<CommerceMLForecastAlertEntry> |
getCommerceMLForecastAlertEntries(long companyId,
long userId,
int status,
int start,
int end) |
static int |
getCommerceMLForecastAlertEntriesCount(long companyId,
long userId,
int status) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static CommerceMLForecastAlertEntryService |
getService() |
static CommerceMLForecastAlertEntry |
updateStatus(long commerceMLForecastAlertEntryId,
int status) |
public CommerceMLForecastAlertEntryServiceUtil()
public static java.util.List<CommerceMLForecastAlertEntry> getAboveThresholdCommerceMLForecastAlertEntries(long companyId, long userId, int status, double relativeChange, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getAboveThresholdCommerceMLForecastAlertEntriesCount(long companyId, long userId, int status, double relativeChange) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<CommerceMLForecastAlertEntry> getBelowThresholdCommerceMLForecastAlertEntries(long companyId, long userId, int status, double relativeChange, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getBelowThresholdCommerceMLForecastAlertEntriesCount(long companyId, long userId, int status, double relativeChange) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.util.List<CommerceMLForecastAlertEntry> getCommerceMLForecastAlertEntries(long companyId, long userId, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getCommerceMLForecastAlertEntriesCount(long companyId, long userId, int status) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String getOSGiServiceIdentifier()
public static CommerceMLForecastAlertEntry updateStatus(long commerceMLForecastAlertEntryId, int status) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static CommerceMLForecastAlertEntryService getService()