public class CommerceNotificationQueueEntryServiceWrapper extends java.lang.Object implements CommerceNotificationQueueEntryService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationQueueEntryService>
CommerceNotificationQueueEntryService.CommerceNotificationQueueEntryService| Constructor and Description |
|---|
CommerceNotificationQueueEntryServiceWrapper() |
CommerceNotificationQueueEntryServiceWrapper(CommerceNotificationQueueEntryService commerceNotificationQueueEntryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCommerceNotificationQueueEntry(long commerceNotificationQueueEntryId) |
java.util.List<CommerceNotificationQueueEntry> |
getCommerceNotificationQueueEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) |
int |
getCommerceNotificationQueueEntriesCount(long groupId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceNotificationQueueEntryService |
getWrappedService() |
CommerceNotificationQueueEntry |
resendCommerceNotificationQueueEntry(long commerceNotificationQueueEntryId) |
void |
setWrappedService(CommerceNotificationQueueEntryService commerceNotificationQueueEntryService) |
public CommerceNotificationQueueEntryServiceWrapper()
public CommerceNotificationQueueEntryServiceWrapper(CommerceNotificationQueueEntryService commerceNotificationQueueEntryService)
public void deleteCommerceNotificationQueueEntry(long commerceNotificationQueueEntryId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceNotificationQueueEntry in interface CommerceNotificationQueueEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceNotificationQueueEntry> getCommerceNotificationQueueEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationQueueEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommerceNotificationQueueEntries in interface CommerceNotificationQueueEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceNotificationQueueEntriesCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceNotificationQueueEntriesCount in interface CommerceNotificationQueueEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceNotificationQueueEntryServicepublic CommerceNotificationQueueEntry resendCommerceNotificationQueueEntry(long commerceNotificationQueueEntryId) throws com.liferay.portal.kernel.exception.PortalException
resendCommerceNotificationQueueEntry in interface CommerceNotificationQueueEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceNotificationQueueEntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationQueueEntryService>public void setWrappedService(CommerceNotificationQueueEntryService commerceNotificationQueueEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationQueueEntryService>