Uses of Interface
com.arsdigita.persistence.DataCollection

Packages that use DataCollection
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.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.mimetypes Tools for managing and representing mimetypes. 
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.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. 
 

Uses of DataCollection in com.arsdigita.categorization
 

Constructors in com.arsdigita.categorization with parameters of type DataCollection
RootCategoryCollection(DataCollection dataCollection)
           
CategoryCollection(DataCollection dataCollection)
           
 

Uses of DataCollection in com.arsdigita.domain
 

Fields in com.arsdigita.domain declared as DataCollection
protected  DataCollection DomainCollection.m_dataCollection
           
 

Methods in com.arsdigita.domain that return DataCollection
static DataCollection DomainServiceInterfaceExposer.getDataCollection(DomainCollection domainCollection)
          Get the data collection encapsulated by a domain collection.
protected static DataCollection DomainService.getDataCollection(DomainCollection domainCollection)
          Get the data collection encapsulated by a domain collection.
 

Constructors in com.arsdigita.domain with parameters of type DataCollection
DomainCollection(DataCollection dataCollection)
          Constructor.
 

Uses of DataCollection in com.arsdigita.formbuilder
 

Constructors in com.arsdigita.formbuilder with parameters of type DataCollection
MetaObjectCollection(DataCollection dataCollection)
           
 

Uses of DataCollection in com.arsdigita.kernel
 

Constructors in com.arsdigita.kernel with parameters of type DataCollection
PackageTypeCollection(DataCollection dataCollection)
           
PackageInstanceCollection(DataCollection dataCollection)
           
SiteNodeCollection(DataCollection dataCollection)
           
ResourceTypeCollection(DataCollection dataCollection)
           
ResourceCollection(DataCollection dataCollection)
           
RoleCollection(DataCollection dataCollection)
          Constructor.
GroupCollection(DataCollection dataCollection)
          Constructor.
ACSObjectCollection(DataCollection dataCollection)
          Constructor.
PartyCollection(DataCollection dataCollection)
          Constructor.
UserCollection(DataCollection dataCollection)
          Constructor.
 

Uses of DataCollection in com.arsdigita.kernel.permissions
 

Methods in com.arsdigita.kernel.permissions with parameters of type DataCollection
static void PermissionService.filterObjects(DataCollection dataCollection, PrivilegeDescriptor privilege, OID userOID)
          Filters a data collection to include only those objects that the specified user has the specified privilege on.
 void PermissionManager.filterObjects(DataCollection dataCollection, PrivilegeDescriptor privilege, OID partyOID)
          
Filters a data collection to include only those objects that the specified party has the specified privilege on.
 

Uses of DataCollection in com.arsdigita.mimetypes
 

Constructors in com.arsdigita.mimetypes with parameters of type DataCollection
MimeTypeCollection(DataCollection dataCollection)
          Constructor.
MimeTypeExtensionCollection(DataCollection dataCollection)
          Constructor.
 

Uses of DataCollection in com.arsdigita.persistence
 

Subinterfaces of DataCollection in com.arsdigita.persistence
 interface DataAssociation
          This is used to represent the relationship between two objects.
 interface DataAssociationCursor
          DataAssociationCursor - This is used to allow developers to iterate through the objects within an association and get properties for those objects.
 

Classes in com.arsdigita.persistence that implement DataCollection
 class DataQueryDataCollectionAdapter
          Adapter to make a data query look like a data collection.
 

Methods in com.arsdigita.persistence that return DataCollection
 DataCollection Session.retrieve(ObjectType type)
          Retrieves a collection of objects of the specified objectType.
 DataCollection Session.retrieve(String typeName)
          Retrieves a collection of objects of the specified objectType.
 DataCollection DataAssociation.getDataCollection()
          Returns a data collection containing all the objects in this association.
 

Uses of DataCollection in com.arsdigita.portal
 

Constructors in com.arsdigita.portal with parameters of type DataCollection
PortletTypeCollection(DataCollection dataCollection)
           
PortletCollection(DataCollection dataCollection)
           
PortalCollection(DataCollection dataCollection)
           
 

Uses of DataCollection in com.arsdigita.web
 

Constructors in com.arsdigita.web with parameters of type DataCollection
ApplicationTypeCollection(DataCollection dataCollection)
           
ApplicationCollection(DataCollection dataCollection)
           
 

Uses of DataCollection in com.arsdigita.workflow.simple
 

Constructors in com.arsdigita.workflow.simple with parameters of type DataCollection
TaskCollection(DataCollection dataCollection)
          Constructor.
 



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