org.jasig.portal.events.support
Class ChannelLayoutPortalEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.jasig.portal.events.PortalEvent
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
| Methods inherited from class org.jasig.portal.events.PortalEvent |
getDescription, getDisplayName, getEventType, getId, getPerson, getStatsSession, getTimestampAsDate, setDescription, setId, setStatsSession, setTimestampAsDate |
ChannelLayoutPortalEvent
public ChannelLayoutPortalEvent(Object source,
IPerson person,
UserProfile profile,
IUserLayoutChannelDescription description,
IUserLayoutNodeDescription parentNode,
EventType eventType)
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.