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
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.