Uses of Package
org.caleigo.core

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

Classes in org.caleigo.core used by org.caleigo.core
AbstractDataObjectEntity
          
AbstractDataService
          AbstractDataService provides an abstract implementation of the IDataService interface that uses an abstract IDataTransaction to implement its function.
AbstractDataService.AbstractDataTransaction
           
AbstractDataService.AbstractDataTransaction.DataOperation
           
AbstractEntity
          The AbstractEntity class is an abtsract implementation of the IEntity interface.
AbstractEntityAction
          
AbstractEntityDescriptor
          
AbstractTransactionEntityAction
          
ActionQueue.ActionRequest
          Queue item that groups an ITransactionEntityAction with execution data together as an quable item.
AsyncTransactionHandler
           
BinaryData
           
CompositeEntityDescriptor.CompositeFieldGroup
          The ICompositeFieldGroup is used to group sets of fields belonging to a single entity-descriptor (of the class ICompositeEntityDescriptor) together and to define their relation with each other.
CompositeQualifier
          The CompositeQualifier is a Qualifier that contains a collection of other Qualifiers wrapping them as a single Qalifier effectively implementing the "Composite" design pattern.
DataQuery
          This is a simple container class that wraps data that speciffies parametres for performing data querys.
DataQuery.ExternalQualifier
           
DataType
          
DataType.AbstractDataType
           
DateProxyData
          DateProxyData is an IProxyData implementation that can be used to obtain the current time and/or date-data relative to the current time.
DataAccessManager
          
EntityCollator
          The EntityCollator class defines how entities of a defined type should be ordered so that the order information can be relayed.
EntityCollator.FieldCollator
           
EntityRelationPath
          
EntityRelationPath.PathFinderVisitor.RankedPath
           
FieldDescriptor
          
IActionGroup
          
IBaseEntityDescriptor
          Marker interface to indicate that the implementing entity decriptor class is directly mirrored in the underlying data source layer.
ICalculatedFieldDescriptor
          Interface for calculated fields.
ICompositeEntityDescriptor
          The ICompositeEntityDescriptor interface defines how multiple entity types can be joined and handled as a single new entity type.
ICompositeEntityDescriptor.ICompositeFieldDescriptor
          The ICompositeFieldDescriptor wraps another field descriptor and in many ways acts as a proxy for it.
ICompositeEntityDescriptor.ICompositeFieldGroup
          The IFieldGroup is used to group sets of fields belonging to a single entitydescriptor together and to define their relation to each other within the composite entity descriptor.
IControlledProxy
          
IDataBundle
          
IDataBundleDescriptor
          
IDataConsumer
          The IDataConsumer interface provides two simple methods imput identifiable data int an object.
IDataProvider
          The IDataProvider interface provides a simple way to access identifable data contained in the implementing object.
IDataService
          IDataSerice is an IService that defines an abstract interface for generic database or other structured information access.
IDataSource
          The IDataSource defines an interface that describes a source of data and provides the means to access that source.
IDataSource.IDataSourceCreator
          Interface used for the DataSourceCreator constant.
IDataSourceDescriptor
          
IDataTransaction
          IDataTransaction handles transactions for IDataService API.
IDataTransaction.IProgressListener
          Listener interface for the Job class.
IDataTransaction.Job
          Instances of this class is returned from the commitAsynchroniesly method.
IDataTransaction.ProgressEvent
          Event classed used by IProgressListener.
IDataValidator
          
IEntity
          IEntity defines a basic interface for data objects representing a single instance of a data row/record from a persistent data storage.
IEntityAction
          IEntityAction objects are used to perform or trigger some kind of work or data calculation.
IEntityDescriptor
          
IEntityPool
          IEntityPool defines the interface to an entity collection class that can store zero or more IEntity objects.
IEntityRelation
          The IEntityRelation interface defines a link between two different entity descriptors.
IEntityRelationPath
          The IEntityRelationPath interface is used to define a path between two different IEntityDescriptor objects.
IFieldDescriptor
          The IFieldDescriptor inteface defines entity fields (often corresponds to columns in relational databases) and their properties in the CEL framework.
IFieldRelation
          The IFieldRelation interface defines a link between two different field descriptors.
IProxyController
          
IProxyData
          This interface can de used to inserrt a proxy data reference into an entity.
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.
IProxySelection
          
IQualifiedSelection
          IEntitySelection defines the interface to an entity collection class that can store zero or more IEntity objects.
ISelection
          IEntityCollection defines the interface to entity collection class that can store zero or more IEntity objects.
ITransactionEntityAction
          ITransactionEntityAction is a transactional IEntityAction that provides a new perform method to IEntityAction interface that enables transactional performance of the action logic.
IUnaryEntityAction
          The IUnaryEntityAction is essentially a tag interface with a complementary perform method acceptiong a single IEntity object.
ProxyEntity
          A ProxyEntity is a basic implementation of the IProxyEntity iterface.
ProxyEntity.ControlledProxyListener
           
ProxySelection
          
ProxySelection.RelayListener
           
Qualifier
          The Qualifier class is the abstract base class for all Qualifier classes.
RelationType
          
Selection
          Selection is an entity collection class that can store zero or more IEntity objects.
TunneledDataService.TunneledDataServiceMessage
           
TunneledDataService.TunneledDataTransaction
           
UserProxyData
           
ValidationResult
          
 

Classes in org.caleigo.core used by org.caleigo.core.event
IEntity
          IEntity defines a basic interface for data objects representing a single instance of a data row/record from a persistent data storage.
IFieldDescriptor
          The IFieldDescriptor inteface defines entity fields (often corresponds to columns in relational databases) and their properties in the CEL framework.
ISelection
          IEntityCollection defines the interface to entity collection class that can store zero or more IEntity objects.
Qualifier
          The Qualifier class is the abstract base class for all Qualifier classes.
 

Classes in org.caleigo.core used by org.caleigo.core.meta
AbstractDataObjectEntity
          
AbstractDataSourceDescriptor
          
AbstractEntity
          The AbstractEntity class is an abtsract implementation of the IEntity interface.
AbstractEntityDescriptor
          
DataType
          
FieldDescriptor
          
IDataConsumer
          The IDataConsumer interface provides two simple methods imput identifiable data int an object.
IDataProvider
          The IDataProvider interface provides a simple way to access identifable data contained in the implementing object.
IDataSourceDescriptor
          
IEntity
          IEntity defines a basic interface for data objects representing a single instance of a data row/record from a persistent data storage.
IEntityAction
          IEntityAction objects are used to perform or trigger some kind of work or data calculation.
IEntityDescriptor
          
IEntityRelation
          The IEntityRelation interface defines a link between two different entity descriptors.
IFieldDescriptor
          The IFieldDescriptor inteface defines entity fields (often corresponds to columns in relational databases) and their properties in the CEL framework.
IFieldRelation
          The IFieldRelation interface defines a link between two different field descriptors.
Qualifier
          The Qualifier class is the abstract base class for all Qualifier classes.
 

Classes in org.caleigo.core used by org.caleigo.core.service
AbstractDataService
          AbstractDataService provides an abstract implementation of the IDataService interface that uses an abstract IDataTransaction to implement its function.
AbstractDataService.AbstractDataTransaction
           
AbstractDataSourceDescriptor
          
DataQuery
          This is a simple container class that wraps data that speciffies parametres for performing data querys.
DataQuery.ExternalQualifier
           
DataType
          
ICompositeEntityDescriptor.ICompositeFieldGroup
          The IFieldGroup is used to group sets of fields belonging to a single entitydescriptor together and to define their relation to each other within the composite entity descriptor.
IDataService
          IDataSerice is an IService that defines an abstract interface for generic database or other structured information access.
IDataSourceDescriptor
          
IDataTransaction
          IDataTransaction handles transactions for IDataService API.
IEntity
          IEntity defines a basic interface for data objects representing a single instance of a data row/record from a persistent data storage.
IEntityDescriptor
          
IEntityRelation
          The IEntityRelation interface defines a link between two different entity descriptors.
IEntityRelationPath
          The IEntityRelationPath interface is used to define a path between two different IEntityDescriptor objects.
IFieldDescriptor
          The IFieldDescriptor inteface defines entity fields (often corresponds to columns in relational databases) and their properties in the CEL framework.
ISelection
          IEntityCollection defines the interface to entity collection class that can store zero or more IEntity objects.
Qualifier
          The Qualifier class is the abstract base class for all Qualifier classes.
 

Classes in org.caleigo.core used by org.caleigo.security
IEntityDescriptor
          
IFieldDescriptor
          The IFieldDescriptor inteface defines entity fields (often corresponds to columns in relational databases) and their properties in the CEL framework.
 



Copyright © 2005 Caleigo. All Rights Reserved.