com.arsdigita.kernel
Class RoleCollection

java.lang.Object
  extended bycom.arsdigita.domain.DomainQuery
      extended bycom.arsdigita.domain.DomainCollection
          extended bycom.arsdigita.kernel.RoleCollection
All Implemented Interfaces:
DataQuery

public class RoleCollection
extends DomainCollection

Represents a collection of Role records.

Version:
1.0
Author:
Michael Bryzek

Field Summary
static String versionId
           
 
Fields inherited from class com.arsdigita.domain.DomainCollection
m_dataCollection
 
Fields inherited from class com.arsdigita.domain.DomainQuery
m_dataQuery
 
Constructor Summary
protected RoleCollection(DataCollection dataCollection)
          Constructor.
 
Method Summary
 DomainObject getDomainObject()
          Returns a DomainObject for the current position in the collection.
 Role getRole()
          Wrapper to getDomainObject() that casts the returned DomainObject as a Role.
 
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
Constructor Detail

RoleCollection

protected RoleCollection(DataCollection dataCollection)
Constructor.

See Also:
DomainCollection.DomainCollection(DataCollection)
Method Detail

getDomainObject

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

Overrides:
getDomainObject in class DomainCollection
See Also:
DomainObject

getRole

public Role getRole()
Wrapper to getDomainObject() that casts the returned DomainObject as a Role.

Returns:
a Role for the current position in the collection.
See Also:
getDomainObject()


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