|
|||||||||||
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.ACSObjectCollection
com.arsdigita.kernel.PartyCollection
com.arsdigita.kernel.GroupCollection
Represents a collection of groups.
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 | |
GroupCollection(DataCollection dataCollection)
Constructor. |
Method Summary | |
Group |
getGroup()
Wrapper to getDomainObject() that casts the returned
DomainObject as a Group . |
String |
getName()
Returns the name of this group. |
Methods inherited from class com.arsdigita.kernel.PartyCollection |
filter, getParty, getPrimaryEmail, getURI |
Methods inherited from class com.arsdigita.kernel.ACSObjectCollection |
getACSObject, getDisplayName, getDomainObject, getID, getSpecificObjectType |
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 |
public GroupCollection(DataCollection dataCollection)
PartyCollection.PartyCollection(DataCollection)
Method Detail |
public String getName()
public Group getGroup()
getDomainObject()
that casts the returned
DomainObject
as a Group
.
Group
for the current position in the
collection.ACSObjectCollection.getDomainObject()
,
Group
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |