lumis.portal.event.persistence
Class PreAddEvent

Package class diagram package PreAddEvent
java.lang.Object
  extended by lumis.portal.event.AbstractPortalEvent
      extended by lumis.portal.event.AbstractTransactionalPortalEvent
          extended by lumis.portal.event.persistence.PersistenceEvent
              extended by lumis.portal.event.persistence.PreAddEvent
All Implemented Interfaces:
IPortalEvent

public class PreAddEvent
extends PersistenceEvent

Event raised before the add of an entity to persistence.

Since:
4.1.0

Constructor Summary
PreAddEvent(SessionConfig sessionConfig, Class<?> entityClass, Collection<?> entities, ITransaction transaction)
           
PreAddEvent(SessionConfig sessionConfig, Class<?> entityClass, Object entity, ITransaction transaction)
           
 
Method Summary
 
Methods inherited from class lumis.portal.event.persistence.PersistenceEvent
getEntities, isBefore
 
Methods inherited from class lumis.portal.event.AbstractTransactionalPortalEvent
getSessionConfig, getTransaction
 
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

PreAddEvent

public PreAddEvent(SessionConfig sessionConfig,
                   Class<?> entityClass,
                   Object entity,
                   ITransaction transaction)

PreAddEvent

public PreAddEvent(SessionConfig sessionConfig,
                   Class<?> entityClass,
                   Collection<?> entities,
                   ITransaction transaction)


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.