Uses of Package
net.wotonomy.control

Packages that use net.wotonomy.control
net.wotonomy.access   
net.wotonomy.control Support classes needed by the ui and web packages. 
 

Classes in net.wotonomy.control used by net.wotonomy.access
EOClassDescription
          EOClassDescription provides meta-information about a class and is used to customize certain behaviors within wotonomy and specifically within editing contexts and object stores.
EOCooperatingObjectStore
          A representation of a channel of communication to the database.
EOEditingContext
          EOEditingContext provides transactional support for fetching, editing, and committing changes made on a collection of objects to a parent object store.
EOEnterpriseObject
          EOEnterpriseObject defines the required methods a data object must implement to take full advantage of the control package.
EOFaultHandler
          EOFaultHandler defines the contract for objects that can create and populate faults.
EOFetchSpecification
          EOFetchSpecification defines the parameters used to request objects from an EOObjectStore.
EOGlobalID
          A pure java implementation of EOGlobalID.
EOKeyComparisonQualifier
           
EOKeyGlobalID
          The model object which represents the mapping between database fields and object properties, lists available entities, lists connection dictionaries, and has fetch specifications.
EOKeyValueQualifier
          EOKeyValueQualifier performs a property-based comparison against a specified value.
EOObjectStore
          EOObjectStore defines an object repository that tracks object creations, deletions, and updates made by EOEditingContexts.
EOObjectStoreCoordinator
          A representation of a channel of communication to the database.
EOQualifier
          EOQualifiers are used to perform property-based qualifications on objects: for a set of criteria, a qualifier either qualifies or disqualifies an given object.
EOSortOrdering
          EOSortOrdering defines a sort key and operation.
 

Classes in net.wotonomy.control used by net.wotonomy.control
EOClassDescription
          EOClassDescription provides meta-information about a class and is used to customize certain behaviors within wotonomy and specifically within editing contexts and object stores.
EOCooperatingObjectStore
          A representation of a channel of communication to the database.
EOCustomObject
          EOCustomObject implements all the necessary interfaces to receive first-class treatment from the control framework.
EODataSource
          EODataSource is used by EODisplayGroup.fetch() to retrieve a list of objects to display.
EODeferredFaulting
          EODeferredFaulting defines a method to handle relationships that are deferred faults.
EODelayedObserver
          This is an abstract class for receiving coalesced notifications of changes from objects.
EODelayedObserverQueue
          EODelayedObserverQueue allows EODelayedObservers to receive only one subjectChanged() message after numerous willChange() messages have been sent.
EOEditingContext
          EOEditingContext provides transactional support for fetching, editing, and committing changes made on a collection of objects to a parent object store.
EOEnterpriseObject
          EOEnterpriseObject defines the required methods a data object must implement to take full advantage of the control package.
EOFaultHandler
          EOFaultHandler defines the contract for objects that can create and populate faults.
EOFaulting
          EOFaulting defines the requirements for objects that can be faulted by an EOFaultManager.
EOFetchSpecification
          EOFetchSpecification defines the parameters used to request objects from an EOObjectStore.
EOGlobalID
          A pure java implementation of EOGlobalID.
EOKeyGlobalID
          The model object which represents the mapping between database fields and object properties, lists available entities, lists connection dictionaries, and has fetch specifications.
EOKeyValueArchiver
           
EOKeyValueArchiving
          Remember that this method is also part of the interface: public static Object decodeWithKeyValueUnarchiver(EOKeyValueUnarchiver unarchiver)
EOKeyValueCoding
          EOKeyValueCoding defines an interface for classes that need to have more control over the wotonomy's property introspection facilities.
EOKeyValueCodingAdditions
          EOKeyValueCodingAdditions defines an interface for classes that need to have more control over the wotonomy's bulk property copying and cloning facilities.
EOKeyValueUnarchiver
          Creates objects from dictionaries that were created with EOKeyValueArchiver.
EONullValue
          EONullValue is used to represent null in Collections classes because List and Map do not specify whether null values are allowed and because NSArray and NSDictionary explicitly do not allow null values.
EOObjectStore
          EOObjectStore defines an object repository that tracks object creations, deletions, and updates made by EOEditingContexts.
EOObjectStoreCoordinator
          A representation of a channel of communication to the database.
EOObserving
          A pure java implementation of EOObserving.
EOQualifier
          EOQualifiers are used to perform property-based qualifications on objects: for a set of criteria, a qualifier either qualifies or disqualifies an given object.
EOQualifierEvaluation
          EOQualifiers that want to perform in-memory evaluation should implement this interface.
EORelationshipManipulation
          EORelationshipManipulation provides methods for generically adding and removing relationships between objects, handling both one-way and reciprocal relationships.
EOSortOrdering
          EOSortOrdering defines a sort key and operation.
EOValidation
          EOValidation provides methods for validating a operation on an object as a whole, rather than on an individual property.
OrderedDataSource
          A simple extension of EODataSource that allows for indexed insertion.
 



Copyright © 2006 null. All Rights Reserved.