com.arsdigita.kernel
Class ACSObjectCollection

java.lang.Object
  extended bycom.arsdigita.domain.DomainQuery
      extended bycom.arsdigita.domain.DomainCollection
          extended bycom.arsdigita.kernel.ACSObjectCollection
All Implemented Interfaces:
DataQuery
Direct Known Subclasses:
ApplicationCollection, CategorizedCollection, CategoryCollection, PackageInstanceCollection, PartyCollection, PortalCollection, ResourceCollection, RootCategoryCollection, SiteNodeCollection

public class ACSObjectCollection
extends DomainCollection

Represents a collection of ACSObject domain objects.

Version:
1.0
Author:
Oumi Mehrotra

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

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

ACSObjectCollection

public ACSObjectCollection(DataCollection dataCollection)
Constructor.

See Also:
DomainCollection.DomainCollection(DataCollection)
Method Detail

getID

public BigDecimal getID()
Gets the value of the ID property.

Returns:
the value of the ID property.

getDisplayName

public String getDisplayName()
Gets the denormalized display name of this object.

Returns:
the denormalized display name of this object.
See Also:
ACSObject.getDisplayName()

getSpecificObjectType

public 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.

Returns:
the fully qualified name of this object

getDomainObject

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

Overrides:
getDomainObject in class DomainCollection
See Also:
DomainObject, DataCollection.getDataObject()

getACSObject

public ACSObject getACSObject()
Wrapper to getDomainObject() that casts the returned DomainObject as an ACSObject.

Returns:
an ACSObject for the current position in the collection.
See Also:
getDomainObject(), Party, DomainObject


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