Package lumis.portal.event.persistence

Package class diagram package lumis.portal.event.persistence
Contains standard persistence events implementation.

See:
          Description

Class Summary
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 through IPortalEventManager.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.
 

Package lumis.portal.event.persistence Description

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
See Also:
lumis.portal.event


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.