See: Description
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 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.
|
It is defined as group for these events the class name of the persisted entity.
lumis.portal.event
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.