Package lumis.portal.channel.template
Class ChannelTemplateUpdateChannelsRunner
- java.lang.Object
-
- lumis.portal.channel.template.ChannelTemplateUpdateChannelsRunner
-
- All Implemented Interfaces:
java.lang.Runnable
public class ChannelTemplateUpdateChannelsRunner extends java.lang.Object implements java.lang.Runnable
Updates channels from channel templates.- Since:
- 5.6.0
- Version:
- $Revision: 16824 $ $Date: 2015-01-23 18:49:12 -0200 (Fri, 23 Jan 2015) $
-
-
Constructor Summary
Constructors Constructor Description ChannelTemplateUpdateChannelsRunner(java.lang.String userId, java.util.Locale userLocale, java.lang.String processId, java.util.List<java.lang.String> channelIds)
Updates channels from given channel templates.ChannelTemplateUpdateChannelsRunner(SessionConfig sessionConfig, java.lang.String processId, java.util.List<java.lang.String> channelIds)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
ChannelTemplateUpdateChannelsRunner
@Deprecated public ChannelTemplateUpdateChannelsRunner(SessionConfig sessionConfig, java.lang.String processId, java.util.List<java.lang.String> channelIds) throws PortalException
Deprecated.Updates channels from given channel templates.- Parameters:
sessionConfig
- a session configurationprocessId
- a processId used between back-end and front-end to send and receive information.channelIds
- the channels to be updated- Throws:
PortalException
- Since:
- 5.6.0
-
ChannelTemplateUpdateChannelsRunner
public ChannelTemplateUpdateChannelsRunner(java.lang.String userId, java.util.Locale userLocale, java.lang.String processId, java.util.List<java.lang.String> channelIds)
Updates channels from given channel templates.- Parameters:
userId
- the user identifier that is going to execute the action.userLocale
- the user locale.processId
- a processId used between back-end and front-end to send and receive information.channelIds
- the channels to be updated- Since:
- 6.0.0
-
-