Uses of Package
com.arsdigita.persistence

Packages that use com.arsdigita.persistence
com.arsdigita.auditing The Auditing Service provides a standard API and common mechanism for providing a Domain Object with auditing information. 
com.arsdigita.bebop A set of server-side user interface components for web applications. 
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.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.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.loader   
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.persistence The classes in this package provide an API for creating and manipulating Data Objects. 
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.sitemap User interface for dynamically updating URL to application mappings. 
com.arsdigita.util Utility classes. 
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.persistence used by com.arsdigita.auditing
DataObject
          Defines the public methods of Data Objects.
OID
          An OID represents a unique object ID.
PersistenceException
          PersistenceException
 

Classes in com.arsdigita.persistence used by com.arsdigita.bebop
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
 

Classes in com.arsdigita.persistence used by com.arsdigita.categorization
DataAssociationCursor
          DataAssociationCursor - This is used to allow developers to iterate through the objects within an association and get properties for those objects.
DataCollection
          The DataCollection interface defines the public methods available on a collection of DataObjects.
DataObject
          Defines the public methods of Data Objects.
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
OID
          An OID represents a unique object ID.
 

Classes in com.arsdigita.persistence used by com.arsdigita.domain
DataAssociation
          This is used to represent the relationship between two objects.
DataCollection
          The DataCollection interface defines the public methods available on a collection of DataObjects.
DataObject
          Defines the public methods of Data Objects.
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
Filter
          Filter is used to restrict the results of a query.
FilterFactory
          FilterFactory is the interface that dictates the methods needed by factories to hand out filters
OID
          An OID represents a unique object ID.
PersistenceException
          PersistenceException
Session
          All persistence operations take place within the context of a session.
 

Classes in com.arsdigita.persistence used by com.arsdigita.formbuilder
DataCollection
          The DataCollection interface defines the public methods available on a collection of DataObjects.
DataObject
          Defines the public methods of Data Objects.
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
OID
          An OID represents a unique object ID.
 

Classes in com.arsdigita.persistence used by com.arsdigita.formbuilder.actions
DataObject
          Defines the public methods of Data Objects.
OID
          An OID represents a unique object ID.
 

Classes in com.arsdigita.persistence used by com.arsdigita.formbuilder.parameters
DataObject
          Defines the public methods of Data Objects.
OID
          An OID represents a unique object ID.
 

Classes in com.arsdigita.persistence used by com.arsdigita.globalization
DataObject
          Defines the public methods of Data Objects.
OID
          An OID represents a unique object ID.
 

Classes in com.arsdigita.persistence used by com.arsdigita.kernel
DataCollection
          The DataCollection interface defines the public methods available on a collection of DataObjects.
DataObject
          Defines the public methods of Data Objects.
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
OID
          An OID represents a unique object ID.
PersistenceException
          PersistenceException
 

Classes in com.arsdigita.persistence used by com.arsdigita.kernel.permissions
DataCollection
          The DataCollection interface defines the public methods available on a collection of DataObjects.
DataObject
          Defines the public methods of Data Objects.
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
Filter
          Filter is used to restrict the results of a query.
FilterFactory
          FilterFactory is the interface that dictates the methods needed by factories to hand out filters
OID
          An OID represents a unique object ID.
PersistenceException
          PersistenceException
 

Classes in com.arsdigita.persistence used by com.arsdigita.kernel.ui
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
OID
          An OID represents a unique object ID.
 

Classes in com.arsdigita.persistence used by com.arsdigita.loader
OID
          An OID represents a unique object ID.
Session
          All persistence operations take place within the context of a session.
 

Classes in com.arsdigita.persistence used by com.arsdigita.messaging
DataObject
          Defines the public methods of Data Objects.
OID
          An OID represents a unique object ID.
 

Classes in com.arsdigita.persistence used by com.arsdigita.mimetypes
DataCollection
          The DataCollection interface defines the public methods available on a collection of DataObjects.
DataObject
          Defines the public methods of Data Objects.
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
OID
          An OID represents a unique object ID.
 

Classes in com.arsdigita.persistence used by com.arsdigita.mimetypes.converters
OID
          An OID represents a unique object ID.
 

Classes in com.arsdigita.persistence used by com.arsdigita.notification
DataObject
          Defines the public methods of Data Objects.
OID
          An OID represents a unique object ID.
 

Classes in com.arsdigita.persistence used by com.arsdigita.persistence
AbstractTransactionListener
          AbstractTransactionListener is a default implementation of TransactionListener.
CompoundFilter
          CompoundFilters are used to AND or OR multiple filters together.
ConnectionSource
          ConnectionSource
DataAssociation
          This is used to represent the relationship between two objects.
DataAssociationCursor
          DataAssociationCursor - This is used to allow developers to iterate through the objects within an association and get properties for those objects.
DataCollection
          The DataCollection interface defines the public methods available on a collection of DataObjects.
DataObject
          Defines the public methods of Data Objects.
DataObserver
          DataObserver
DataOperation
          Used to allow the user to control execution of a named DML event (a data operation, in PDL).
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
DataQueryDecorator
          Decorate a data query so that its behavior can be changed and additional methods can be added to a stock data query.
Filter
          Filter is used to restrict the results of a query.
FilterFactory
          FilterFactory is the interface that dictates the methods needed by factories to hand out filters
OID
          An OID represents a unique object ID.
PersistenceException
          PersistenceException
Session
          All persistence operations take place within the context of a session.
TransactionContext
          Title: TransactionContext class This class is intentionally NOT threadsafe; it should not be shared across threads.
TransactionListener
          A simple listener to allow tasks to be performed after a transaction is committed or rolled back.
 

Classes in com.arsdigita.persistence used by com.arsdigita.portal
DataCollection
          The DataCollection interface defines the public methods available on a collection of DataObjects.
DataObject
          Defines the public methods of Data Objects.
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
OID
          An OID represents a unique object ID.
PersistenceException
          PersistenceException
 

Classes in com.arsdigita.persistence used by com.arsdigita.portal.apportlet
DataObject
          Defines the public methods of Data Objects.
OID
          An OID represents a unique object ID.
 

Classes in com.arsdigita.persistence used by com.arsdigita.runtime
ConnectionSource
          ConnectionSource
Session
          All persistence operations take place within the context of a session.
 

Classes in com.arsdigita.persistence used by com.arsdigita.search
DataObject
          Defines the public methods of Data Objects.
OID
          An OID represents a unique object ID.
Session
          All persistence operations take place within the context of a session.
 

Classes in com.arsdigita.persistence used by com.arsdigita.search.intermedia
DataObject
          Defines the public methods of Data Objects.
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
GenericDataQuery
          GenericDataQuery
OID
          An OID represents a unique object ID.
PersistenceException
          PersistenceException
 

Classes in com.arsdigita.persistence used by com.arsdigita.search.lucene
DataObject
          Defines the public methods of Data Objects.
 

Classes in com.arsdigita.persistence used by com.arsdigita.toolbox.ui
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
 

Classes in com.arsdigita.persistence used by com.arsdigita.ui.admin
DataObject
          Defines the public methods of Data Objects.
OID
          An OID represents a unique object ID.
 

Classes in com.arsdigita.persistence used by com.arsdigita.ui.sitemap
DataObject
          Defines the public methods of Data Objects.
OID
          An OID represents a unique object ID.
 

Classes in com.arsdigita.persistence used by com.arsdigita.util
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
 

Classes in com.arsdigita.persistence used by com.arsdigita.versioning
DataObject
          Defines the public methods of Data Objects.
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
OID
          An OID represents a unique object ID.
 

Classes in com.arsdigita.persistence used by com.arsdigita.web
DataCollection
          The DataCollection interface defines the public methods available on a collection of DataObjects.
DataObject
          Defines the public methods of Data Objects.
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
OID
          An OID represents a unique object ID.
 

Classes in com.arsdigita.persistence used by com.arsdigita.workflow.simple
DataAssociation
          This is used to represent the relationship between two objects.
DataCollection
          The DataCollection interface defines the public methods available on a collection of DataObjects.
DataObject
          Defines the public methods of Data Objects.
DataQuery
          An instance of the DataQuery class may be used to access the results of a named query.
OID
          An OID represents a unique object ID.
 



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