com.arsdigita.portalserver
Class ThemeCollection

java.lang.Object
  extended bycom.arsdigita.domain.DomainQuery
      extended bycom.arsdigita.domain.DomainCollection
          extended bycom.arsdigita.portalserver.ThemeCollection
All Implemented Interfaces:
com.arsdigita.persistence.DataQuery

public class ThemeCollection
extends com.arsdigita.domain.DomainCollection


Field Summary
 
Fields inherited from class com.arsdigita.domain.DomainCollection
m_dataCollection, versionId
 
Fields inherited from class com.arsdigita.domain.DomainQuery
m_dataQuery
 
Constructor Summary
protected ThemeCollection(com.arsdigita.persistence.DataCollection dataCollection)
           
 
Method Summary
 com.arsdigita.domain.DomainObject getDomainObject()
          Get the current item as a domain object.
 BigDecimal getID()
          Get the ID for the Theme for the current row.
 String getName()
          Get the name for the Theme for the current row.
 Theme getTheme()
          Get the current item as a Theme domain object.
 
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
 

Constructor Detail

ThemeCollection

protected ThemeCollection(com.arsdigita.persistence.DataCollection dataCollection)
Method Detail

getID

public BigDecimal getID()
Get the ID for the Theme for the current row.

Returns:
the id of this Theme.

getDomainObject

public com.arsdigita.domain.DomainObject getDomainObject()
Get the current item as a domain object.

Returns:
the domain object for the current row.

getTheme

public Theme getTheme()
Get the current item as a Theme domain object.

Returns:
a Theme domain object.

getName

public String getName()
Get the name for the Theme for the current row.

Returns:
the name of this theme.


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