Package com.liferay.dispatch.service
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteDispatchLog(long dispatchLogId) getDispatchLog(long dispatchLogId) getDispatchLogs(long dispatchTriggerId, int start, int end) getDispatchLogs(long dispatchTriggerId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DispatchLog> orderByComparator) intgetDispatchLogsCount(long dispatchTriggerId) Returns the OSGi service identifier.voidsetWrappedService(DispatchLogService dispatchLogService)
-
Constructor Details
-
DispatchLogServiceWrapper
public DispatchLogServiceWrapper() -
DispatchLogServiceWrapper
-
-
Method Details
-
deleteDispatchLog
public void deleteDispatchLog(long dispatchLogId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteDispatchLogin interfaceDispatchLogService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDispatchLog
public DispatchLog getDispatchLog(long dispatchLogId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDispatchLogin interfaceDispatchLogService- 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:
getDispatchLogsin interfaceDispatchLogService- 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:
getDispatchLogsin interfaceDispatchLogService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDispatchLogsCount
public int getDispatchLogsCount(long dispatchTriggerId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDispatchLogsCountin interfaceDispatchLogService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceDispatchLogService- Returns:
- the OSGi service identifier
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DispatchLogService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<DispatchLogService>
-