com.arsdigita.domain
Class DomainCollection

java.lang.Object
  extended bycom.arsdigita.domain.DomainQuery
      extended bycom.arsdigita.domain.DomainCollection
All Implemented Interfaces:
DataQuery
Direct Known Subclasses:
ACSObjectCollection, MetaObjectCollection, MimeTypeCollection, MimeTypeExtensionCollection, PackageTypeCollection, ResourceTypeCollection, RoleCollection, TaskCollection

public class DomainCollection
extends DomainQuery

This is the base class that all other persistent collection classes would extend. It provides navigation methods that delegate to a contained DataCollection.

Version:
1.0
Author:
Phong Nguyen
See Also:
DataCollection

Field Summary
protected  DataCollection m_dataCollection
           
static String versionId
           
 
Fields inherited from class com.arsdigita.domain.DomainQuery
m_dataQuery
 
Constructor Summary
DomainCollection(DataCollection dataCollection)
          Constructor.
 
Method Summary
 DomainObject getDomainObject()
          Returns a DomainObject for the current position in the collection.
 
Methods inherited from class com.arsdigita.domain.DomainQuery
addEqualsFilter, addFilter, addFilter, addInSubqueryFilter, addInSubqueryFilter, addNotEqualsFilter, addNotInSubqueryFilter, addOrder, addOrderWithNull, addPath, alias, clearFilter, clearOrder, close, first, get, getFilterFactory, getParameter, getPosition, getPropertyValues, getType, hasProperty, isAfterLast, isBeforeFirst, isEmpty, isFirst, isLast, last, next, previous, removeFilter, reset, rewind, setFilter, setOrder, setParameter, setRange, setRange, setReturnsLowerBound, setReturnsUpperBound, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values

m_dataCollection

protected final DataCollection m_dataCollection
Constructor Detail

DomainCollection

public DomainCollection(DataCollection dataCollection)
Constructor.

See Also:
DataCollection
Method Detail

getDomainObject

public DomainObject getDomainObject()
Returns a DomainObject for the current position in the collection.

See Also:
DomainObject


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