public class TopiaTransactionEvent extends EventObject
TopiaTransactionListener.TopiaTransactionListener,
Serialized Formsource| Constructor and Description |
|---|
TopiaTransactionEvent(TopiaTransaction source) |
TopiaTransactionEvent(TopiaTransaction source,
Map<TopiaEntity,EntityState> entities) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
Set<TopiaEntity> |
getEntities() |
TopiaContext |
getSource() |
boolean |
isCreate(TopiaEntity entity) |
boolean |
isDelete(TopiaEntity entity) |
boolean |
isLoad(TopiaEntity entity) |
boolean |
isModification(TopiaEntity entity) |
boolean |
isRead(TopiaEntity entity) |
boolean |
isUpdate(TopiaEntity entity) |
toStringpublic TopiaTransactionEvent(TopiaTransaction source)
public TopiaTransactionEvent(TopiaTransaction source, Map<TopiaEntity,EntityState> entities)
public Set<TopiaEntity> getEntities()
public boolean isLoad(TopiaEntity entity)
public boolean isRead(TopiaEntity entity)
public boolean isCreate(TopiaEntity entity)
public boolean isUpdate(TopiaEntity entity)
public boolean isDelete(TopiaEntity entity)
public boolean isModification(TopiaEntity entity)
public TopiaContext getSource()
getSource in class EventObjectCopyright © 2004–2013 CodeLutin. All rights reserved.