@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface ChannelInstanceService
extends com.liferay.portal.kernel.service.BaseService
ChannelInstanceServiceUtil,
com.liferay.content.targeting.service.base.ChannelInstanceServiceBaseImpl,
com.liferay.content.targeting.service.impl.ChannelInstanceServiceImpl| 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.
|
ChannelInstance |
updateChannelInstance(long channelInstanceId,
java.lang.String alias,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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
com.liferay.portal.kernel.exception.PortalExceptionChannelInstance deleteChannelInstance(long channelInstanceId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<ChannelInstance> getChannelInstances(long campaignId,
long tacticId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<ChannelInstance> getChannelInstances(long tacticId,
java.lang.String channelKey)
java.lang.String getOSGiServiceIdentifier()
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
com.liferay.portal.kernel.exception.PortalException