org.jasig.portal.events.support
Class ChannelMovedInLayoutPortalEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.jasig.portal.events.PortalEvent
              extended by org.jasig.portal.events.support.ChannelLayoutPortalEvent
                  extended by org.jasig.portal.events.support.ChannelMovedInLayoutPortalEvent
All Implemented Interfaces:
Serializable

public final class ChannelMovedInLayoutPortalEvent
extends ChannelLayoutPortalEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ChannelMovedInLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription oldParentNode, IUserLayoutNodeDescription newParentNode)
           
 
Method Summary
 String getDestinationFolderId()
           
 void setDestinationFolderId(String id)
           
 String toString()
           
 
Methods inherited from class org.jasig.portal.events.support.ChannelLayoutPortalEvent
getChannelDefinitionId, getChannelDescription, getChannelDescriptionString, getChannelSubscribeId, getParentDescription, getParentDescriptionString, getProfile, getProfileId, getTargetFolderId, setChannelDefinitionId, setChannelSubscribeId, setProfileId, setTargetFolderId
 
Methods inherited from class org.jasig.portal.events.PortalEvent
getDescription, getDisplayName, getEventType, getId, getPerson, getStatsSession, getTimestampAsDate, setDescription, setId, setStatsSession, setTimestampAsDate
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelMovedInLayoutPortalEvent

public ChannelMovedInLayoutPortalEvent(Object source,
                                       IPerson person,
                                       UserProfile profile,
                                       IUserLayoutChannelDescription description,
                                       IUserLayoutNodeDescription oldParentNode,
                                       IUserLayoutNodeDescription newParentNode)
Method Detail

toString

public String toString()
Overrides:
toString in class ChannelLayoutPortalEvent

getDestinationFolderId

public final String getDestinationFolderId()

setDestinationFolderId

public void setDestinationFolderId(String id)


Copyright © 2010 Jasig. All Rights Reserved.