Uses of Interface
org.caleigo.core.IEntity

Packages that use IEntity
org.caleigo.core   
org.caleigo.core.event   
org.caleigo.core.meta   
org.caleigo.core.service   
 

Uses of IEntity in org.caleigo.core
 

Subinterfaces of IEntity in org.caleigo.core
 interface IProxyController
          
 interface IProxyEntity
          A IProxyEntity is an extension of the IEntity interface for entity objects that act as proxies to other entity objects or may even be wrappers around other forms of property providers.
 

Classes in org.caleigo.core that implement IEntity
 class AbstractDataObjectEntity
          
 class AbstractEntity
          The AbstractEntity class is an abtsract implementation of the IEntity interface.
 class ControlledProxyEntity
          
 class CustomEntity
          
 class ProxyEntity
          A ProxyEntity is a basic implementation of the IProxyEntity iterface.
 

Fields in org.caleigo.core declared as IEntity
(package private)  IEntity CompositeEntityDescriptor.CompositeStoreEntityAction.insertedBaseEntity
           
 

Methods in org.caleigo.core that return IEntity
 IEntity SingleServiceDataSource.createEntity(IEntityDescriptor entityDescriptor)
          Creates a new entity and lets the data source be the manafer of that entity.
 IEntity SingleServiceDataSource.loadEntity(IEntityDescriptor entityDescriptor, Qualifier identityQualifier)
          The load method returnes a single entity object intentified by the provided indentity qualifier that must be able to uniquely identify a single entity instance.
 IEntity SingleServiceDataSource.createEntity(IEntityDescriptor entityDescriptor, IDataProvider propertySource)
          Creates a new entity and lets the data source be the manafer of that entity.
 IEntity SingleServiceDataSource.manageEntity(IEntity entity)
          Instucts the data source object to take over the control of an entity.
 IEntity Selection.getEntity(int index)
          Access method that returns the contained IEntity object with the specified index.
 IEntity Selection.removeEntity(int index)
          Mutation method that removes the indexed entity from the selection.
static IEntity Relations.loadReferredEntity(IEntity sourceEntity, IFieldDescriptor referenceFieldDescriptor)
           
static IEntity Relations.loadIntersectEntity(IEntity sourceEntity, IEntityDescriptor targetDescriptor)
          Loads an uniquely identifiable entity based on the data in the source.
 IEntity ProxySelection.getEntity(int index)
          Access method that returns the contained IEntity object with the specified index.
 IEntity ProxySelection.removeEntity(int index)
          Mutation method that removes the indexed entity from the selection.
 IEntity ProxyEntity.getRemoteEntity()
          Access method that returns the remote entity of the proxy.
 IEntity ProxyEntity.getSourceEntity()
          Access method that returns the source entity of the proxy.
 IEntity OrderedProxySelection.getEntity(int index)
          Access method that returns the contained IEntity object with the specified index.
 IEntity OrderedProxySelection.removeEntity(int index)
          Mutation method that removes the indexed entity from the selection.
 IEntity ISelection.getEntity(int index)
          Access method that returns the contained IEntity object with the specified index.
 IEntity ISelection.removeEntity(int index)
          Mutation method that removes the indexed entity from the selection.
 IEntity IProxyEntity.getRemoteEntity()
          Access method that returns the remote entity of the proxy.
 IEntity IProxyEntity.getSourceEntity()
          Access method that returns the source entity of the proxy.
 IEntity IEntityDescriptor.createEntity()
          Creates an entity with of the type described by this descriptor and loads it with default data.
 IEntity IEntityDescriptor.createEntity(IDataProvider propertySource)
          Creates an entity with of the type described by this descriptor and loads it with data from the provided property source.
 IEntity IEntityDescriptor.loadEntity(Qualifier identityQualifier)
          The load method returnes a single entity object intentified by the provided indentity qualifier that must be able to uniquely identify a single entity instance.
 IEntity IDataSource.createEntity(IEntityDescriptor entityDescriptor)
          Creates a new entity and lets the data source be the manager of that entity.
 IEntity IDataSource.createEntity(IEntityDescriptor entityDescriptor, IDataProvider propertySource)
          Creates a new entity and lets the data source be the manager of that entity.
 IEntity IDataSource.loadEntity(IEntityDescriptor entityDescriptor, Qualifier identityQualifier)
          The load method returnes a single entity object intentified by the provided indentity qualifier that must be able to uniquely identify a single entity instance.
 IEntity IDataSource.manageEntity(IEntity entity)
          Instucts the data source object to take over the control of an entity.
 IEntity IDataService.load(IEntityDescriptor entityDescriptor, Qualifier identityQualifier)
          The load method returnes a single entity object intentified by the provided indentity qualifier that must be able to uniquely identify a single entity instance.
 IEntity FilteredProxySelection.getEntity(int index)
          Access method that returns the contained IEntity object with the specified index.
 IEntity FilteredProxySelection.removeEntity(int index)
          Mutation method that removes the indexed entity from the selection.
 IEntity EntityReader.readEntity(IEntityDescriptor entityDescriptor)
           
 IEntity EntityFieldProxyData.getRemoteEntity()
           
 IEntity ControlledProxySelection.removeEntity(int index)
          Mutation method that removes the indexed entity from the selection.
protected  IEntity ControlledProxySelection.getLinkEntity(IEntity entity)
           
protected  IEntity ControlledProxySelection.makeLinkEntity(IEntity entity)
           
 IEntity CompositeEntityDescriptor.createEntity()
          Creates an entity of the type described by this descriptor and loads it with default data.
 IEntity CompositeEntityDescriptor.createEntity(IDataProvider propertySource)
          Creates an entity of the type described by this descriptor and loads it with data from the provided property source.
 IEntity AbstractEntityDescriptor.createEntity()
          Creates an entity with of the type described by this descriptor and loads it with default data.
 IEntity AbstractEntityDescriptor.createEntity(IDataProvider propertySource)
          Creates an entity with of the type described by this descriptor and loads it with data from the provided property source.
 IEntity AbstractEntityDescriptor.loadEntity(Qualifier identityQualifier)
          The load method returnes a single entity object intentified by the provided indentity qualifier that must be able to uniquely identify a single entity instance.
 IEntity AbstractDataService.load(IEntityDescriptor entityDescriptor, Qualifier identitQualifier)
           
 IEntity AbstractDataService.AbstractDataTransaction.DataOperation.getEntity()
           
 

Methods in org.caleigo.core with parameters of type IEntity
protected  void TunneledDataService.TunneledDataTransaction.copyEntity(IEntity sourceEntity, IEntity targetEntity)
           
protected  void TunneledDataService.TunneledDataTransaction.copyEntityStatusFlags(IEntity sourceEntity, IEntity targetEntity)
           
 IEntity SingleServiceDataSource.manageEntity(IEntity entity)
          Instucts the data source object to take over the control of an entity.
 boolean Selection.addEntity(IEntity entity)
          Adds the provided IEntity object to the end of selection object.
 boolean Selection.addEntity(int index, IEntity entity)
          Adds the provided IEntity object to at the specified index in the selection object.
 boolean Selection.removeEntity(IEntity entity)
          Mutation method that removes the provided entity from the selection.
 boolean Selection.contains(IEntity entity)
          Help method that returns true if the provided IEntity object exists in the selection otherwise false is returned.
 int Selection.indexOf(IEntity entity)
          Help method that returns the index of the provided IEntity object in the selection if it exists othewise a negative value is returned.
 boolean Selection.doesAccept(IEntity entity)
          Help method that returns true if the provided IEntity object will be accepted by the selection if added or inserted to it.
protected  void Selection.fireEntityAdded(IEntity entity, int row)
          Help method to fire a SelectionEvent to all registered SelectionListeners for notification of an added entity.
protected  void Selection.fireEntityRemoved(IEntity entity, int row)
          Help method to fire a SelectionEvent to all registered SelectionListeners for notification of an removed entity.
protected  void Selection.registerListeners(IEntity entity)
          Adds listeners relaying events from the specified entity to relevant listeners registered in the collection object.
protected  void Selection.unregisterListeners(IEntity entity)
          Removes listeners relaying events from the specified entity to relevant listeners registered in the collection object.
static IEntity Relations.loadReferredEntity(IEntity sourceEntity, IFieldDescriptor referenceFieldDescriptor)
           
static ISelection Relations.loadRelatedEntities(IEntity sourceEntity, IEntityDescriptor targetDescriptor)
           
static ISelection Relations.loadRelatedEntities(IEntity sourceEntity, IEntityDescriptor targetDescriptor, IFieldDescriptor[] wayPoints)
           
static IEntity Relations.loadIntersectEntity(IEntity sourceEntity, IEntityDescriptor targetDescriptor)
          Loads an uniquely identifiable entity based on the data in the source.
static Qualifier Relations.makeFieldQualifier(IFieldDescriptor[] descriptors, IEntity entity)
          Makes a qualifer of the provided field descriptors and entity.
static Qualifier Relations.makeIdentityQualifier(IEntity sourceEntity, IEntityDescriptor targetDescriptor)
          Makes an identity qualifier for an entity of the targetDescriptor type using the fields in the sourceEntity.
static Qualifier Relations.makeRelationQualifier(IEntity sourceEntity, IEntityRelation entityRelation)
          Makes a qualifier that qualifies entities of the oposite end of the provided relation object.
static void Relations.setReferenceData(IEntity dataTargetEntity, IEntity dataSourceEntity, IEntityRelation relation)
          Sets all field data that can be extracted from the source data entity using the provided relation.
 boolean RelationQualifier.doesQualify(IEntity entity)
          This method returns true if the qualifier does select the provided entity object.
abstract  boolean Qualifier.doesQualify(IEntity entity)
          This abstract method must return true if the qualifier does select the provided entity object.
 boolean QualifiedSelection.doesAccept(IEntity entity)
           
 boolean ProxySelection.addEntity(IEntity entity)
          Adds the provided IEntity object to the end of selection object.
 boolean ProxySelection.addEntity(int index, IEntity entity)
          Adds the provided IEntity object to at the specified index in the selection object.
 boolean ProxySelection.removeEntity(IEntity entity)
          Mutation method that removes the provided entity from the selection.
 boolean ProxySelection.contains(IEntity entity)
          Help method that returns true if the provided IEntity object exists in the selection otherwise false is returned.
 int ProxySelection.indexOf(IEntity entity)
          Help method that returns the index of the provided IEntity object in the selection if it exists othewise a negative value is returned.
 boolean ProxySelection.doesAccept(IEntity entity)
          Help method that returns true if the provided IEntity object will be accepted by the selection if added or inserted to it.
protected  void ProxySelection.fireEntityAdded(IEntity entity, int row)
          Help method to fire a SelectionEvent to all registered SelectionListeners for notification of an added entity.
protected  void ProxySelection.fireEntityRemoved(IEntity entity, int row)
          Help method to fire a SelectionEvent to all registered SelectionListeners for notification of an removed entity.
protected  void ProxySelection.fireStatusChangedEvent(IEntity entity, int statusType, boolean newState)
          Fires an EntityChangeEvent with the provided operation type to all registered IEntityChangeListener objects.
 boolean ProxyQualifier.doesQualify(IEntity entity)
          This abstract method must return true if the qualifier does select the provided entity object.
 void ProxyEntity.setRemoteEntity(IEntity entity)
          Optional mutation method that throws an UnsupportedOperationException if the implementing class does not support the method.
 void ProxyEntity.initializeEntity(IEntity entity, IEntityRelationPath relationPath)
          Help method that initializes the data in an entity object based on its relation to the controller.
 boolean OrderedProxySelection.addEntity(int index, IEntity entity)
          Adds the provided IEntity object to at the specified index in the selection object.
 int OrderedProxySelection.indexOf(IEntity entity)
          Help method that returns the index of the provided IEntity object in the selection if it exists othewise a negative value is returned.
 boolean NegateQualifier.doesQualify(IEntity entity)
          This method returns true if the qualifier does select the provided entity object.
 void IUnaryEntityAction.perform(IEntity entity)
           
 boolean ISelection.addEntity(IEntity entity)
          Adds the provided IEntity object to the end of selection object.
 boolean ISelection.addEntity(int index, IEntity entity)
          Adds the provided IEntity object to at the specified index in the selection object.
 boolean ISelection.removeEntity(IEntity entity)
          Mutation method that removes the provided entity from the selection.
 boolean ISelection.contains(IEntity entity)
          Help method that returns true if the provided IEntity object exists in the selection otherwise false is returned.
 int ISelection.indexOf(IEntity entity)
          Help method that returns the index of the provided IEntity object in the selection if it exists othewise a negative value is returned.
 boolean ISelection.doesAccept(IEntity entity)
          Help method that returns true if the provided IEntity object will be accepted by the selection if added or inserted to it.
 boolean IProxySelection.contains(IEntity entity)
          Help method that returns true if the provided IEntity object exists in the selection otherwise false is returned.
 void IProxyEntity.setRemoteEntity(IEntity entity)
          Optional mutation method that throws an UnsupportedOperationException if the implementing class does not support the method.
 void IProxyController.initializeEntity(IEntity entity, IEntityRelationPath relationPath)
          Help method that initializes the data in an entity object based on its relation to the controller.
 boolean IEntityPool.addEntity(IEntity entity)
           
 boolean IEntityPool.removeEntity(IEntity entity)
           
 boolean IEntityPool.contains(IEntity entity)
           
 boolean IEntityPool.doesAccept(IEntity entity)
           
 void IDataTransaction.addLoad(Qualifier identitQualifier, IEntity resultEntity)
           
 void IDataTransaction.addStore(IEntity entity)
           
 void IDataTransaction.addDelete(IEntity entity)
           
 void IDataTransaction.addRefresh(IEntity entity)
           
 IEntity IDataSource.manageEntity(IEntity entity)
          Instucts the data source object to take over the control of an entity.
 void IDataService.store(IEntity entity)
          Stores a single entity object to the database.
 void IDataService.delete(IEntity entity)
          Deletes a single entity object to the database.
 void IDataService.refresh(IEntity entity)
          Reloads a single entity object from the database.
 java.lang.Object ICalculatedFieldDescriptor.getFieldDataFrom(IEntity entity)
           
 void ICalculatedFieldDescriptor.setFieldDataTo(IEntity entity, java.lang.Object data)
           
 void IBinaryEntityAction.perform(IEntity primaryEntity, IEntity secondaryEntity)
           
 boolean FilteredProxySelection.addEntity(int index, IEntity entity)
          Adds the provided IEntity object to at the specified index in the selection object.
 int FilteredProxySelection.indexOf(IEntity entity)
          Help method that returns the index of the provided IEntity object in the selection if it exists othewise a negative value is returned.
protected  boolean FilteredProxySelection.isQualifiedByFilter(IEntity entity)
           
 void EntityWriter.writeEntity(IEntity entity)
          Writes a single entity to the writer.
 boolean EntityPool.addEntity(IEntity entity)
           
 boolean EntityPool.removeEntity(IEntity entity)
           
 boolean EntityPool.contains(IEntity entity)
           
 boolean EntityPool.doesAccept(IEntity entity)
           
abstract  boolean DataAccessManager.hasReadAccess(IEntity entity)
          Returns true if the user has read access to the provided IEntity.
abstract  boolean DataAccessManager.hasReadAccess(IFieldDescriptor fieldDescriptor, IEntity data)
          Returns true if the user has read access to the provided fieldDescriptor in the data content scope of the provided IEntity object.
abstract  boolean DataAccessManager.hasReadAccess(IEntityAction entityAction, IEntity data)
          Returns true if the user has read access to the provided IEntityAction object in the data content scope of the provided IEntity object.
abstract  boolean DataAccessManager.hasWriteAccess(IEntity entity)
          Returns true if the user has write access to the provided IEntity.
abstract  boolean DataAccessManager.hasWriteAccess(IFieldDescriptor fieldDescriptor, IEntity data)
          Returns true if the user has write access to the provided fieldDescriptor in the data content scope of the provided IEntity object.
abstract  boolean DataAccessManager.hasWriteAccess(IEntityAction entityAction, IEntity data)
          Returns true if the user has write access to the provided IEntityAction object in the data content scope of the provided IEntity object.
 boolean DataAccessManager.ConstantDataAccessManager.hasReadAccess(IEntity entity)
          Returns true if the user has read access to the provided IEntity.
 boolean DataAccessManager.ConstantDataAccessManager.hasReadAccess(IFieldDescriptor fieldDescriptor, IEntity data)
          Returns true if the user has read access to the provided fieldDescriptor in the data content scope of the provided IEntity object.
 boolean DataAccessManager.ConstantDataAccessManager.hasReadAccess(IEntityAction entityAction, IEntity data)
          Returns true if the user has read access to the provided IEntityAction object in the data content scope of the provided IEntity object.
 boolean DataAccessManager.ConstantDataAccessManager.hasWriteAccess(IEntity entity)
          Returns true if the user has write access to the provided IEntity.
 boolean DataAccessManager.ConstantDataAccessManager.hasWriteAccess(IFieldDescriptor fieldDescriptor, IEntity data)
          Returns true if the user has write access to the provided fieldDescriptor in the data content scope of the provided IEntity object.
 boolean DataAccessManager.ConstantDataAccessManager.hasWriteAccess(IEntityAction entityAction, IEntity data)
          Returns true if the user has write access to the provided IEntityAction object in the data content scope of the provided IEntity object.
 boolean ControlledProxySelection.addEntity(IEntity entity)
          Adds the provided IEntity object to the end of selection object.
 boolean ControlledProxySelection.addEntity(int index, IEntity entity)
          Adds the provided IEntity object to at the specified index in the selection object.
 boolean ControlledProxySelection.removeEntity(IEntity entity)
          Mutation method that removes the provided entity from the selection.
protected  IEntity ControlledProxySelection.getLinkEntity(IEntity entity)
           
protected  IEntity ControlledProxySelection.makeLinkEntity(IEntity entity)
           
protected  void ControlledProxySelection.registerAdd(IEntity entity)
           
protected  void ControlledProxySelection.registerChange(IEntity entity)
           
protected  void ControlledProxySelection.registerRemove(IEntity entity)
           
 boolean CompositeQualifier.doesQualify(IEntity entity)
          This method returns true if the qualifier does select the provided entity object.
static java.lang.String CompositeEntityDescriptor.makeLogString(IEntity entity)
          Makes a descriptive log string for the provided entity object.
static CompositeQualifier CompositeEntityDescriptor.getKeyForFieldGroup(ICompositeEntityDescriptor.ICompositeFieldGroup group, IEntity iEntity)
           
 void CompositeEntityDescriptor.CompositeStoreEntityAction.perform(IEntity entity)
           
protected  void CompositeEntityDescriptor.CompositeStoreEntityAction.prepareEntityData(IEntity entity)
          Simple help method that is called when an action are triggered emmidiatelly before the action is validated.
 void CompositeEntityDescriptor.CompositeDeleteEntityAction.perform(IEntity entity)
           
 void ActionQueue.addAction(ITransactionEntityAction entityAction, IEntity entity)
          Adds the provided action request to the queue with the provided entity.
 void ActionQueue.clear(IUnaryEntityAction action, IEntity entity)
          Clears all queued IUnaryEntityAction requests of the specified type targeted on the provided entity.
 void AbstractEntityDescriptor.StoreEntityAction.perform(IEntity entity)
           
protected  void AbstractEntityDescriptor.StoreEntityAction.prepareEntityData(IEntity entity)
          Simple help method that is called when an action are triggered emmidiatelly before the action is validated.
 void AbstractEntityDescriptor.DeleteEntityAction.perform(IEntity entity)
           
static java.lang.String AbstractEntity.makeLogString(IEntity entity)
          Makes a descriptive log string for the provided entity object.
static java.lang.String AbstractEntity.makeLogString(IEntity entity, IFieldDescriptor[] fields)
          Makes a descriptive log string for the provided entity object.
 void AbstractDataService.store(IEntity entity)
           
 void AbstractDataService.delete(IEntity entity)
           
 void AbstractDataService.refresh(IEntity entity)
           
protected  void AbstractDataService.checkEntityAsStorable(IEntity entity)
          Checks if the entity is storable else an exception is thrown.
protected  void AbstractDataService.checkEntityAsDeletable(IEntity entity)
          Checks if the entity is deletable else an exception is thrown.
protected  void AbstractDataService.setEntityData(IEntity entity, int j, java.lang.Object data)
          Help method that sets field data with better performance.
 void AbstractDataService.AbstractDataTransaction.addLoad(Qualifier identityQualifier, IEntity resultEntity)
           
 void AbstractDataService.AbstractDataTransaction.addStore(IEntity entity)
           
 void AbstractDataService.AbstractDataTransaction.addDelete(IEntity entity)
           
 void AbstractDataService.AbstractDataTransaction.addRefresh(IEntity entity)
           
abstract  java.lang.Object AbstractCalculatedFieldDescriptor.getFieldDataFrom(IEntity entity)
          This one must always be overridden since there would be no sence in creating a subclass without a coherent getFieldDataFrom-method!
 void AbstractCalculatedFieldDescriptor.setFieldDataTo(IEntity entity, java.lang.Object data)
          This one should never be called unless it's overridden!
 

Constructors in org.caleigo.core with parameters of type IEntity
ProxyEntity(IEntity entity)
          Creates new ProxyEntity
EntityFieldProxyData(IFieldDescriptor remoteField, IEntity remoteEntity)
          Creates a new instance of EntityFieldProxyData
AbstractDataService.AbstractDataTransaction.DataOperation(int operationType, IEntity entity)
           
AbstractDataService.AbstractDataTransaction.DataOperation(int operationType, Qualifier qualifier, IEntity entity)
           
 

Uses of IEntity in org.caleigo.core.event
 

Methods in org.caleigo.core.event that return IEntity
 IEntity SelectionEvent.getEntity()
           
 IEntity EntityEvent.getSourceEntity()
           
 

Constructors in org.caleigo.core.event with parameters of type IEntity
SelectionEvent(ISelection source, int eventType, IEntity entity, int row)
          Creates new EntityCollectionEvent with the specified type and entity.
EntityEvent(IEntity sourceEntity, int eventType)
          Creates new EntityCollectionEvent
EntityChangeEvent(IEntity entity, IFieldDescriptor descriptor, java.lang.Object oldValue, java.lang.Object newValue)
          Use this costructor for specified data content changes specified by an IFieldDescriptor.
EntityChangeEvent(IEntity entity, int statusType, boolean newState)
          Use this costructor for logic state changes.
 

Uses of IEntity in org.caleigo.core.meta
 

Classes in org.caleigo.core.meta that implement IEntity
 class AbstractMetaEntity
          AbstractMetaEntity is the abstract base class for all entity classes in the object for Meta project.
 class MetaDataSourceDescriptorEntity
          MetaDataSourceEntiy is the entity class for MetaDataSourceDescriptor objects.
 class MetaDataTypeEntity
          MetaDataTypeEntiy is the entity class for MetaDataType objects.
 class MetaEntityDescriptorEntity
          MetaEntityDescriptorEntiy is the entity class for MetaEntityDescriptor objects.
 class MetaEntityRelationEntity
          MetaEntityRelationEntiy is the entity class for MetaEntityRelation objects.
 class MetaEntityTypeEntity
          MetaEntityTypeEntiy is the entity class for MetaEntityType objects.
 class MetaFieldDescriptorEntity
          MetaFieldDescriptorEntiy is the entity class for MetaFieldDescriptor objects.
 class MetaFieldRelationEntity
          MetaFieldRelationEntiy is the entity class for MetaFieldRelation objects.
 class MetaSizeTypeEntity
          MetaSizeTypeEntiy is the entity class for MetaSizeType objects.
 

Methods in org.caleigo.core.meta that return IEntity
 IEntity CustomEntityDescriptor.createEntity()
          Creates an entity with of the type described by this descriptor and loads it with default data.
 IEntity CustomEntityDescriptor.createEntity(IDataProvider propertySource)
          Creates an entity with of the type described by this descriptor and loads it with data from the provided property source.
 

Uses of IEntity in org.caleigo.core.service
 

Methods in org.caleigo.core.service that return IEntity
 IEntity CachedDataService.CacheEntry.getEntity()
           
 

Methods in org.caleigo.core.service with parameters of type IEntity
 java.lang.String SQLToolKitPS.buildUpdateCommand(IEntity entity, Qualifier qualifier, java.util.ArrayList values)
          Build the Prepared Statement SQL query for for an update of an entity
 java.sql.PreparedStatement SQLToolKitPS.buildUpdateStatement(IEntity entity, Qualifier qualifier, java.sql.Connection connection)
          Build a Update Prepared Statement from a Entity and a Qualifier
 java.lang.String SQLToolKitPS.buildInsertCommand(IEntity entity)
          Build the SQL Insert String for Prepared statements
 java.sql.PreparedStatement SQLToolKitPS.buildInsertStatement(IEntity entity, java.sql.Connection connection, boolean generateKeys)
          Build a PreparedStatement for inserting the Entity
 java.lang.String SQLToolKit.buildUpdateCommand(IEntity entity, Qualifier qualifier)
          Builds the SQL UPDATE-command.
 java.lang.String SQLToolKit.buildInsertCommand(IEntity entity)
           
protected  void MemoryDataService.executeLoad(IEntity entity, Qualifier qualifier)
           
protected  void MemoryDataService.executeInsert(IEntity entity)
           
protected  void MemoryDataService.executeUpdate(IEntity entity, Qualifier qualifier)
           
protected  void MemoryDataService.executeDelete(IEntity entity)
           
protected  void JDBCPreparedStatementDataService.executeLoad(java.sql.Connection connection, IEntity entity, Qualifier qualifier)
           
protected  void JDBCPreparedStatementDataService.executeInsert(java.sql.Connection connection, IEntity entity)
           
protected  void JDBCPreparedStatementDataService.executeUpdate(java.sql.Connection connection, IEntity entity, Qualifier qualifier)
           
protected  void JDBCPreparedStatementDataService.executeDelete(java.sql.Connection connection, IEntity entity)
           
protected  void JDBCPreparedStatementDataService.readResultSetRow(java.sql.ResultSet set, IEntity entity, boolean useFastSetData)
           
protected  void JDBCPreparedStatementDataService.updateAutoIndex(java.sql.Statement statement, IEntity entity)
          This method updates autogenerated primary key field values.
protected  void JDBCDataService.executeLoad(java.sql.Connection connection, IEntity entity, Qualifier qualifier)
           
protected  void JDBCDataService.executeInsert(java.sql.Connection connection, IEntity entity)
           
protected  void JDBCDataService.executeUpdate(java.sql.Connection connection, IEntity entity, Qualifier qualifier)
           
protected  void JDBCDataService.executeDelete(java.sql.Connection connection, IEntity entity)
           
protected  void JDBCDataService.readResultSetRow(java.sql.ResultSet set, IEntity entity, boolean useFastSetData)
           
protected  void JDBCDataService.updateAutoIndex(java.sql.Statement statement, IEntity entity)
          This method updates autogenerated primary key field values.
protected  void CachedDataService.loadEntityFromCache(Qualifier qualifier, IEntity targetEntity)
          Loads a qualified entity from the cache.
protected  void CachedDataService.refreshCachedEntity(IEntity entity)
          Updates the provided entity in the cache.
protected  void CachedDataService.deleteCachedEntity(IEntity entity)
          Deletes the provided entity from the cache.
protected  boolean CachedDataService.loadEntityFromQueryList(Qualifier qualifier, IEntity targetEntity)
           
protected  void CachedDataService.addToQueryList(IEntity entity)
           
 

Constructors in org.caleigo.core.service with parameters of type IEntity
CachedDataService.CacheEntry(IEntity entity)
           
 



Copyright © 2005 Caleigo. All Rights Reserved.