Class DispatchLogServiceUtil

java.lang.Object
com.liferay.dispatch.service.DispatchLogServiceUtil

public class DispatchLogServiceUtil extends Object
Provides the remote service utility for DispatchLog. This utility wraps com.liferay.dispatch.service.impl.DispatchLogServiceImpl and is an access point for service operations in application layer code running on a remote server. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
See Also:
Generated:
  • Constructor Details

    • DispatchLogServiceUtil

      public DispatchLogServiceUtil()
  • Method Details

    • deleteDispatchLog

      public static void deleteDispatchLog(long dispatchLogId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDispatchLog

      public static DispatchLog getDispatchLog(long dispatchLogId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getDispatchLogs

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

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

      public static int getDispatchLogsCount(long dispatchTriggerId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • getService

      public static DispatchLogService getService()