Uses of Class
org.jasig.portal.events.EventType

Packages that use EventType
org.jasig.portal.events   
org.jasig.portal.events.handlers.db   
org.jasig.portal.events.support   
 

Uses of EventType in org.jasig.portal.events
 

Methods in org.jasig.portal.events that return EventType
 EventType PortalEvent.getEventType()
           
static EventType EventType.getEventType(String type)
           
static EventType EventType.getEventType(String type, String description)
           
 EventType EventType.intern()
           
 

Constructors in org.jasig.portal.events with parameters of type EventType
PortalEvent(Object source, IPerson person, EventType eventType)
           
 

Uses of EventType in org.jasig.portal.events.handlers.db
 

Methods in org.jasig.portal.events.handlers.db that return EventType
protected  EventType JpaPortalEventStore.findExistingEventType(EventType eventType)
          Contains the logic to query for an already persisted EventType with the same type value.
 

Methods in org.jasig.portal.events.handlers.db with parameters of type EventType
protected  EventType JpaPortalEventStore.findExistingEventType(EventType eventType)
          Contains the logic to query for an already persisted EventType with the same type value.
 

Uses of EventType in org.jasig.portal.events.support
 

Constructors in org.jasig.portal.events.support with parameters of type EventType
ChannelLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription parentNode, EventType eventType)
           
ChannelPortalEvent(Object source, IPerson person, IChannelDefinition channelDefinition, EventType eventType)
           
LayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutFolderDescription folder, EventType eventType)
           
TimedChannelLayoutPortalEvent(Object source, IPerson person, UserProfile profile, IUserLayoutChannelDescription description, IUserLayoutNodeDescription parentNode, long renderTime, EventType eventType)
           
 



Copyright © 2010 Jasig. All Rights Reserved.