@ProviderType public class ChannelInstanceServiceWrapper extends java.lang.Object implements ChannelInstanceService, com.liferay.portal.kernel.service.ServiceWrapper<ChannelInstanceService>
ChannelInstanceService.ChannelInstanceService| Constructor and Description |
|---|
ChannelInstanceServiceWrapper(ChannelInstanceService channelInstanceService) |
| Modifier and Type | Method and Description |
|---|---|
ChannelInstance |
addChannelInstance(long userId,
long tacticId,
java.lang.String channelKey,
long campaignId,
java.lang.String alias,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
ChannelInstance |
deleteChannelInstance(long channelInstanceId) |
java.util.List<ChannelInstance> |
getChannelInstances(long campaignId,
long tacticId) |
java.util.List<ChannelInstance> |
getChannelInstances(long tacticId,
java.lang.String channelKey) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ChannelInstanceService |
getWrappedService() |
void |
setWrappedService(ChannelInstanceService channelInstanceService) |
ChannelInstance |
updateChannelInstance(long channelInstanceId,
java.lang.String alias,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public ChannelInstanceServiceWrapper(ChannelInstanceService channelInstanceService)
public ChannelInstance addChannelInstance(long userId, long tacticId, java.lang.String channelKey, long campaignId, java.lang.String alias, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addChannelInstance in interface ChannelInstanceServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ChannelInstance deleteChannelInstance(long channelInstanceId) throws com.liferay.portal.kernel.exception.PortalException
deleteChannelInstance in interface ChannelInstanceServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<ChannelInstance> getChannelInstances(long campaignId, long tacticId)
getChannelInstances in interface ChannelInstanceServicepublic java.util.List<ChannelInstance> getChannelInstances(long tacticId, java.lang.String channelKey)
getChannelInstances in interface ChannelInstanceServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface ChannelInstanceServicepublic ChannelInstance updateChannelInstance(long channelInstanceId, java.lang.String alias, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateChannelInstance in interface ChannelInstanceServicecom.liferay.portal.kernel.exception.PortalExceptionpublic ChannelInstanceService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ChannelInstanceService>public void setWrappedService(ChannelInstanceService channelInstanceService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ChannelInstanceService>