Class CommerceMLForecastAlertEntryServiceWrapper
java.lang.Object
com.liferay.commerce.machine.learning.forecast.alert.service.CommerceMLForecastAlertEntryServiceWrapper
- All Implemented Interfaces:
CommerceMLForecastAlertEntryService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CommerceMLForecastAlertEntryService>
public class CommerceMLForecastAlertEntryServiceWrapper
extends Object
implements CommerceMLForecastAlertEntryService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceMLForecastAlertEntryService>
Provides a wrapper for
CommerceMLForecastAlertEntryService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceMLForecastAlertEntryServiceWrapper(CommerceMLForecastAlertEntryService commerceMLForecastAlertEntryService) -
Method Summary
Modifier and TypeMethodDescriptiongetAboveThresholdCommerceMLForecastAlertEntries(long companyId, long userId, int status, double relativeChange, int start, int end) intgetAboveThresholdCommerceMLForecastAlertEntriesCount(long companyId, long userId, int status, double relativeChange) getBelowThresholdCommerceMLForecastAlertEntries(long companyId, long userId, int status, double relativeChange, int start, int end) intgetBelowThresholdCommerceMLForecastAlertEntriesCount(long companyId, long userId, int status, double relativeChange) getCommerceMLForecastAlertEntries(long companyId, long userId, int status, int start, int end) intgetCommerceMLForecastAlertEntriesCount(long companyId, long userId, int status) Returns the OSGi service identifier.voidsetWrappedService(CommerceMLForecastAlertEntryService commerceMLForecastAlertEntryService) updateStatus(long commerceMLForecastAlertEntryId, int status)
-
Constructor Details
-
CommerceMLForecastAlertEntryServiceWrapper
public CommerceMLForecastAlertEntryServiceWrapper() -
CommerceMLForecastAlertEntryServiceWrapper
public CommerceMLForecastAlertEntryServiceWrapper(CommerceMLForecastAlertEntryService commerceMLForecastAlertEntryService)
-
-
Method Details
-
getAboveThresholdCommerceMLForecastAlertEntries
public List<CommerceMLForecastAlertEntry> getAboveThresholdCommerceMLForecastAlertEntries(long companyId, long userId, int status, double relativeChange, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAboveThresholdCommerceMLForecastAlertEntriesin interfaceCommerceMLForecastAlertEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAboveThresholdCommerceMLForecastAlertEntriesCount
public int getAboveThresholdCommerceMLForecastAlertEntriesCount(long companyId, long userId, int status, double relativeChange) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAboveThresholdCommerceMLForecastAlertEntriesCountin interfaceCommerceMLForecastAlertEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBelowThresholdCommerceMLForecastAlertEntries
public List<CommerceMLForecastAlertEntry> getBelowThresholdCommerceMLForecastAlertEntries(long companyId, long userId, int status, double relativeChange, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getBelowThresholdCommerceMLForecastAlertEntriesin interfaceCommerceMLForecastAlertEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBelowThresholdCommerceMLForecastAlertEntriesCount
public int getBelowThresholdCommerceMLForecastAlertEntriesCount(long companyId, long userId, int status, double relativeChange) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getBelowThresholdCommerceMLForecastAlertEntriesCountin interfaceCommerceMLForecastAlertEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceMLForecastAlertEntries
public List<CommerceMLForecastAlertEntry> getCommerceMLForecastAlertEntries(long companyId, long userId, int status, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceMLForecastAlertEntriesin interfaceCommerceMLForecastAlertEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceMLForecastAlertEntriesCount
public int getCommerceMLForecastAlertEntriesCount(long companyId, long userId, int status) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceMLForecastAlertEntriesCountin interfaceCommerceMLForecastAlertEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceMLForecastAlertEntryService- Returns:
- the OSGi service identifier
-
updateStatus
public CommerceMLForecastAlertEntry updateStatus(long commerceMLForecastAlertEntryId, int status) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateStatusin interfaceCommerceMLForecastAlertEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceMLForecastAlertEntryService>
-
setWrappedService
public void setWrappedService(CommerceMLForecastAlertEntryService commerceMLForecastAlertEntryService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceMLForecastAlertEntryService>
-