lumis.portal.channel
Class ChannelRenderDataChangedEvent

Package class diagram package ChannelRenderDataChangedEvent
java.lang.Object
  extended by lumis.portal.event.AbstractPortalEvent
      extended by lumis.portal.event.AbstractTransactionalPortalEvent
          extended by lumis.portal.page.PageRenderDataChangedEvent
              extended by lumis.portal.channel.ChannelRenderDataChangedEvent
All Implemented Interfaces:
IPortalEvent

public class ChannelRenderDataChangedEvent
extends PageRenderDataChangedEvent

Event that indicates that the render data of some channels may have changed.

Since:
4.1.0

Constructor Summary
ChannelRenderDataChangedEvent(SessionConfig sessionConfig, Collection<ChannelConfig> channelsChanged, ITransaction transaction)
           
 
Method Summary
 Collection<ChannelConfig> getChannelsChanged()
          Returns the channels whose render data may have changed.
 
Methods inherited from class lumis.portal.page.PageRenderDataChangedEvent
getExpirationLimit, getLocale, getPagesChanged, getParameters, setExpirationLimit, setLocale, setOperationType, setParameters
 
Methods inherited from class lumis.portal.event.AbstractTransactionalPortalEvent
getSessionConfig, getTransaction
 
Methods inherited from class lumis.portal.event.AbstractPortalEvent
getEventGroups, getOperationType, setEventGroups
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface lumis.portal.event.IPortalEvent
toString
 

Constructor Detail

ChannelRenderDataChangedEvent

public ChannelRenderDataChangedEvent(SessionConfig sessionConfig,
                                     Collection<ChannelConfig> channelsChanged,
                                     ITransaction transaction)
                              throws PortalException
Throws:
PortalException
Method Detail

getChannelsChanged

public Collection<ChannelConfig> getChannelsChanged()
Returns the channels whose render data may have changed.

Returns:
the channels whose render data may have changed.
Since:
4.1.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.