com.arsdigita.kernel
Class UserCollection
java.lang.Object
com.arsdigita.domain.DomainQuery
com.arsdigita.domain.DomainCollection
com.arsdigita.kernel.ACSObjectCollection
com.arsdigita.kernel.PartyCollection
com.arsdigita.kernel.UserCollection
- All Implemented Interfaces:
- DataQuery
- public class UserCollection
- extends PartyCollection
Represents a collection of parties.
- Version:
- 1.0
- Author:
- Phong Nguyen
Method Summary |
String |
getScreenName()
Returns the screen name for this user. |
User |
getUser()
Wrapper to getDomainObject() that casts the returned
DomainObject as a User . |
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
UserCollection
public UserCollection(DataCollection dataCollection)
- Constructor.
- See Also:
PartyCollection.PartyCollection(DataCollection)
getScreenName
public String getScreenName()
- Returns the screen name for this user.
- Returns:
- the screen name.
getUser
public User getUser()
- Wrapper to
getDomainObject()
that casts the returned
DomainObject
as a User
.
- Returns:
- a
User
for the current position in the
collection. - See Also:
ACSObjectCollection.getDomainObject()
,
User
,
DomainObject
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC