@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface DispatchLogService
extends com.liferay.portal.kernel.service.BaseService
DispatchLogServiceUtil| Modifier and Type | Method and Description |
|---|---|
void |
deleteDispatchLog(long dispatchLogId) |
DispatchLog |
getDispatchLog(long dispatchLogId) |
java.util.List<DispatchLog> |
getDispatchLogs(long dispatchTriggerId,
int start,
int end) |
java.util.List<DispatchLog> |
getDispatchLogs(long dispatchTriggerId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DispatchLog> orderByComparator) |
int |
getDispatchLogsCount(long dispatchTriggerId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
void deleteDispatchLog(long dispatchLogId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
DispatchLog getDispatchLog(long dispatchLogId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DispatchLog> getDispatchLogs(long dispatchTriggerId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<DispatchLog> getDispatchLogs(long dispatchTriggerId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<DispatchLog> orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getDispatchLogsCount(long dispatchTriggerId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()