@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CommerceMLForecastAlertEntryService
extends com.liferay.portal.kernel.service.BaseService
CommerceMLForecastAlertEntryServiceUtil| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommerceMLForecastAlertEntry> |
getAboveThresholdCommerceMLForecastAlertEntries(long companyId,
long userId,
int status,
double relativeChange,
int start,
int end) |
int |
getAboveThresholdCommerceMLForecastAlertEntriesCount(long companyId,
long userId,
int status,
double relativeChange) |
java.util.List<CommerceMLForecastAlertEntry> |
getBelowThresholdCommerceMLForecastAlertEntries(long companyId,
long userId,
int status,
double relativeChange,
int start,
int end) |
int |
getBelowThresholdCommerceMLForecastAlertEntriesCount(long companyId,
long userId,
int status,
double relativeChange) |
java.util.List<CommerceMLForecastAlertEntry> |
getCommerceMLForecastAlertEntries(long companyId,
long userId,
int status,
int start,
int end) |
int |
getCommerceMLForecastAlertEntriesCount(long companyId,
long userId,
int status) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceMLForecastAlertEntry |
updateStatus(long userId,
long commerceMLForecastAlertEntryId,
int status) |
@Transactional(propagation=SUPPORTS,
readOnly=true)
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@Transactional(propagation=SUPPORTS,
readOnly=true)
int getAboveThresholdCommerceMLForecastAlertEntriesCount(long companyId,
long userId,
int status,
double relativeChange)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
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@Transactional(propagation=SUPPORTS,
readOnly=true)
int getBelowThresholdCommerceMLForecastAlertEntriesCount(long companyId,
long userId,
int status,
double relativeChange)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
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@Transactional(propagation=SUPPORTS,
readOnly=true)
int getCommerceMLForecastAlertEntriesCount(long companyId,
long userId,
int status)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
CommerceMLForecastAlertEntry updateStatus(long userId, long commerceMLForecastAlertEntryId, int status) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException