com.arsdigita.kernel
Class ResourceTypeCollection

java.lang.Object
  extended bycom.arsdigita.domain.DomainQuery
      extended bycom.arsdigita.domain.DomainCollection
          extended bycom.arsdigita.kernel.ResourceTypeCollection
All Implemented Interfaces:
DataQuery
Direct Known Subclasses:
ApplicationTypeCollection, PortletTypeCollection

public class ResourceTypeCollection
extends DomainCollection

A collection of ResourceTypes. This class includes methods to filter and order the results of retrieving resource types.

Author:
Jim Parsons
See Also:
ResourceType, ResourceCollection

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
ResourceTypeCollection(DataCollection dataCollection)
           
 
Method Summary
 DomainObject getDomainObject()
          Returns a DomainObject for the current position in the collection.
 BigDecimal getID()
           
 String getResourceObjectType()
           
 ResourceType getResourceType()
           
 String getTitle()
           
 void orderByTitle()
           
 
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

ResourceTypeCollection

public ResourceTypeCollection(DataCollection dataCollection)
Method Detail

orderByTitle

public void orderByTitle()

getDomainObject

public DomainObject getDomainObject()
Description copied from class: DomainCollection
Returns a DomainObject for the current position in the collection.

Overrides:
getDomainObject in class DomainCollection
See Also:
DomainObject

getResourceType

public ResourceType getResourceType()

getResourceObjectType

public String getResourceObjectType()

getTitle

public String getTitle()

getID

public BigDecimal getID()


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