public class CommerceMLForecastAlertEntryServiceWrapper extends java.lang.Object implements CommerceMLForecastAlertEntryService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceMLForecastAlertEntryService>
CommerceMLForecastAlertEntryService.CommerceMLForecastAlertEntryService| Constructor and Description |
|---|
CommerceMLForecastAlertEntryServiceWrapper(CommerceMLForecastAlertEntryService commerceMLForecastAlertEntryService) |
| 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.
|
CommerceMLForecastAlertEntryService |
getWrappedService() |
void |
setWrappedService(CommerceMLForecastAlertEntryService commerceMLForecastAlertEntryService) |
CommerceMLForecastAlertEntry |
updateStatus(long userId,
long commerceMLForecastAlertEntryId,
int status) |
public CommerceMLForecastAlertEntryServiceWrapper(CommerceMLForecastAlertEntryService commerceMLForecastAlertEntryService)
public java.util.List<CommerceMLForecastAlertEntry> getAboveThresholdCommerceMLForecastAlertEntries(long companyId, long userId, int status, double relativeChange, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getAboveThresholdCommerceMLForecastAlertEntries in interface CommerceMLForecastAlertEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getAboveThresholdCommerceMLForecastAlertEntriesCount(long companyId,
long userId,
int status,
double relativeChange)
throws com.liferay.portal.kernel.exception.PortalException
getAboveThresholdCommerceMLForecastAlertEntriesCount in interface CommerceMLForecastAlertEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceMLForecastAlertEntry> getBelowThresholdCommerceMLForecastAlertEntries(long companyId, long userId, int status, double relativeChange, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getBelowThresholdCommerceMLForecastAlertEntries in interface CommerceMLForecastAlertEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getBelowThresholdCommerceMLForecastAlertEntriesCount(long companyId,
long userId,
int status,
double relativeChange)
throws com.liferay.portal.kernel.exception.PortalException
getBelowThresholdCommerceMLForecastAlertEntriesCount in interface CommerceMLForecastAlertEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceMLForecastAlertEntry> getCommerceMLForecastAlertEntries(long companyId, long userId, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceMLForecastAlertEntries in interface CommerceMLForecastAlertEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceMLForecastAlertEntriesCount(long companyId,
long userId,
int status)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceMLForecastAlertEntriesCount in interface CommerceMLForecastAlertEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceMLForecastAlertEntryServicepublic CommerceMLForecastAlertEntry updateStatus(long userId, long commerceMLForecastAlertEntryId, int status) throws com.liferay.portal.kernel.exception.PortalException
updateStatus in interface CommerceMLForecastAlertEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceMLForecastAlertEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceMLForecastAlertEntryService>public void setWrappedService(CommerceMLForecastAlertEntryService commerceMLForecastAlertEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceMLForecastAlertEntryService>