|
|||||||||||
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
Represents a collection of ACSObject domain objects.
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 | |
ACSObjectCollection(DataCollection dataCollection)
Constructor. |
Method Summary | |
ACSObject |
getACSObject()
Wrapper to getDomainObject() that casts the returned
DomainObject as an ACSObject . |
String |
getDisplayName()
Gets the denormalized display name of this object. |
DomainObject |
getDomainObject()
Returns a DomainObject for the current position in
the collection. |
BigDecimal |
getID()
Gets the value of the ID property. |
String |
getSpecificObjectType()
Gets the value of the objectType property, which is the fully qualified name of the data object type that this domain object had when it was first created. |
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 ACSObjectCollection(DataCollection dataCollection)
DomainCollection.DomainCollection(DataCollection)
Method Detail |
public BigDecimal getID()
public String getDisplayName()
ACSObject.getDisplayName()
public String getSpecificObjectType()
public DomainObject getDomainObject()
DomainObject
for the current position in
the collection.
getDomainObject
in class DomainCollection
DomainObject
,
DataCollection.getDataObject()
public ACSObject getACSObject()
getDomainObject()
that casts the returned
DomainObject
as an ACSObject
.
ACSObject
for the current position in the
collection.getDomainObject()
,
Party
,
DomainObject
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |