public class DispatchTriggerServiceWrapper extends java.lang.Object implements DispatchTriggerService, com.liferay.portal.kernel.service.ServiceWrapper<DispatchTriggerService>
DispatchTriggerService.DispatchTriggerService| Constructor and Description |
|---|
DispatchTriggerServiceWrapper() |
DispatchTriggerServiceWrapper(DispatchTriggerService dispatchTriggerService) |
| Modifier and Type | Method and Description |
|---|---|
DispatchTrigger |
addDispatchTrigger(java.lang.String externalReferenceCode,
long userId,
java.lang.String dispatchTaskExecutorType,
com.liferay.portal.kernel.util.UnicodeProperties dispatchTaskSettingsUnicodeProperties,
java.lang.String name) |
void |
deleteDispatchTrigger(long dispatchTriggerId) |
java.util.List<DispatchTrigger> |
getDispatchTriggers(int start,
int end) |
int |
getDispatchTriggersCount() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DispatchTriggerService |
getWrappedService() |
void |
setWrappedService(DispatchTriggerService dispatchTriggerService) |
DispatchTrigger |
updateDispatchTrigger(long dispatchTriggerId,
boolean active,
java.lang.String cronExpression,
DispatchTaskClusterMode dispatchTaskClusterMode,
int endDateMonth,
int endDateDay,
int endDateYear,
int endDateHour,
int endDateMinute,
boolean neverEnd,
boolean overlapAllowed,
int startDateMonth,
int startDateDay,
int startDateYear,
int startDateHour,
int startDateMinute,
java.lang.String timeZoneId) |
DispatchTrigger |
updateDispatchTrigger(long dispatchTriggerId,
com.liferay.portal.kernel.util.UnicodeProperties dispatchTaskSettingsUnicodeProperties,
java.lang.String name) |
public DispatchTriggerServiceWrapper()
public DispatchTriggerServiceWrapper(DispatchTriggerService dispatchTriggerService)
public DispatchTrigger addDispatchTrigger(java.lang.String externalReferenceCode, long userId, java.lang.String dispatchTaskExecutorType, com.liferay.portal.kernel.util.UnicodeProperties dispatchTaskSettingsUnicodeProperties, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
addDispatchTrigger in interface DispatchTriggerServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteDispatchTrigger(long dispatchTriggerId)
throws com.liferay.portal.kernel.exception.PortalException
deleteDispatchTrigger in interface DispatchTriggerServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<DispatchTrigger> getDispatchTriggers(int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getDispatchTriggers in interface DispatchTriggerServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getDispatchTriggersCount()
throws com.liferay.portal.kernel.exception.PortalException
getDispatchTriggersCount in interface DispatchTriggerServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface DispatchTriggerServicepublic DispatchTrigger updateDispatchTrigger(long dispatchTriggerId, boolean active, java.lang.String cronExpression, DispatchTaskClusterMode dispatchTaskClusterMode, int endDateMonth, int endDateDay, int endDateYear, int endDateHour, int endDateMinute, boolean neverEnd, boolean overlapAllowed, int startDateMonth, int startDateDay, int startDateYear, int startDateHour, int startDateMinute, java.lang.String timeZoneId) throws com.liferay.portal.kernel.exception.PortalException
updateDispatchTrigger in interface DispatchTriggerServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DispatchTrigger updateDispatchTrigger(long dispatchTriggerId, com.liferay.portal.kernel.util.UnicodeProperties dispatchTaskSettingsUnicodeProperties, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
updateDispatchTrigger in interface DispatchTriggerServicecom.liferay.portal.kernel.exception.PortalExceptionpublic DispatchTriggerService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DispatchTriggerService>public void setWrappedService(DispatchTriggerService dispatchTriggerService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<DispatchTriggerService>