Class DispatchLogServiceWrapper

java.lang.Object
com.liferay.dispatch.service.DispatchLogServiceWrapper
All Implemented Interfaces:
DispatchLogService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<DispatchLogService>

public class DispatchLogServiceWrapper extends Object implements DispatchLogService, com.liferay.portal.kernel.service.ServiceWrapper<DispatchLogService>
Provides a wrapper for DispatchLogService.
See Also:
Generated:
  • Constructor Details

    • DispatchLogServiceWrapper

      public DispatchLogServiceWrapper()
    • DispatchLogServiceWrapper

      public DispatchLogServiceWrapper(DispatchLogService dispatchLogService)
  • Method Details

    • deleteDispatchLog

      public void deleteDispatchLog(long dispatchLogId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteDispatchLog in interface DispatchLogService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDispatchLog

      public DispatchLog getDispatchLog(long dispatchLogId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getDispatchLog in interface DispatchLogService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDispatchLogs

      public List<DispatchLog> getDispatchLogs(long dispatchTriggerId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getDispatchLogs in interface DispatchLogService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDispatchLogs

      public List<DispatchLog> getDispatchLogs(long dispatchTriggerId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchLog> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getDispatchLogs in interface DispatchLogService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDispatchLogsCount

      public int getDispatchLogsCount(long dispatchTriggerId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getDispatchLogsCount in interface DispatchLogService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface DispatchLogService
      Returns:
      the OSGi service identifier
    • getWrappedService

      public DispatchLogService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DispatchLogService>
    • setWrappedService

      public void setWrappedService(DispatchLogService dispatchLogService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DispatchLogService>