Uses of Package
com.arsdigita.domain

Packages that use com.arsdigita.domain
com.arsdigita.auditing The Auditing Service provides a standard API and common mechanism for providing a Domain Object with auditing information. 
com.arsdigita.categorization The Categorization service provides an infrastructure for developers to categorize arbitrary content within the system. 
com.arsdigita.domain Domain Objects provide an application logic tier between the persistent storage and presentation tiers. 
com.arsdigita.domain.xml   
com.arsdigita.formbuilder The Form Builder service provides the ability to build simple forms with a web user interface. 
com.arsdigita.formbuilder.actions Specific form actions that can be used by the form designer. 
com.arsdigita.formbuilder.parameters Validation listeners for formbuilder. 
com.arsdigita.formbuilder.ui The Form Builder UI provides a number of embeddable bebop components to facilitate integration of the form builder service with applications. 
com.arsdigita.formbuilder.ui.editors Embeddable formbuilder editor widgets. 
com.arsdigita.globalization Provides a set of classes to support globalization of web applications. 
com.arsdigita.kernel Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. 
com.arsdigita.kernel.permissions The permissioning (authorization) system. 
com.arsdigita.kernel.ui Bebop widgets that display kernel objects. 
com.arsdigita.messaging Messaging provides a standard set of abstractions for creating and storing messages. 
com.arsdigita.mimetypes Tools for managing and representing mimetypes. 
com.arsdigita.mimetypes.converters Classes for converting between specific mimetypes. 
com.arsdigita.notification Notification provides the application-level capabilities needed for outbound email. 
com.arsdigita.portal Basic portal infrastructure. 
com.arsdigita.portal.apportlet   
com.arsdigita.runtime The com.arsdigita.runtime package provides classses and interfaces for bootstrapping the CCM runtime environment. 
com.arsdigita.search Provides a set of APIs for interacting with search engines. 
com.arsdigita.search.intermedia Provides APIs to be used by query engine implementors to interact with the Oracle Intermedia search engine. 
com.arsdigita.search.lucene Provides APIs to be used by query engine implementors to interact with the Lucene search engine. 
com.arsdigita.toolbox.ui Miscellaneous collection of useful Bebop components. 
com.arsdigita.ui.admin Basic user interface components for the administrative UI. 
com.arsdigita.ui.login Internationalized UI classes for user login and registration. 
com.arsdigita.ui.sitemap User interface for dynamically updating URL to application mappings. 
com.arsdigita.util Utility classes. 
com.arsdigita.util.ui   
com.arsdigita.versioning Provides for versioning of data objects. 
com.arsdigita.web Tools supporting web-application authoring; services include dispatching requests, generating URLs, and setting up a request's context of execution. 
com.arsdigita.workflow.simple A tool framework for establishing collaboration among all the specialized members of a production staff. 
 

Classes in com.arsdigita.domain used by com.arsdigita.auditing
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainObject
          This is the base class that all other persistent classes would extend.
DomainObjectObserver
          Interface for DomainObject observers.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.categorization
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainCollection
          This is the base class that all other persistent collection classes would extend.
DomainObject
          This is the base class that all other persistent classes would extend.
DomainQuery
          This is the base class that all other domain query classes would extend.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.domain
AbstractDomainObjectObserver
          Abstract implementation of DomainObjectObserver.
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainCollection
          This is the base class that all other persistent collection classes would extend.
DomainObject
          This is the base class that all other persistent classes would extend.
DomainObjectInstantiator
          This abstract class provides an interface for DomainObjectFactory to use in order to delegate the job of instantiating a domain object from a data object to custom code.
DomainObjectObserver
          Interface for DomainObject observers.
DomainObjectTraversal
          This class provides a general purpose framework for iterating over a domain object's properties, processing attributes and traversing associations as required.
DomainObjectTraversalAdapter
          This interface is used to control traversal of domain objects.
DomainObjectXMLFormatter
           
DomainQuery
          This is the base class that all other domain query classes would extend.
DomainService
          This class should be extended by domain object services that need privileged access to the DataObject encapsulated by a DomainObject or the DataCollection encapsulated by a DomainCollection.
GlobalObserver
          The GlobalObserver interface can be used in conjunction with the GlobalObserverManager to register an observer that will observe every single observable domain object.
GlobalObserverManager
          The GlobalObserverManager class is a singleton class that allows observers implementing the GlobalObserver interface to be registered.
InstantiatorNotFoundException
          This exception is thrown by DomainObjectFactory when it is unable to find an instantiator for a given DataObject.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
ReflectionInstantiator
          This instantiator is primarily intended for other instantiators (such as ACSObjectInstantiator) to provide the default behavior of instiating a domain class using reflection.
SimpleDomainObjectTraversalAdapter
          This is a general purpose traversal adaptor that allows/denies processing of a property based on the path to the property, and its presence in an inclusion/exclusion set.
 

Classes in com.arsdigita.domain used by com.arsdigita.domain.xml
DomainObjectTraversalAdapter
          This interface is used to control traversal of domain objects.
DomainObjectXMLFormatter
           
 

Classes in com.arsdigita.domain used by com.arsdigita.formbuilder
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainCollection
          This is the base class that all other persistent collection classes would extend.
DomainObject
          This is the base class that all other persistent classes would extend.
DomainQuery
          This is the base class that all other domain query classes would extend.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.formbuilder.actions
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainObject
          This is the base class that all other persistent classes would extend.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.formbuilder.parameters
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainObject
          This is the base class that all other persistent classes would extend.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.formbuilder.ui
DomainObject
          This is the base class that all other persistent classes would extend.
DomainObjectTraversal
          This class provides a general purpose framework for iterating over a domain object's properties, processing attributes and traversing associations as required.
DomainObjectXMLRenderer
          An implementation of DomainObjectTraversal that generates an XML tree representing the DomainObject.
 

Classes in com.arsdigita.domain used by com.arsdigita.formbuilder.ui.editors
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
 

Classes in com.arsdigita.domain used by com.arsdigita.globalization
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainObject
          This is the base class that all other persistent classes would extend.
 

Classes in com.arsdigita.domain used by com.arsdigita.kernel
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainCollection
          This is the base class that all other persistent collection classes would extend.
DomainObject
          This is the base class that all other persistent classes would extend.
DomainObjectInstantiator
          This abstract class provides an interface for DomainObjectFactory to use in order to delegate the job of instantiating a domain object from a data object to custom code.
DomainQuery
          This is the base class that all other domain query classes would extend.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.kernel.permissions
DomainCollection
          This is the base class that all other persistent collection classes would extend.
DomainObject
          This is the base class that all other persistent classes would extend.
DomainObjectObserver
          Interface for DomainObject observers.
DomainQuery
          This is the base class that all other domain query classes would extend.
DomainService
          This class should be extended by domain object services that need privileged access to the DataObject encapsulated by a DomainObject or the DataCollection encapsulated by a DomainCollection.
GlobalObserver
          The GlobalObserver interface can be used in conjunction with the GlobalObserverManager to register an observer that will observe every single observable domain object.
 

Classes in com.arsdigita.domain used by com.arsdigita.kernel.ui
DomainObject
          This is the base class that all other persistent classes would extend.
 

Classes in com.arsdigita.domain used by com.arsdigita.messaging
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainObject
          This is the base class that all other persistent classes would extend.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.mimetypes
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainCollection
          This is the base class that all other persistent collection classes would extend.
DomainObject
          This is the base class that all other persistent classes would extend.
DomainQuery
          This is the base class that all other domain query classes would extend.
DomainService
          This class should be extended by domain object services that need privileged access to the DataObject encapsulated by a DomainObject or the DataCollection encapsulated by a DomainCollection.
DomainServiceInterfaceExposer
          Exposes all methods in DomainService.
 

Classes in com.arsdigita.domain used by com.arsdigita.mimetypes.converters
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainObject
          This is the base class that all other persistent classes would extend.
 

Classes in com.arsdigita.domain used by com.arsdigita.notification
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainObject
          This is the base class that all other persistent classes would extend.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.portal
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainCollection
          This is the base class that all other persistent collection classes would extend.
DomainObject
          This is the base class that all other persistent classes would extend.
DomainObjectInstantiator
          This abstract class provides an interface for DomainObjectFactory to use in order to delegate the job of instantiating a domain object from a data object to custom code.
DomainQuery
          This is the base class that all other domain query classes would extend.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.portal.apportlet
DomainObject
          This is the base class that all other persistent classes would extend.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.runtime
DomainObjectFactory
          This is a factory class to support instantiation of an appropriate domain object class from a given data object.
 

Classes in com.arsdigita.domain used by com.arsdigita.search
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainObject
          This is the base class that all other persistent classes would extend.
 

Classes in com.arsdigita.domain used by com.arsdigita.search.intermedia
DomainObject
          This is the base class that all other persistent classes would extend.
DomainObjectObserver
          Interface for DomainObject observers.
DomainService
          This class should be extended by domain object services that need privileged access to the DataObject encapsulated by a DomainObject or the DataCollection encapsulated by a DomainCollection.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.search.lucene
DomainObject
          This is the base class that all other persistent classes would extend.
 

Classes in com.arsdigita.domain used by com.arsdigita.toolbox.ui
DomainCollection
          This is the base class that all other persistent collection classes would extend.
DomainObject
          This is the base class that all other persistent classes would extend.
 

Classes in com.arsdigita.domain used by com.arsdigita.ui.admin
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainObject
          This is the base class that all other persistent classes would extend.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.ui.login
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
 

Classes in com.arsdigita.domain used by com.arsdigita.ui.sitemap
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainObject
          This is the base class that all other persistent classes would extend.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.util
DomainQuery
          This is the base class that all other domain query classes would extend.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.util.ui
DomainObject
          This is the base class that all other persistent classes would extend.
 

Classes in com.arsdigita.domain used by com.arsdigita.versioning
DomainObject
          This is the base class that all other persistent classes would extend.
DomainQuery
          This is the base class that all other domain query classes would extend.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.web
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainCollection
          This is the base class that all other persistent collection classes would extend.
DomainObject
          This is the base class that all other persistent classes would extend.
DomainObjectInstantiator
          This abstract class provides an interface for DomainObjectFactory to use in order to delegate the job of instantiating a domain object from a data object to custom code.
DomainQuery
          This is the base class that all other domain query classes would extend.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 

Classes in com.arsdigita.domain used by com.arsdigita.workflow.simple
DataObjectNotFoundException
          An exception thrown when the data object backing a domain object cannot be found.
DomainCollection
          This is the base class that all other persistent collection classes would extend.
DomainObject
          This is the base class that all other persistent classes would extend.
DomainQuery
          This is the base class that all other domain query classes would extend.
ObservableDomainObject
          ObservableDomainObject extends DomainObject with an observer pattern on all modification methods, allowing objects to register to receive a callback on those operations.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC