public class CommerceMLForecastAlertEntryServiceWrapper extends java.lang.Object implements CommerceMLForecastAlertEntryService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceMLForecastAlertEntryService>
CommerceMLForecastAlertEntryService
.CommerceMLForecastAlertEntryService
Constructor and Description |
---|
CommerceMLForecastAlertEntryServiceWrapper() |
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 commerceMLForecastAlertEntryId,
int status) |
public CommerceMLForecastAlertEntryServiceWrapper()
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 CommerceMLForecastAlertEntryService
com.liferay.portal.kernel.exception.PortalException
public int getAboveThresholdCommerceMLForecastAlertEntriesCount(long companyId, long userId, int status, double relativeChange) throws com.liferay.portal.kernel.exception.PortalException
getAboveThresholdCommerceMLForecastAlertEntriesCount
in interface CommerceMLForecastAlertEntryService
com.liferay.portal.kernel.exception.PortalException
public 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 CommerceMLForecastAlertEntryService
com.liferay.portal.kernel.exception.PortalException
public int getBelowThresholdCommerceMLForecastAlertEntriesCount(long companyId, long userId, int status, double relativeChange) throws com.liferay.portal.kernel.exception.PortalException
getBelowThresholdCommerceMLForecastAlertEntriesCount
in interface CommerceMLForecastAlertEntryService
com.liferay.portal.kernel.exception.PortalException
public 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 CommerceMLForecastAlertEntryService
com.liferay.portal.kernel.exception.PortalException
public int getCommerceMLForecastAlertEntriesCount(long companyId, long userId, int status) throws com.liferay.portal.kernel.exception.PortalException
getCommerceMLForecastAlertEntriesCount
in interface CommerceMLForecastAlertEntryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommerceMLForecastAlertEntryService
public CommerceMLForecastAlertEntry updateStatus(long commerceMLForecastAlertEntryId, int status) throws com.liferay.portal.kernel.exception.PortalException
updateStatus
in interface CommerceMLForecastAlertEntryService
com.liferay.portal.kernel.exception.PortalException
public 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>