Package lumis.portal.event.persistence
Contains standard persistence events implementation.
The events in this package are generic events
suited for persistence notification.
It is defined as group for these events the class name of the persisted entity.
- Since:
- 4.1.0
- Version:
- $Revision: 8618 $ $Date: 2007-12-18 11:34:20 -0200 (Tue, 18 Dec 2007) $
- See Also:
lumis.portal.event
-
Class Summary Class Description BasePortalEntity Base class for content JPA entities, that includes event handling that generates portal events.PersistenceEvent Base class for standard persistence events.PortalEventEntityListener JPA Entity listener that sends the corresponding portal events throughIPortalEventManager.notifyObservers(lumis.portal.event.IPortalEvent)
.PostAddEvent Event raised after the add of an entity to persistence.PostDeleteEvent Event raised after the delete of an entity from persistence.PostLoadEvent Event raised after the loading of an entity from persistence.PostUpdateEvent Event raised after the update of an entity in persistence.PreAddEvent Event raised before the add of an entity to persistence.PreDeleteEvent Event raised before the delete of an entity from persistence.PreLoadEvent Event raised before the loading of an entity from persistence.PreUpdateEvent Event raised before the update of an entity in persistence.