|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITransactionEntityAction | |
org.caleigo.core |
Uses of ITransactionEntityAction in org.caleigo.core |
Classes in org.caleigo.core that implement ITransactionEntityAction | |
static class |
AbstractEntityDescriptor.DeleteEntityAction
The default delete action used by the AbstsractEntityDescriptor class. |
static class |
AbstractEntityDescriptor.StoreEntityAction
The default store action used by the AbstsractEntityDescriptor class. |
class |
AbstractTransactionEntityAction
|
static class |
CompositeEntityDescriptor.CompositeDeleteEntityAction
The default delete action used by the CompositeEntityDescriptor class. |
static class |
CompositeEntityDescriptor.CompositeStoreEntityAction
The default store action used by the CompositeEntityDescriptor class. |
Methods in org.caleigo.core that return ITransactionEntityAction | |
ITransactionEntityAction |
ActionQueue.getAction(int index)
Returns the indexed action object from the queue. |
ITransactionEntityAction |
ActionQueue.ActionRequest.getAction()
|
Methods in org.caleigo.core with parameters of type ITransactionEntityAction | |
void |
ActionQueue.addAction(ITransactionEntityAction entityAction,
IDataBundle dataBundle)
Adds the provided action request to the queue with the provided data bundle. |
void |
ActionQueue.addAction(ITransactionEntityAction entityAction,
IEntity entity)
Adds the provided action request to the queue with the provided entity. |
void |
ActionQueue.clear(ITransactionEntityAction action)
Clears all queued actions request of the provided action from the called ActionQueue. |
Constructors in org.caleigo.core with parameters of type ITransactionEntityAction | |
ActionQueue.ActionRequest(ITransactionEntityAction action,
IDataBundle dataBundle)
|
|
ActionQueue.DirtyOnlyRequest(ITransactionEntityAction action,
IDataBundle dataBundle)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |