Package lumis.portal.channel.template
Class ChannelTemplateUpdateChannelsRunner
- java.lang.Object
-
- lumis.portal.channel.template.ChannelTemplateUpdateChannelsRunner
-
-
Constructor Summary
Constructors Constructor Description ChannelTemplateUpdateChannelsRunner(String userId, Locale userLocale, String processId, List<String> channelIds)
Updates channels from given channel templates.ChannelTemplateUpdateChannelsRunner(SessionConfig sessionConfig, String processId, List<String> channelIds)
Deprecated.
-
-
-
Constructor Detail
-
ChannelTemplateUpdateChannelsRunner
@Deprecated public ChannelTemplateUpdateChannelsRunner(SessionConfig sessionConfig, String processId, List<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(String userId, Locale userLocale, String processId, List<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
-
-