Package com.liferay.dispatch.service
Class DispatchLogServiceUtil
java.lang.Object
com.liferay.dispatch.service.DispatchLogServiceUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddeleteDispatchLog(long dispatchLogId) static DispatchLoggetDispatchLog(long dispatchLogId) static List<DispatchLog>getDispatchLogs(long dispatchTriggerId, int start, int end) static List<DispatchLog>getDispatchLogs(long dispatchTriggerId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchLog> orderByComparator) static intgetDispatchLogsCount(long dispatchTriggerId) static StringReturns the OSGi service identifier.static DispatchLogService
-
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
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getService
-