|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.domain.DomainQuery
com.arsdigita.domain.DomainCollection
com.arsdigita.kernel.RoleCollection
Represents a collection of Role records.
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 |
public static final String versionId
Constructor Detail |
protected RoleCollection(DataCollection dataCollection)
DomainCollection.DomainCollection(DataCollection)
Method Detail |
public DomainObject getDomainObject()
DomainObject
for the current position in
the collection.
getDomainObject
in class DomainCollection
DomainObject
public Role getRole()
getDomainObject()
that casts the returned
DomainObject
as a Role
.
Role
for the current position in the
collection.getDomainObject()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |