com.arsdigita.domain
Class DomainCollection
java.lang.Object
com.arsdigita.domain.DomainQuery
com.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
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 |
versionId
public static final String versionId
- See Also:
- Constant Field Values
m_dataCollection
protected final DataCollection m_dataCollection
DomainCollection
public DomainCollection(DataCollection dataCollection)
- Constructor.
- See Also:
DataCollection
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