|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.event.AbstractPortalEvent
lumis.portal.event.AbstractTransactionalPortalEvent
@StableMinor(version="6.1", sinceVersion="4.2") public abstract class AbstractTransactionalPortalEvent
An event that is raised inside a transactional context. This event provides the current user session and transaction.
Constructor Summary | |
---|---|
AbstractTransactionalPortalEvent(SessionConfig sessionConfig,
ITransaction transaction)
|
Method Summary | |
---|---|
SessionConfig |
getSessionConfig()
Returns the user session associated with this event. |
ITransaction |
getTransaction()
Returns the transaction in which this event occurs. |
Methods inherited from class lumis.portal.event.AbstractPortalEvent |
---|
getEventGroups, getOperationType, setEventGroups, setOperationType |
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 |
---|
public AbstractTransactionalPortalEvent(SessionConfig sessionConfig, ITransaction transaction)
Method Detail |
---|
public SessionConfig getSessionConfig()
public ITransaction getTransaction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |