Uses of Interface
org.caleigo.core.IDataBundle

Packages that use IDataBundle
org.caleigo.core   
 

Uses of IDataBundle in org.caleigo.core
 

Classes in org.caleigo.core that implement IDataBundle
 class DataBundle
          
 

Methods in org.caleigo.core that return IDataBundle
 IDataBundle IDataBundleDescriptor.createActionData()
          Action method that creates IActionData object for the called ActionData- Descriptor.
 IDataBundle DataBundleDescriptor.createActionData()
          Action method that creates IActionData object for the called ActionData- Descriptor.
 IDataBundle ActionQueue.getActionData(int index)
          Returns the indexed action data object from the queue.
 IDataBundle ActionQueue.ActionRequest.getDataBundle()
           
 

Methods in org.caleigo.core with parameters of type IDataBundle
 void ITransactionEntityAction.prepareTransaction(IDataBundle data, IDataTransaction transaction)
          Prepare method for the action where the action is expected to add the data operations needed to perform the action.
 void IEntityAction.perform(IDataBundle data)
          Performs the actions logic using the provided IActionData object.
 ValidationResult IDataBundleDescriptor.validateData(IDataBundle actionData)
          Help method that validates the provided IActionData object.
 ValidationResult DataBundleDescriptor.validateData(IDataBundle actionData)
          Help method that validates the provided IActionData object.
 ValidationResult DataBundleDescriptor.DescriptorItem.validateData(IDataBundle actionData)
           
 void CompositeEntityDescriptor.CompositeStoreEntityAction.prepareTransaction(IDataBundle data, IDataTransaction transaction)
          Prepare method for the action where the action is expected to add the data operations needed to perform the action.
 void CompositeEntityDescriptor.CompositeStoreEntityAction.cleanUpTransaction(IDataBundle data, IDataTransaction transaction)
          Clean up method for the action where the action can clean up data operations, if necessary via an overriding method in an implementing class, which were performed by the action.
 void CompositeEntityDescriptor.CompositeDeleteEntityAction.prepareTransaction(IDataBundle data, IDataTransaction transaction)
          Prepare method for the action where the action is expected to add the data operations needed to perform the action.
 void CompositeEntityDescriptor.CompositeDeleteEntityAction.cleanUpTransaction(IDataBundle data, IDataTransaction transaction)
          Clean up method for the action where the action can clean up data operations, if necessary via an overriding method in an implementing class, which were performed by the action.
 void ActionQueue.addAction(ITransactionEntityAction entityAction, IDataBundle dataBundle)
          Adds the provided action request to the queue with the provided data bundle.
abstract  void AbstractTransactionEntityAction.prepareTransaction(IDataBundle data, IDataTransaction transaction)
          Prepare method for the action where the action is expected to add the data operations needed to perform the action.
 void AbstractTransactionEntityAction.perform(IDataBundle data)
          Performs the actions logic using the provided IActionData object.
 void AbstractTransactionEntityAction.cleanUpTransaction(IDataBundle data, IDataTransaction transaction)
          Clean up method for the action where the action can clean up data operations, if necessary via an overriding method in an implementing class, which were performed by the action.
 void AbstractEntityDescriptor.StoreEntityAction.prepareTransaction(IDataBundle data, IDataTransaction transaction)
          Prepare method for the action where the action is expected to add the data operations needed to perform the action.
 void AbstractEntityDescriptor.DeleteEntityAction.prepareTransaction(IDataBundle data, IDataTransaction transaction)
          Prepare method for the action where the action is expected to add the data operations needed to perform the action.
abstract  void AbstractEntityAction.perform(IDataBundle data)
          Performs the actions logic using the provided IActionData object.
protected  void AbstractEntityAction.validateData(IDataBundle data)
          Help method that validates the provided data and throws an InvalidDataException if the validation failed.
 

Constructors in org.caleigo.core with parameters of type IDataBundle
ActionQueue.ActionRequest(ITransactionEntityAction action, IDataBundle dataBundle)
           
ActionQueue.DirtyOnlyRequest(ITransactionEntityAction action, IDataBundle dataBundle)
           
 



Copyright © 2005 Caleigo. All Rights Reserved.