org.jasig.portal.events.support
Class ChannelLayoutPortalEvent

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChannelAddedToLayoutPortalEvent, ChannelInstanciatedInLayoutPortalEvent, ChannelMovedInLayoutPortalEvent, ChannelRemovedFromLayoutPortalEvent, ChannelTargetedInLayoutPortalEvent, ChannelUpdatedInLayoutPortalEvent, TimedChannelLayoutPortalEvent

public abstract class ChannelLayoutPortalEvent
extends PortalEvent

Since:
2.6
Version:
$Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
Author:
Scott Battaglia
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ChannelLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription parentNode, EventType eventType)
           
 
Method Summary
 String getChannelDefinitionId()
           
 IUserLayoutChannelDescription getChannelDescription()
           
protected  String getChannelDescriptionString()
           
 String getChannelSubscribeId()
           
 IUserLayoutNodeDescription getParentDescription()
           
protected  String getParentDescriptionString()
           
 UserProfile getProfile()
           
 int getProfileId()
           
 String getTargetFolderId()
           
 void setChannelDefinitionId(String id)
           
 void setChannelSubscribeId(String id)
           
 void setProfileId(int id)
           
 void setTargetFolderId(String id)
           
 String toString()
           
 
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

ChannelLayoutPortalEvent

public ChannelLayoutPortalEvent(Object source,
                                IPerson person,
                                UserProfile profile,
                                IUserLayoutChannelDescription description,
                                IUserLayoutNodeDescription parentNode,
                                EventType eventType)
Method Detail

getProfile

public final UserProfile getProfile()

getChannelDescription

public final IUserLayoutChannelDescription getChannelDescription()

getParentDescription

public final IUserLayoutNodeDescription getParentDescription()

getTargetFolderId

public final String getTargetFolderId()

setTargetFolderId

public void setTargetFolderId(String id)

getChannelDefinitionId

public final String getChannelDefinitionId()

setChannelDefinitionId

public void setChannelDefinitionId(String id)

getChannelSubscribeId

public final String getChannelSubscribeId()

setChannelSubscribeId

public void setChannelSubscribeId(String id)

getProfileId

public final int getProfileId()

setProfileId

public void setProfileId(int id)

getChannelDescriptionString

protected String getChannelDescriptionString()

getParentDescriptionString

protected String getParentDescriptionString()

toString

public String toString()
Overrides:
toString in class PortalEvent


Copyright © 2010 Jasig. All Rights Reserved.