Uses of Interface
com.arsdigita.persistence.DataAssociationCursor

Packages that use DataAssociationCursor
com.arsdigita.categorization The Categorization service provides an infrastructure for developers to categorize arbitrary content within the system. 
com.arsdigita.persistence The classes in this package provide an API for creating and manipulating Data Objects. 
 

Uses of DataAssociationCursor in com.arsdigita.categorization
 

Methods in com.arsdigita.categorization that return DataAssociationCursor
 DataAssociationCursor Category.getRelatedCategories(String relation)
          Returns the Cursor for the related categories so that the caller can filter, if desired.
 

Uses of DataAssociationCursor in com.arsdigita.persistence
 

Methods in com.arsdigita.persistence that return DataAssociationCursor
 DataAssociationCursor DataAssociation.getDataAssociationCursor()
          Returns a data association iterator that allows users to iterate through all of the data associations
 DataAssociationCursor DataAssociation.cursor()
          Returns a data association iterator that allows users to iterate through all of the data associations This is a convenience method for getDataAssociationCursor()
 



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